Skip to content

Commit

Permalink
[PHP 8.0] Add test for route spacing in annotaiton to attribute (#2904)
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba committed Sep 4, 2022
1 parent 40c546e commit 754fdd1
Showing 1 changed file with 6 additions and 0 deletions.
Expand Up @@ -11,6 +11,9 @@ final class SymfonyRoute
*/
public function action()
{
$keepSpace = 1;

$keepSpaceAgain = 1;
}
}

Expand All @@ -27,6 +30,9 @@ final class SymfonyRoute
#[Route(path: '/path', name: EntityColumnAndAssertChoice::class)]
public function action()
{
$keepSpace = 1;

$keepSpaceAgain = 1;
}
}

Expand Down

0 comments on commit 754fdd1

Please sign in to comment.