Skip to content

Commit

Permalink
Apply fixes from StyleCI (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
hotmeteor authored Feb 16, 2021
1 parent a7576b1 commit 8ff47fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/ResponseValidatorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,8 @@ public function test_handle_nullables(
'first_name' => 'Joe',
'last_name' => 'Bloggs',
'posts' => [
['title' => 'My first post!']
]
['title' => 'My first post!'],
],
];

if ($state === self::NULLABLE_EMPTY) {
Expand Down

0 comments on commit 8ff47fc

Please sign in to comment.