diff --git a/test/EncodedConnectionTest.php b/test/EncodedConnectionTest.php index a0b41cd..7ff37d1 100644 --- a/test/EncodedConnectionTest.php +++ b/test/EncodedConnectionTest.php @@ -9,6 +9,7 @@ */ class EncodedConnectionTest extends \PHPUnit_Framework_TestCase { + /** * Client. * @@ -45,4 +46,4 @@ public function testConnection() $this->c->close(); $this->assertFalse($this->c->isConnected()); } -} \ No newline at end of file +}