Skip to content

Commit cc21964

Browse files
author
Hunter Skrasek
committed
Code style fixes
1 parent 84e9446 commit cc21964

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

tests/Routing/Adapter/LaravelTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
use Illuminate\Events\Dispatcher;
77
use Illuminate\Container\Container;
88
use Dingo\Api\Routing\Adapter\Laravel;
9-
use Illuminate\Routing\RouteCollection;
109

1110
class LaravelTest extends BaseAdapterTest
1211
{

tests/Routing/RouteTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public function testCreatingNewRoute()
3737
'throttle' => 'Dingo\Api\Tests\Stubs\BasicThrottleStub',
3838
'version' => ['v1'],
3939
'conditionalRequest' => false,
40-
'middleware' => 'foo.bar'
40+
'middleware' => 'foo.bar',
4141
],
4242
]);
4343

@@ -66,7 +66,7 @@ public function testControllerOptionsMergeAndOverrideRouteOptions()
6666
'version' => ['v1'],
6767
'conditionalRequest' => false,
6868
'uses' => 'Dingo\Api\Tests\Stubs\RoutingControllerStub@index',
69-
'middleware' => 'foo.bar'
69+
'middleware' => 'foo.bar',
7070
],
7171
]);
7272

0 commit comments

Comments
 (0)