0m 23s
Jan 17, 2025, 12:17 AM

crypt

Updating phpstan to 2.0 (#24) * 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/12 [░░░░░░░░░░░░░░░░░░░░░░░░░░░░] 0% 12/12 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100% 2s
4 2s
5 ------ --------------------------------------------------------------------- 2s
6 Line Cipher/OpenSSL.php 2s
7 ------ --------------------------------------------------------------------- 2s
8 75 Parameter #4 $options of function openssl_decrypt expects int, true 2s
9 given. 2s
10 🪪 argument.type 2s
11 103 Parameter #4 $options of function openssl_encrypt expects int, true 2s
12 given. 2s
13 🪪 argument.type 2s
14 ------ --------------------------------------------------------------------- 2s
15 2s
16 ------ ------------------------------------------------------------------ 2s
17 Line Cipher/Sodium.php 2s
18 ------ ------------------------------------------------------------------ 2s
19 86 Strict comparison using === between string and false will always 2s
20 evaluate to false. 2s
21 🪪 identical.alwaysFalse 2s
22 ------ ------------------------------------------------------------------ 2s
23 2s
24 [ERROR] Found 3 errors 2s
25 2s
Exit Code 1