Skip to content

Commit

Permalink
Allow null as value until next major (#6424)
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentLanglet authored Sep 28, 2020
1 parent a2424d7 commit 77acce4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Admin/AdminInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ public function setRouteBuilder(RouteBuilderInterface $routeBuilder);
public function getRouteBuilder();

/**
* @param object $object
* @param object|null $object NEXT_MAJOR: Use `object` as type declaration for argument 1
*
* @return string
*
Expand Down

0 comments on commit 77acce4

Please sign in to comment.