Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f2ef6bc

Browse files
committed
[FrameworkBundle] removed BC break
1 parent cc3a40e commit f2ef6bc

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/Symfony/Bundle/FrameworkBundle/Command/CacheClearCommand.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,14 @@ protected function warmup($warmupDir, $realCacheDir, $enableOptionalWarmers = tr
141141
}
142142
}
143143

144+
/**
145+
* @deprecated to be removed in 2.3
146+
*/
147+
protected function getTempSuffix()
148+
{
149+
return '';
150+
}
151+
144152
/**
145153
* @param KernelInterface $parent
146154
* @param string $namespace

0 commit comments

Comments
 (0)