@@ -19,7 +19,7 @@ |
||
19 | 19 | ->withSets([ |
20 | 20 | PHPUnitSetList::PHPUNIT_100 |
21 | 21 | ]) |
22 | - ->withPaths([__DIR__ . '/config', __DIR__ . '/src', __DIR__ . '/test']) |
|
22 | + ->withPaths([__DIR__.'/config', __DIR__.'/src', __DIR__.'/test']) |
|
23 | 23 | ->withRootFiles() |
24 | 24 | ->withImportNames(removeUnusedImports: true) |
25 | 25 | ->withSkip([ |