File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -201,7 +201,7 @@ public function __setInitialized($initialized): void
201
201
* {@inheritDoc}
202
202
* @internal generated method: use only when explicitly handling proxy specific loading logic
203
203
*/
204
- public function __setInitializer(\Closure $initializer = null): void
204
+ public function __setInitializer(? \Closure $initializer = null): void
205
205
{
206
206
$this->__initializer__ = $initializer;
207
207
}
@@ -219,7 +219,7 @@ public function __getInitializer(): ?\Closure
219
219
* {@inheritDoc}
220
220
* @internal generated method: use only when explicitly handling proxy specific loading logic
221
221
*/
222
- public function __setCloner(\Closure $cloner = null): void
222
+ public function __setCloner(? \Closure $cloner = null): void
223
223
{
224
224
$this->__cloner__ = $cloner;
225
225
}
You can’t perform that action at this time.
0 commit comments