@@ -140,7 +140,7 @@ |
||
| 140 | 140 | { |
| 141 | 141 | $urlGenerator = $this->urlGenerator; |
| 142 | 142 | |
| 143 | - $hrefClosure = function ($attribute, IEntity $entity) use ($urlGenerator) { |
|
| 143 | + $hrefClosure = function($attribute, IEntity $entity) use ($urlGenerator) { |
|
| 144 | 144 | // @phan-suppress-next-line PhanTypeMismatchArgument |
| 145 | 145 | return $urlGenerator->createFromName($attribute, $entity->getId()); |
| 146 | 146 | }; |