executed scheduled task
nightly-build-3-x
Pipeline stages
6 stagesConsole Logs
81 207 Call to an undefined method Joomla\Filesystem\Stream::getError().
11s82 🪪 method.notFound
11s83 239 Parameter #1 $seconds of function set_time_limit expects int, string
11s84 given.
11s85 🪪 argument.type
11s86 301 Call to an undefined method Joomla\Filesystem\Stream::getError().
11s87 🪪 method.notFound
11s88 ------ ----------------------------------------------------------------------
11s89
11s90 ------ ----------------------------------------------------------------------
11s91 Line Folder.php
11s92 ------ ----------------------------------------------------------------------
11s93 38 Parameter #1 $seconds of function set_time_limit expects int, string
11s94 given.
11s95 🪪 argument.type
11s96 75 Parameter #3 $path of static method Joomla\Filesystem\Folder::copy()
11s97 expects string, null given.
11s98 🪪 argument.type
11s99 214 Parameter #1 $seconds of function set_time_limit expects int, string
11s100 given.
11s101 🪪 argument.type
11s102 441 Parameter #1 $seconds of function set_time_limit expects int, string
11s103 given.
11s104 🪪 argument.type
11s105 523 Constant JPATH_ROOT not found.
11s106 🪪 constant.notFound
11s107 💡 Learn more at https://phpstan.org/user-guide/discovering-symbols
11s108 ------ ----------------------------------------------------------------------
11s109
11s110 ------ ---------------------------------------------------------------------
11s111 Line Helper.php
11s112 ------ ---------------------------------------------------------------------
11s113 40 Parameter #2 $associative of function get_headers expects bool, int
11s114 given.
11s115 🪪 argument.type
11s116 ------ ---------------------------------------------------------------------
11s117
11s118 ------ ------------------------------------------------------------------------------
11s119 Line Patcher.php
11s120 ------ ------------------------------------------------------------------------------
11s121 112 Static property Joomla\Filesystem\Patcher::$instance
11s122 (Joomla\Filesystem\Patcher) in isset() is not nullable.
11s123 🪪 isset.property
11s124 113 Unsafe usage of new static().
11s125 🪪 new.static
11s126 💡 See:
11s127 https://phpstan.org/blog/solving-phpstan-error-unsafe-usage-of-new-static
11s128 247 Variable $root in isset() always exists and is not nullable.
11s129 🪪 isset.variable
11s130 298 Variable $m might not be defined.
11s131 🪪 variable.undefined
11s132 344 Parameter &$srcLine by-ref type of method
11s133 Joomla\Filesystem\Patcher::findHunk() expects string, int given.
11s134 🪪 parameterByRef.type
11s135 💡 You can change the parameter out type with @param-out PHPDoc
11s136 tag.
11s137 347 Parameter &$srcSize by-ref type of method
11s138 Joomla\Filesystem\Patcher::findHunk() expects string, int given.
11s139 🪪 parameterByRef.type
11s140 💡 You can change the parameter out type with @param-out PHPDoc
11s141 tag.
11s142 349 Parameter &$srcSize by-ref type of method
11s143 Joomla\Filesystem\Patcher::findHunk() expects string, int given.
11s144 🪪 parameterByRef.type
11s145 💡 You can change the parameter out type with @param-out PHPDoc
11s146 tag.
11s147 352 Parameter &$dstLine by-ref type of method
11s148 Joomla\Filesystem\Patcher::findHunk() expects string, int given.
11s149 🪪 parameterByRef.type
11s150 💡 You can change the parameter out type with @param-out PHPDoc
11s151 tag.
11s152 355 Parameter &$dstSize by-ref type of method
11s153 Joomla\Filesystem\Patcher::findHunk() expects string, int given.
11s154 🪪 parameterByRef.type
11s155 💡 You can change the parameter out type with @param-out PHPDoc
11s156 tag.
11s157 357 Parameter &$dstSize by-ref type of method
11s158 Joomla\Filesystem\Patcher::findHunk() expects string, int given.
11s159 🪪 parameterByRef.type
11s160 💡 You can change the parameter out type with @param-out PHPDoc
11s161 tag.
11s162 433 Variable $srcLines in isset() always exists and is not nullable.
11s163 🪪 isset.variable
11s164 446 Variable $srcLines might not be defined.
11s165 🪪 variable.undefined
11s166 ------ ------------------------------------------------------------------------------
11s167
11s168 ------ ---------------------------------------------------------------------
11s169 Line Path.php
11s170 ------ ---------------------------------------------------------------------
11s171 78 Variable $filemode in isset() always exists and is not nullable.
11s172 🪪 isset.variable
11s173 90 Variable $foldermode in isset() always exists and is not nullable.
11s174 🪪 isset.variable
11s175 96 Variable $filemode in isset() always exists and is not nullable.
11s176 🪪 isset.variable
11s177 128 Binary operation "&" between non-empty-string and 4 results in an
11s178 error.
11s179 🪪 binaryOp.invalid
11s180 131 Binary operation "&" between non-empty-string and 2 results in an
11s181 error.
11s182 🪪 binaryOp.invalid
11s183 134 Binary operation "&" between non-empty-string and 1 results in an
11s184 error.
11s185 🪪 binaryOp.invalid
11s186 197 Call to function is_string() with non-empty-string will always
11s187 evaluate to true.
11s188 🪪 function.alreadyNarrowedType
11s189 💡 Because the type is coming from a PHPDoc, you can turn off this
11s190 check by setting treatPhpDocTypesAsCertain: false in your
11s191 phpstan.neon.
11s192 362 Constant JPATH_ROOT not found.
11s193 🪪 constant.notFound
11s194 💡 Learn more at https://phpstan.org/user-guide/discovering-symbols
11s195 ------ ---------------------------------------------------------------------
11s196
11s197 ------ ------------------------------------------------------------------------------
11s198 Line Stream.php
11s199 ------ ------------------------------------------------------------------------------
11s200 163 If condition is always true.
11s201 🪪 if.alwaysTrue
11s202 💡 Because the type is coming from a PHPDoc, you can turn off this
11s203 check by setting treatPhpDocTypesAsCertain: false in your
11s204 phpstan.neon.
11s205 189 Constant JPATH_ROOT not found.
11s206 🪪 constant.notFound
11s207 💡 Learn more at https://phpstan.org/user-guide/discovering-symbols
11s208 189 Constant JPATH_ROOT not found.
11s209 🪪 constant.notFound
11s210 💡 Learn more at https://phpstan.org/user-guide/discovering-symbols
11s211 189 Unsafe usage of new static().
11s212 🪪 new.static
11s213 💡 See:
11s214 https://phpstan.org/blog/solving-phpstan-error-unsafe-usage-of-new-static
11s215 192 Unsafe usage of new static().
11s216 🪪 new.static
11s217 💡 See:
11s218 https://phpstan.org/blog/solving-phpstan-error-unsafe-usage-of-new-static
11s219 281 Parameter #3 $use_include_path of function gzopen expects int, bool
11s220 given.
11s221 🪪 argument.type
11s222 299 Parameter #4 $context of function fopen expects resource|null, string
11s223 given.
11s224 🪪 argument.type
11s225 338 Negated boolean expression is always false.
11s226 🪪 booleanNot.alwaysFalse
11s227 💡 Because the type is coming from a PHPDoc, you can turn off this
11s228 check by setting treatPhpDocTypesAsCertain: false in your
11s229 phpstan.neon.
11s230 377 Property Joomla\Filesystem\Stream::$fh (resource) does not accept
11s231 null.
11s232 🪪 assign.propertyType
11s233 398 Negated boolean expression is always false.
11s234 🪪 booleanNot.alwaysFalse
11s235 💡 Because the type is coming from a PHPDoc, you can turn off this
11s236 check by setting treatPhpDocTypesAsCertain: false in your
11s237 phpstan.neon.
11s238 483 Negated boolean expression is always false.
11s239 🪪 booleanNot.alwaysFalse
11s240 💡 Because the type is coming from a PHPDoc, you can turn off this
11s241 check by setting treatPhpDocTypesAsCertain: false in your
11s242 phpstan.neon.
11s243 536 Negated boolean expression is always false.
11s244 🪪 booleanNot.alwaysFalse
11s245 💡 Because the type is coming from a PHPDoc, you can turn off this
11s246 check by setting treatPhpDocTypesAsCertain: false in your
11s247 phpstan.neon.
11s248 544 Negated boolean expression is always true.
11s249 🪪 booleanNot.alwaysTrue
11s250 628 Negated boolean expression is always false.
11s251 🪪 booleanNot.alwaysFalse
11s252 💡 Because the type is coming from a PHPDoc, you can turn off this
11s253 check by setting treatPhpDocTypesAsCertain: false in your
11s254 phpstan.neon.
11s255 677 Negated boolean expression is always false.
11s256 🪪 booleanNot.alwaysFalse
11s257 💡 Because the type is coming from a PHPDoc, you can turn off this
11s258 check by setting treatPhpDocTypesAsCertain: false in your
11s259 phpstan.neon.
11s260 739 Negated boolean expression is always false.
11s261 🪪 booleanNot.alwaysFalse
11s262 💡 Because the type is coming from a PHPDoc, you can turn off this
11s263 check by setting treatPhpDocTypesAsCertain: false in your
11s264 phpstan.neon.
11s265 812 Property Joomla\Filesystem\Stream::$filename (string) in isset() is
11s266 not nullable.
11s267 🪪 isset.property
11s268 871 Negated boolean expression is always false.
11s269 🪪 booleanNot.alwaysFalse
11s270 💡 Because the type is coming from a PHPDoc, you can turn off this
11s271 check by setting treatPhpDocTypesAsCertain: false in your
11s272 phpstan.neon.
11s273 890 Property Joomla\Filesystem\Stream::$context (string) does not accept
11s274 resource.
11s275 🪪 assign.propertyType
11s276 892 Property Joomla\Filesystem\Stream::$context (string) does not accept
11s277 null.
11s278 🪪 assign.propertyType
11s279 979 If condition is always true.
11s280 🪪 if.alwaysTrue
11s281 💡 Because the type is coming from a PHPDoc, you can turn off this
11s282 check by setting treatPhpDocTypesAsCertain: false in your
11s283 phpstan.neon.
11s284 1020 If condition is always true.
11s285 🪪 if.alwaysTrue
11s286 💡 Because the type is coming from a PHPDoc, you can turn off this
11s287 check by setting treatPhpDocTypesAsCertain: false in your
11s288 phpstan.neon.
11s289 1057 If condition is always true.
11s290 🪪 if.alwaysTrue
11s291 💡 Because the type is coming from a PHPDoc, you can turn off this
11s292 check by setting treatPhpDocTypesAsCertain: false in your
11s293 phpstan.neon.
11s294 1096 Invalid array key type resource.
11s295 🪪 offsetAccess.invalidOffset
11s296 1149 Parameter #3 $context of function copy expects resource|null, string
11s297 given.
11s298 🪪 argument.type
11s299 1195 Parameter #3 $context of function rename expects resource|null,
11s300 string given.
11s301 🪪 argument.type
11s302 1244 Parameter #2 $context of function unlink expects resource|null,
11s303 string given.
11s304 🪪 argument.type
11s305 1357 Constant JPATH_ROOT not found.
11s306 🪪 constant.notFound
11s307 💡 Learn more at https://phpstan.org/user-guide/discovering-symbols
11s308 1360 Constant JPATH_ROOT not found.
11s309 🪪 constant.notFound
11s310 💡 Learn more at https://phpstan.org/user-guide/discovering-symbols
11s311 1379 Method Joomla\Filesystem\Stream::getFileHandle() should return
11s312 Joomla\Filesystem\File but returns resource.
11s313 🪪 return.type
11s314 ------ ------------------------------------------------------------------------------
11s315
11s316 ------ ---------------------------------------------------------------------
11s317 Line Stream/StringWrapper.php
11s318 ------ ---------------------------------------------------------------------
11s319 107 Property Joomla\Filesystem\Stream\StringWrapper::$len (string) does
11s320 not accept int<0, max>.
11s321 🪪 assign.propertyType
11s322 179 Property Joomla\Filesystem\Stream\StringWrapper::$pos (int) on left
11s323 side of ?? is not nullable.
11s324 🪪 nullCoalesce.property
11s325 263 Binary operation "-" between string and int results in an error.
11s326 🪪 binaryOp.invalid
11s327 ------ ---------------------------------------------------------------------
11s328
11s329 [ERROR] Found 84 errors
11s330
11s