8000 CS fix · symfony/symfony@282a75a · GitHub
[go: up one dir, main page]

Skip to content

Commit 282a75a

Browse files
committed
CS fix
1 parent 3744edf commit 282a75a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Symfony/Component/Config/ConfigCacheFactoryInterface.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ interface ConfigCacheFactoryInterface
2525
*
2626
* @param string $file The absolute cache file path
2727
* @param callable $callable The callable to be executed when the cache needs to be filled (i. e. is not fresh). The cache will be passed as the only parameter to this callback.
28+
*
2829
* @return ConfigCacheInterface $configCache The cache instance.
2930
*/
3031
public function cache($file, $callable);

0 commit comments

Comments
 (0)
0