Fix CS/WS issues · sebastianbergmann/php-file-iterator@3b07fa4 (original) (raw)

Original file line number Diff line number Diff line change
@@ -141,11 +141,11 @@ public function testSomething(array expected,array∥stringexpected, array|string expected,arraystringpaths, 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 }