Commit 402fcbc
authored
Fix static analysis suppression in RouteCollector::removeNamedRoute() (#3445)
Remove static analysis suppression about using null as an array key (PHP
8.5 deprecation warning), by passing $name directly as it's a string,
whereas $route->getName() is string|null.1 parent 025043e commit 402fcbc
1 file changed
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
185 | 185 | | |
186 | 186 | | |
187 | 187 | | |
188 | | - | |
189 | | - | |
| 188 | + | |
190 | 189 | | |
191 | 190 | | |
192 | 191 | | |
| |||
0 commit comments