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