File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 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
201201 * {@inheritDoc}
202202 * @internal generated method: use only when explicitly handling proxy specific loading logic
203203 */
204- public function __setInitializer(\Closure $initializer = null): void
204+ public function __setInitializer(? \Closure $initializer = null): void
205205 {
206206 $this->__initializer__ = $initializer;
207207 }
@@ -219,7 +219,7 @@ public function __getInitializer(): ?\Closure
219219 * {@inheritDoc}
220220 * @internal generated method: use only when explicitly handling proxy specific loading logic
221221 */
222- public function __setCloner(\Closure $cloner = null): void
222+ public function __setCloner(? \Closure $cloner = null): void
223223 {
224224 $this->__cloner__ = $cloner;
225225 }
You can’t perform that action at this time.
0 commit comments