Skip to content

Commit

Permalink
Merge branch '5.4' into 6.4
Browse files Browse the repository at this point in the history
* 5.4:
  Make more nullable types explicit
  Add more explicit nullable types for default null values
  • Loading branch information
derrabus committed Mar 19, 2024
2 parents c3f1b7d + 97fc536 commit 1d67cac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/LazyProxy/PhpDumper/Fixtures/proxy-implem.php
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ public function __wakeup()
{
}

public function setProxyInitializer(\Closure $initializer = null)%S
public function setProxyInitializer(%S\Closure $initializer = null)%S
{
$this->initializer%s = $initializer;
}
Expand Down

0 comments on commit 1d67cac

Please sign in to comment.