diff --git a/tests/Architecture/CommandsTest.php b/tests/Architecture/CommandsTest.php index 26970a4..16d9694 100644 --- a/tests/Architecture/CommandsTest.php +++ b/tests/Architecture/CommandsTest.php @@ -17,4 +17,4 @@ arch('Commands should not have public methods')->expect('Kirschbaum\Paragon\Commands') ->not->toHavePublicMethodsBesides(['__construct', 'handle']); -} \ No newline at end of file +} diff --git a/tests/Architecture/DiscoveryTest.php b/tests/Architecture/DiscoveryTest.php index 183ddff..e86f0d9 100644 --- a/tests/Architecture/DiscoveryTest.php +++ b/tests/Architecture/DiscoveryTest.php @@ -13,4 +13,4 @@ arch('DiscoverEnums should not have public methods')->expect(DiscoverEnums::class) ->not->toHavePublicMethodsBesides(['within']); -} \ No newline at end of file +} diff --git a/tests/Architecture/GeneratorsTest.php b/tests/Architecture/GeneratorsTest.php index f1befb9..09b8956 100644 --- a/tests/Architecture/GeneratorsTest.php +++ b/tests/Architecture/GeneratorsTest.php @@ -18,4 +18,4 @@ arch('Generators should not have public methods')->expect('Kirschbaum\Paragon\Generators') ->not->toHavePublicMethodsBesides(['__construct', '__invoke']); -} \ No newline at end of file +}