@@ -85,7 +85,7 @@ public function setResourceLimits(ResourceLimits $resourceLimits): EnvironmentFa
8585 return $ this ;
8686 }
8787
88- public function setRethrowErrors (bool $ rethrowErrors = true ): EnvironmentFactory
88+ public function setRethrowErrors (bool $ rethrowErrors ): EnvironmentFactory
8989 {
9090 $ this ->defaultRenderContextOptions = $ this ->defaultRenderContextOptions ->cloneWith (
9191 rethrowErrors: $ rethrowErrors ,
@@ -94,7 +94,7 @@ public function setRethrowErrors(bool $rethrowErrors = true): EnvironmentFactory
9494 return $ this ;
9595 }
9696
97- public function setStrictVariables (bool $ strictVariables = true ): EnvironmentFactory
97+ public function setStrictVariables (bool $ strictVariables ): EnvironmentFactory
9898 {
9999 $ this ->defaultRenderContextOptions = $ this ->defaultRenderContextOptions ->cloneWith (
100100 strictVariables: $ strictVariables ,
@@ -103,7 +103,7 @@ public function setStrictVariables(bool $strictVariables = true): EnvironmentFac
103103 return $ this ;
104104 }
105105
106- public function setStrictFilters (bool $ strictFilters = true ): EnvironmentFactory
106+ public function setStrictFilters (bool $ strictFilters ): EnvironmentFactory
107107 {
108108 $ this ->defaultRenderContextOptions = $ this ->defaultRenderContextOptions ->cloneWith (
109109 strictFilters: $ strictFilters ,
@@ -112,7 +112,7 @@ public function setStrictFilters(bool $strictFilters = true): EnvironmentFactory
112112 return $ this ;
113113 }
114114
115- public function setLazyParsing (bool $ lazyParsing = true ): EnvironmentFactory
115+ public function setLazyParsing (bool $ lazyParsing ): EnvironmentFactory
116116 {
117117 $ this ->defaultRenderContextOptions = $ this ->defaultRenderContextOptions ->cloneWith (
118118 lazyParsing: $ lazyParsing ,
0 commit comments