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