File tree Expand file tree Collapse file tree 2 files changed +12
-5
lines changed
Expand file tree Collapse file tree 2 files changed +12
-5
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 66
77return 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()
You can’t perform that action at this time.
0 commit comments