0m 29s
Jan 25, 2025, 12:02 AM

renderer

Updating phpstan to 2.0 (#21) * 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/9 [░░░░░░░░░░░░░░░░░░░░░░░░░░░░] 0% 9/9 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100% 2s
4 2s
5 ------ ------------------------------------------------------------------- 3s
6 Line BladeRenderer.php 3s
7 ------ ------------------------------------------------------------------- 3s
8 52 Class Illuminate\View\Compilers\BladeCompiler constructor invoked 3s
9 with 1 parameter, 2 required. 3s
10 🪪 arguments.count 3s
11 ------ ------------------------------------------------------------------- 3s
12 3s
13 ------ ----------------------------------------------------------------------- 3s
14 Line PhpEngineRenderer.php 3s
15 ------ ----------------------------------------------------------------------- 3s
16 78 PHPDoc tag @param for parameter $template with type 3s
17 string|Symfony\Component\Templating\TemplateReferenceInterface is not 3s
18 subtype of native type string. 3s
19 🪪 parameter.phpDocType 3s
20 ------ ----------------------------------------------------------------------- 3s
21 3s
22 ------ ----------------------------------------------------------------------- 3s
23 Line TwigRenderer.php 3s
24 ------ ----------------------------------------------------------------------- 3s
25 100 Call to function method_exists() with 'Twig\\Loader\\LoaderInterface' 3s
26 and 'exists' will always evaluate to true. 3s
27 🪪 function.alreadyNarrowedType 3s
28 100 Class Twig\Loader\ExistsLoaderInterface not found. 3s
29 🪪 class.notFound 3s
30 💡 Learn more at https://phpstan.org/user-guide/discovering-symbols 3s
31 ------ ----------------------------------------------------------------------- 3s
32 3s
33 [ERROR] Found 4 errors 3s
34 3s
Exit Code 1