Skip to content

Commit

Permalink
[TASK] Raise PHPstan level to 5 (#268)
Browse files Browse the repository at this point in the history
  • Loading branch information
linawolf authored May 4, 2024
1 parent 51cbce2 commit ca2e07d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Build/phpstan/phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ includes:

parameters:
phpVersion: 80200
level: 4
level: 5

bootstrapFiles:
- phpstan-typo3-constants.php
Expand Down
2 changes: 1 addition & 1 deletion Classes/Controller/HtmlParserController.php
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ public function indexAction(): ResponseInterface
$testHTML,
$tagCfg,
false,
false,
0,
['xhtml' => 1],
),
);
Expand Down

0 comments on commit ca2e07d

Please sign in to comment.