Fix code smells.

This commit is contained in:
Daniele Alessandri
2014-07-27 20:13:24 +02:00
parent 87aba18002
commit f372029cfc
19 changed files with 61 additions and 3 deletions
+2
View File
@@ -238,6 +238,8 @@ class StreamConnection extends AbstractConnection
default:
$this->onProtocolError("Unknown response prefix: '$prefix'.");
}
return null;
}
/**