Skip to content

Commit

Permalink
Fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
kelunik committed Oct 3, 2018
1 parent 0b282a7 commit 17fae3b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions test/PendingReadErrorTest.php
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
<?php


namespace Amp\ByteStream\Test;

use Amp\ByteStream\PendingReadError;
use Amp\PHPUnit\TestCase;

class PendingReadErrorTest extends TestCase
{

public function testDefaultErrorCode()
{
$this->assertSame(0, (new PendingReadError)->getCode());
Expand Down
1 change: 0 additions & 1 deletion test/PipeTest.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?php


namespace Amp\ByteStream\Test;

use Amp\ByteStream\IteratorStream;
Expand Down

0 comments on commit 17fae3b

Please sign in to comment.