Skip to content

Commit

Permalink
Fix: Run 'make coding-standards'
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Sep 27, 2023
1 parent 5f177cc commit 278cf74
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion test/EndToEnd/RuleSet/Php53Test.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

use PHPUnit\Framework;

#[Framework\Attributes\CoversNothing]
#[Framework\Attributes\CoversNothing()]
final class Php53Test extends AbstractRuleSetTestCase
{
}
2 changes: 1 addition & 1 deletion test/EndToEnd/RuleSet/Php54Test.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

use PHPUnit\Framework;

#[Framework\Attributes\CoversNothing]
#[Framework\Attributes\CoversNothing()]
final class Php54Test extends AbstractRuleSetTestCase
{
}
2 changes: 1 addition & 1 deletion test/EndToEnd/RuleSet/Php55Test.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

use PHPUnit\Framework;

#[Framework\Attributes\CoversNothing]
#[Framework\Attributes\CoversNothing()]
final class Php55Test extends AbstractRuleSetTestCase
{
}
2 changes: 1 addition & 1 deletion test/EndToEnd/RuleSet/Php56Test.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

use PHPUnit\Framework;

#[Framework\Attributes\CoversNothing]
#[Framework\Attributes\CoversNothing()]
final class Php56Test extends AbstractRuleSetTestCase
{
}
2 changes: 1 addition & 1 deletion test/EndToEnd/RuleSet/Php70Test.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

use PHPUnit\Framework;

#[Framework\Attributes\CoversNothing]
#[Framework\Attributes\CoversNothing()]
final class Php70Test extends AbstractRuleSetTestCase
{
}
2 changes: 1 addition & 1 deletion test/EndToEnd/RuleSet/Php71Test.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

use PHPUnit\Framework;

#[Framework\Attributes\CoversNothing]
#[Framework\Attributes\CoversNothing()]
final class Php71Test extends AbstractRuleSetTestCase
{
}
2 changes: 1 addition & 1 deletion test/EndToEnd/RuleSet/Php72Test.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

use PHPUnit\Framework;

#[Framework\Attributes\CoversNothing]
#[Framework\Attributes\CoversNothing()]
final class Php72Test extends AbstractRuleSetTestCase
{
}
2 changes: 1 addition & 1 deletion test/EndToEnd/RuleSet/Php73Test.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

use PHPUnit\Framework;

#[Framework\Attributes\CoversNothing]
#[Framework\Attributes\CoversNothing()]
final class Php73Test extends AbstractRuleSetTestCase
{
}
2 changes: 1 addition & 1 deletion test/EndToEnd/RuleSet/Php74Test.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

use PHPUnit\Framework;

#[Framework\Attributes\CoversNothing]
#[Framework\Attributes\CoversNothing()]
final class Php74Test extends AbstractRuleSetTestCase
{
}
2 changes: 1 addition & 1 deletion test/EndToEnd/RuleSet/Php80Test.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

use PHPUnit\Framework;

#[Framework\Attributes\CoversNothing]
#[Framework\Attributes\CoversNothing()]
final class Php80Test extends AbstractRuleSetTestCase
{
}
2 changes: 1 addition & 1 deletion test/EndToEnd/RuleSet/Php81Test.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

use PHPUnit\Framework;

#[Framework\Attributes\CoversNothing]
#[Framework\Attributes\CoversNothing()]
final class Php81Test extends AbstractRuleSetTestCase
{
}
2 changes: 1 addition & 1 deletion test/EndToEnd/RuleSet/Php82Test.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

use PHPUnit\Framework;

#[Framework\Attributes\CoversNothing]
#[Framework\Attributes\CoversNothing()]
#[Framework\Attributes\RequiresPhp('8.2')]
final class Php82Test extends AbstractRuleSetTestCase
{
Expand Down

0 comments on commit 278cf74

Please sign in to comment.