Skip to content

Commit 36b63c5

Browse files
committed
build(style): Cleared some minor issues
1 parent 5844673 commit 36b63c5

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

psalm.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,11 @@
2424
<pluginClass class="Psalm\PhpUnitPlugin\Plugin"/>
2525
<pluginClass class="Psalm\MockeryPlugin\Plugin"/>
2626
</plugins>
27+
<issueHandlers>
28+
<UnusedClass>
29+
<errorLevel type="suppress">
30+
<directory name="src/Controller"/>
31+
</errorLevel>
32+
</UnusedClass>
33+
</issueHandlers>
2734
</psalm>

rector.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66

77
return RectorConfig::configure()
88
->withPaths([
9-
__DIR__ . '/assets',
10-
__DIR__ . '/config',
11-
__DIR__ . '/public',
12-
__DIR__ . '/src',
13-
__DIR__ . '/tests',
9+
__DIR__.'/assets',
10+
__DIR__.'/config',
11+
__DIR__.'/public',
12+
__DIR__.'/src',
13+
__DIR__.'/tests',
1414
])
1515
// uncomment to reach your current PHP version
1616
// ->withPhpSets()

0 commit comments

Comments
 (0)