@@ -141,11 +141,11 @@ public function testSomething(array expected,array∥stringexpected, array|string expected,array∥stringpaths, array |
string |
|
141 |
141 |
{ |
142 |
142 |
$this->assertSame( |
143 |
143 |
$expected, |
144 |
|
- (new Facade)->getFilesAsArray($paths, suffixes,suffixes, suffixes,prefixes, $exclude) |
|
144 |
+ (new Facade)->getFilesAsArray($paths, suffixes,suffixes, suffixes,prefixes, $exclude), |
145 |
145 |
); |
146 |
146 |
} |
147 |
147 |
|
148 |
|
-private static function fixtureDirectoryRealpath(): string|false |
|
148 |
+private static function fixtureDirectoryRealpath(): false|string |
149 |
149 |
{ |
150 |
150 |
return realpath(__DIR__ . '/../fixture'); |
151 |
151 |
} |