Skip to content

Commit d2b2f34

Browse files
committed
Remove space
1 parent 80e54b5 commit d2b2f34

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

src/Exception/StreamException.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,3 @@
77
class StreamException extends \RuntimeException implements Exception
88
{
99
}
10-

src/Exception/TimeoutException.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,3 @@
55
class TimeoutException extends StreamException
66
{
77
}
8-

tests/StreamTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,4 +145,3 @@ public function testClose()
145145
$this->assertFalse(is_resource($socket));
146146
}
147147
}
148-

0 commit comments

Comments
 (0)