We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0001c07 commit 4e58ba0Copy full SHA for 4e58ba0
tests/MessagesTest.php
@@ -129,7 +129,7 @@ public function it_should_return_a_list_of_validation_errors_when_posting_an_inv
129
// When
130
try {
131
$slack->postMessage('https://slack.incoming.url/', $message);
132
- } catch(ValidationException $e) {
+ } catch (ValidationException $e) {
133
$this->assertIsArray($e->errors());
134
$this->arrayHasKey('foo', $e->errors());
135
$this->assertEquals(['foo' => 'bar'], $e->errors());
0 commit comments