Skip to content

Commit

Permalink
Remove double whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
sagikazarmark committed Jul 1, 2019
1 parent 91eebe8 commit 95622d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ResponseTest.php
Expand Up @@ -263,7 +263,7 @@ public function invalidHeaderProvider()
return [
['foo', [], 'Header value can not be an empty array.'],
['', '', 'Header name can not be empty.'],
['foo', new \stdClass(), 'Header value must be scalar or null but stdClass provided.'],
['foo', new \stdClass(), 'Header value must be scalar or null but stdClass provided.'],
];
}

Expand Down

0 comments on commit 95622d3

Please sign in to comment.