Skip to content

Commit

Permalink
chore: style fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
atymic authored Mar 7, 2020
1 parent b07981d commit 0aa3c5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/SmsapiClientTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class SmsapiClientTest extends TestCase
*/
private $client;

public function setUp():void
public function setUp(): void
{
parent::setUp();
$this->proxy = Mockery::mock(Proxy::class)->makePartial()->shouldAllowMockingProtectedMethods();
Expand Down

0 comments on commit 0aa3c5e

Please sign in to comment.