From b56ad0c33d522839194431953c5e18fffcb7c277 Mon Sep 17 00:00:00 2001 From: StyleCI Bot Date: Tue, 16 Apr 2024 08:08:57 +0000 Subject: [PATCH] Apply fixes from StyleCI --- tests/BladeRegistrationTest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/BladeRegistrationTest.php b/tests/BladeRegistrationTest.php index f6e7f85..4fd437f 100644 --- a/tests/BladeRegistrationTest.php +++ b/tests/BladeRegistrationTest.php @@ -15,6 +15,7 @@ protected function getPackageProviders($app) /** * @test + * * @dataProvider registeredBladeDirectives */ public function it_registers_blade_directives($directive)