Skip to content

Commit 1d304d2

Browse files
committed
fixed CS
1 parent 54b3e71 commit 1d304d2

File tree

1 file changed

+1
-4
lines changed
  • src/Symfony/Bundle/WebProfilerBundle/Tests/Resources

1 file changed

+1
-4
lines changed

src/Symfony/Bundle/WebProfilerBundle/Tests/Resources/IconTest.php

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,6 @@ public function testIconFileContents($iconFilePath)
2525

2626
public function provideIconFilePaths()
2727
{
28-
return array_map(
29-
function ($filePath) { return (array) $filePath; },
30-
glob(__DIR__.'/../../Resources/views/Icon/*.svg')
31-
);
28+
return array_map(function ($filePath) { return (array) $filePath; }, glob(__DIR__.'/../../Resources/views/Icon/*.svg'));
3229
}
3330
}

0 commit comments

Comments
 (0)