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