8000 cs fix · vatson/symfony@96235a6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 96235a6

Browse files
committed
cs fix
1 parent 46a69f1 commit 96235a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bundle/FrameworkBundle/CacheWarmer/WarmableInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ interface WarmableInterface
2323
*
2424
* @param string $cacheDir The cache directory
2525
*/
26-
public function warmUp($cacheDir);
26+
function warmUp($cacheDir);
2727
}

0 commit comments

Comments
 (0)
0