Skip to content

css: uses nesting

css: uses nesting #703

Triggered via push August 7, 2024 01:24
Status Success
Total duration 30s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
PHPStan: src/Bridges/Nette/TracyExtension.php#L81
Property Nette\DI\CompilerExtension::$initialization (Nette\PhpGenerator\Closure) on left side of ?? is not nullable.
PHPStan: src/Bridges/Nette/TracyExtension.php#L118
Cannot access property $netteMailer on array|object.
PHPStan: src/Bridges/Nette/TracyExtension.php#L120
Cannot access property $fromEmail on array|object.
PHPStan: src/Bridges/Nette/TracyExtension.php#L131
Cannot access property $bar on array|object.
PHPStan: src/Bridges/Nette/TracyExtension.php#L154
Cannot access property $blueScreen on array|object.
PHPStan: src/Bridges/Nette/TracyExtension.php#L161
Property Nette\DI\CompilerExtension::$initialization (Nette\PhpGenerator\Closure) in empty() is not falsy.
PHPStan: src/Tracy/Bar/Bar.php#L118
Anonymous function has an unused use $panels.
PHPStan: src/Tracy/Bar/Bar.php#L118
Anonymous function has an unused use $type.
PHPStan: src/Tracy/Bar/Bar.php#L121
Anonymous function has an unused use $panels.
PHPStan: src/Tracy/Bar/Bar.php#L121
Anonymous function has an unused use $type.
PHPStan
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/