0m 44s
Feb 3, 2025, 12:02 AM

uri

Updating phpstan to 2.0 (#43) * Updating phpstan to 2.0 * Adding PHP 8.3/8.4 everywhere

Hackwar
executed scheduled task
nightly-build-3-x

Pipeline stages

6 stages

Console Logs

1+ ./vendor/bin/phpstan 1s
2Note: Using configuration file /drone/src/phpstan.neon. 1s
3 0/5 [░░░░░░░░░░░░░░░░░░░░░░░░░░░░] 0% 5/5 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100% 6s
4 6s
5 ------ ---------------------------------------------------------------------- 6s
6 Line AbstractUri.php 6s
7 ------ ---------------------------------------------------------------------- 6s
8 409 Loose comparison using == between '..' and '..' will always evaluate 6s
9 to true. 6s
10 🪪 equal.alwaysTrue 6s
11 414 Loose comparison using == between '..' and '..' will always evaluate 6s
12 to true. 6s
13 🪪 equal.alwaysTrue 6s
14 ------ ---------------------------------------------------------------------- 6s
15 6s
16 ------ ------------------------------------------------------------------ 6s
17 Line Uri.php 6s
18 ------ ------------------------------------------------------------------ 6s
19 38 Property Joomla\Uri\AbstractUri::$query (string) does not accept 6s
20 null. 6s
21 🪪 assign.propertyType 6s
22 58 Property Joomla\Uri\AbstractUri::$query (string) does not accept 6s
23 null. 6s
24 🪪 assign.propertyType 6s
25 84 Property Joomla\Uri\AbstractUri::$query (string) does not accept 6s
26 null. 6s
27 🪪 assign.propertyType 6s
28 ------ ------------------------------------------------------------------ 6s
29 6s
30 [ERROR] Found 5 errors 6s
31 6s
Exit Code 1