Skip to content

Commit

Permalink
Code style fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
luisdalmolin committed Oct 29, 2024
1 parent 7deaca0 commit b6a1471
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/Architecture/CommandsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@

arch('Commands should not have public methods')->expect('Kirschbaum\Paragon\Commands')
->not->toHavePublicMethodsBesides(['__construct', 'handle']);
}
}
2 changes: 1 addition & 1 deletion tests/Architecture/DiscoveryTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@

arch('DiscoverEnums should not have public methods')->expect(DiscoverEnums::class)
->not->toHavePublicMethodsBesides(['within']);
}
}
2 changes: 1 addition & 1 deletion tests/Architecture/GeneratorsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@

arch('Generators should not have public methods')->expect('Kirschbaum\Paragon\Generators')
->not->toHavePublicMethodsBesides(['__construct', '__invoke']);
}
}

0 comments on commit b6a1471

Please sign in to comment.