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