8000 CS fixes · symfony/symfony@ae29b82 · GitHub
[go: up one dir, main page]

Skip to content

Commit ae29b82

Browse files
committed
CS fixes
1 parent 282a75a commit ae29b82

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/Symfony/Component/Config/ConfigCacheFactoryInterface.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ interface ConfigCacheFactoryInterface
2424
* Creates a cache instance and (re-)initializes it if necessary.
2525
*
2626
* @param string $file The absolute cache file path
27-
* @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.
27+
* @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
2828
*
29-
* @return ConfigCacheInterface $configCache The cache instance.
29+
* @return ConfigCacheInterface $configCache The cache instance
3030
*/
3131
public function cache($file, $callable);
3232
}

src/Symfony/Component/Config/DefaultConfigCacheFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class DefaultConfigCacheFactory implements ConfigCacheFactoryInterface
2525
/**
2626
* Constructor.
2727
*
28-
* @param bool $debug The debug flag to pass to ConfigCache.
28+
* @param bool $debug The debug flag to pass to ConfigCache
2929
*/
3030
public function __construct($debug)
3131
{

0 commit comments

Comments
 (0)
0