Skip to content

Commit

Permalink
Code standard
Browse files Browse the repository at this point in the history
  • Loading branch information
Sören committed Feb 25, 2022
1 parent 537fa0a commit 3017304
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion tests/ClientTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@

class ClientTest extends TestCase
{

public function setUp(): void
{
error_reporting(-1);
Expand Down
1 change: 0 additions & 1 deletion tests/ExceptionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@

class ExceptionTest extends TestCase
{

public function setUp(): void
{
error_reporting(-1);
Expand Down
1 change: 0 additions & 1 deletion tests/MessageTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@

class MessageTest extends TestCase
{

public function setUp(): void
{
error_reporting(-1);
Expand Down
1 change: 0 additions & 1 deletion tests/ServerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@

class ServerTest extends TestCase
{

public function setUp(): void
{
error_reporting(-1);
Expand Down
1 change: 0 additions & 1 deletion tests/mock/MockSocket.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@

class MockSocket
{

private static $queue = [];
private static $stored = [];
private static $asserter;
Expand Down

0 comments on commit 3017304

Please sign in to comment.