Skip to content

Commit 59472b6

Browse files
committed
Merge branch '2.3' into 2.4
* 2.3: Fixed typo [validator] throw an exception if isn't an instance of ConstraintValidatorInterface. Reset the box model to content-box in the web debug toolbar [FrameworkBundle] Allowed "0" as a checkbox value in the php template. raising delta on stopwatch as travis really breaks with less than 35 Switched to correct gender of "Token" fixed typos in several translations [HttpKernel] use static late binding when dumping out container
2 parents 92411c7 + 36578f3 commit 59472b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Kernel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -712,7 +712,7 @@ protected function dumpContainer(ConfigCache $cache, ContainerBuilder $container
712712

713713
$content = $dumper->dump(array('class' => $class, 'base_class' => $baseClass));
714714
if (!$this->debug) {
715-
$content = self::stripComments($content);
715+
$content = static::stripComments($content);
716716
}
717717

718718
$cache->write($content, $container->getResources());

0 commit comments

Comments
 (0)