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
thrownewLogicException('You cannot compile a dumped container that was already compiled.');
44
+
}
45
+
46
+
publicfunctionisCompiled()
47
+
{
48
+
returntrue;
49
+
}
50
+
51
+
publicfunctionisFrozen()
52
+
{
53
+
@trigger_error(sprintf('The %s() method is deprecated since Symfony 3.3 and will be removed in 4.0. Use the isCompiled() method instead.', __METHOD__), E_USER_DEPRECATED);
thrownewLogicException('You cannot compile a dumped container that was already compiled.');
42
+
}
43
+
44
+
publicfunctionisCompiled()
45
+
{
46
+
returntrue;
47
+
}
48
+
49
+
publicfunctionisFrozen()
50
+
{
51
+
@trigger_error(sprintf('The %s() method is deprecated since Symfony 3.3 and will be removed in 4.0. Use the isCompiled() method instead.', __METHOD__), E_USER_DEPRECATED);
0 commit comments