Skip to content

Commit

Permalink
fix(lint): fix statement indentation lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
jylanglois-exosource committed Jan 13, 2025
1 parent c1ce0fb commit 72c2045
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/Unit/Channels/NewrelicChannelTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class NewrelicChannelTest extends UnitTestCase
*/
protected $channel;

/**
/**
* @var string
*/
protected $url;
Expand Down Expand Up @@ -79,7 +79,8 @@ public function testSignal()
],
'json' => [
'eventType' => $this->eventType
]];
]
];

$this->httpClient->shouldReceive('request')->with('post', $this->url, $options);

Expand Down

0 comments on commit 72c2045

Please sign in to comment.