Skip to content

Commit

Permalink
fix vite-bundle php80 error with ViteCollector
Browse files Browse the repository at this point in the history
  • Loading branch information
lhapaipai committed May 9, 2024
1 parent 60bb324 commit 3c3a2cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/vite-bundle/phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ parameters:
level: max
paths:
- src
- tests/Service/DebugTest.php

includes:
- vendor/phpstan/phpstan-symfony/extension.neon
2 changes: 1 addition & 1 deletion src/vite-bundle/src/DataCollector/ViteCollector.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
class ViteCollector extends AbstractDataCollector
{
public function __construct(
private readonly EntrypointRenderer $entrypointRenderer
private EntrypointRenderer $entrypointRenderer
) {
}

Expand Down

0 comments on commit 3c3a2cb

Please sign in to comment.