File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 2121 "php" : " ^7.3|^8.0"
2222 },
2323 "require-dev" : {
24- "pestphp/pest" : " ^1.18 " ,
25- "phpstan/phpstan" : " ^0.12.98 " ,
26- "symfony/var-dumper" : " ^5.3 "
24+ "pestphp/pest" : " ^1.21.3 " ,
25+ "phpstan/phpstan" : " ^1.8.2 " ,
26+ "symfony/var-dumper" : " ^5.4.11 "
2727 },
2828 "autoload" : {
2929 "psr-4" : {
Original file line number Diff line number Diff line change @@ -83,6 +83,9 @@ public function __unserialize($signature)
8383 throw new InvalidSignatureException ();
8484 }
8585
86- $ this ->closure = unserialize ($ signature ['serializable ' ])->getClosure ();
86+ /** @var \Laravel\SerializableClosure\Contracts\Serializable $serializable */
87+ $ serializable = unserialize ($ signature ['serializable ' ]);
88+
89+ $ this ->closure = $ serializable ->getClosure ();
8790 }
8891}
You can’t perform that action at this time.
0 commit comments