Skip to content

Commit

Permalink
Corrected psalm configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentmuller committed Jan 27, 2025
1 parent f5c3e99 commit e8f0775
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion .twig-cs-fixer.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

use TwigCsFixer\Config\Config;

$cache_dir = __DIR__ . '/var/cache/twig-cs-fixer/';
$cache_dir = __DIR__ . '/var/cache/twig-cs-fixer';
if (!file_exists($cache_dir)) {
mkdir($cache_dir, 0777, true);
}
Expand Down
5 changes: 0 additions & 5 deletions psalm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,6 @@
<referencedProperty name="Symfony\Component\HttpFoundation\Response::$version"/>
</errorLevel>
</PropertyNotSetInConstructor>
<PossiblyUnusedMethod>
<errorLevel type="suppress">
<directory name="src" />
</errorLevel>
</PossiblyUnusedMethod>
</issueHandlers>

<plugins>
Expand Down

0 comments on commit e8f0775

Please sign in to comment.