You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: utils/phpstan-baseline/method.childReturnType.neon
+1-11Lines changed: 1 addition & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# total 38 errors
1
+
# total 36 errors
2
2
3
3
parameters:
4
4
ignoreErrors:
@@ -137,21 +137,11 @@ parameters:
137
137
count:1
138
138
path:../../system/Images/Handlers/BaseHandler.php
139
139
140
-
-
141
-
message:'#^Return type \(CodeIgniter\\Images\\Handlers\\ImageMagickHandler\) of method CodeIgniter\\Images\\Handlers\\ImageMagickHandler\:\:_crop\(\) should be covariant with return type \(\$this\(CodeIgniter\\Images\\Handlers\\BaseHandler\)\) of method CodeIgniter\\Images\\Handlers\\BaseHandler\:\:_crop\(\)$#'
message:'#^Return type \(CodeIgniter\\Images\\Handlers\\ImageMagickHandler\) of method CodeIgniter\\Images\\Handlers\\ImageMagickHandler\:\:_resize\(\) should be covariant with return type \(\$this\(CodeIgniter\\Images\\Handlers\\BaseHandler\)\) of method CodeIgniter\\Images\\Handlers\\BaseHandler\:\:_resize\(\)$#'
message:'#^Return type \(mixed\) of method CodeIgniter\\Images\\Handlers\\ImageMagickHandler\:\:getVersion\(\) should be covariant with return type \(string\) of method CodeIgniter\\Images\\Handlers\\BaseHandler\:\:getVersion\(\)$#'
message:'#^Return type \(array\|bool\|float\|int\|object\|string\|null\) of method CodeIgniter\\Model\:\:__call\(\) should be covariant with return type \(\$this\(CodeIgniter\\BaseModel\)\|null\) of method CodeIgniter\\BaseModel\:\:__call\(\)$#'
0 commit comments