You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$easyCodingStandardKernel = new \Symplify\EasyCodingStandard\HttpKernel\EasyCodingStandardKernel($environment, \ECSPrefix20210628\Symplify\PackageBuilder\Console\Input\StaticInputDetector::isDebug());
* To enable Kernel cache that is changed only when new services are needed.
21
-
*
22
-
* @var string
23
-
*/
24
-
constCONTAINER_VERSION = 'v1';
25
20
/**
26
21
* @return mixed[]
27
22
*/
28
23
publicfunctionregisterBundles()
29
24
{
30
25
return [new \Symplify\EasyCodingStandard\Bundle\EasyCodingStandardBundle(), new \Symplify\CodingStandard\Bundle\SymplifyCodingStandardBundle(), new \ECSPrefix20210628\Symplify\ConsoleColorDiff\Bundle\ConsoleColorDiffBundle(), new \ECSPrefix20210628\Symplify\SymplifyKernel\Bundle\SymplifyKernelBundle(), new \ECSPrefix20210628\Symplify\Skipper\Bundle\SkipperBundle()];
31
26
}
27
+
publicfunctiongetCacheDir() : string
28
+
{
29
+
// the PACKAGE_VERSION constant helps to rebuild cache on new release, but just once
0 commit comments