Skip to content

Commit 07a7df7

Browse files
freekmurzegithub-actions[bot]
authored andcommitted
Fix styling
1 parent 58a8419 commit 07a7df7

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

tests/AttributeTests/ScopeBindingsAttributeTest.php

-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ public function it_can_enable_binding_scoping_on_individual_methods_of_a_control
8686
);
8787
}
8888

89-
9089
/** @test */
9190
public function the_registrar_respects_default_scope_bindings_setting_from_config()
9291
{

tests/TestClasses/Controllers/BindingScoping4TestController.php

-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010

1111
final class BindingScoping4TestController
1212
{
13-
1413
#[Get('default-scoping')]
1514
public function index()
1615
{
@@ -23,5 +22,4 @@ public function store()
2322
{
2423

2524
}
26-
2725
}

0 commit comments

Comments
 (0)