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