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