-
-
Notifications
You must be signed in to change notification settings - Fork 742
Closed
rectorphp/rector-src
#3468Description
- Redundant types are not allowed
- False as a standalone type is allowed only in php8.2, but I'm using LevelSetList::UP_TO_PHP_81
@@ @@
* @param bool|FALSE $user_id
* @return array
*/
- public function build_acl(bool $user_id = FALSE)
- public function build_acl(bool|false $user_id = FALSE)
Applied rules:
- UnionTypesRector
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels