Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
mvorisek committed Jan 5, 2024
1 parent da32e26 commit 6d6d314
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Fixtures/Integration/misc/PHP8_0.test
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ $country = $session?->user?->getAddress()?->country;
// https://wiki.php.net/rfc/shorter_attribute_syntax
// https://wiki.php.net/rfc/shorter_attribute_syntax_change
#[MyAttribute]
#[\MyExample\MyAttribute]
#[MyExample\MyAttribute]
#[MyAttribute(1234)]
#[MyAttribute(value: 1234)]
#[MyAttribute(MyAttribute::VALUE)]
Expand Down

0 comments on commit 6d6d314

Please sign in to comment.