Skip to content

Commit 6d42769

Browse files
committed
Fix coding styles
1 parent f316b80 commit 6d42769

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ResponseTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ public function test_can_nest_props_using_dot_notation()
228228
'auth' => [
229229
'user' => [
230230
'name' => 'Jonathan Reinink',
231-
]
231+
],
232232
],
233233
'auth.user.can.deleteProducts' => true,
234234
'product' => ['name' => 'My example product'],

0 commit comments

Comments
 (0)