Apply some more minor phpdoc fixes.

This commit is contained in:
Daniele Alessandri
2013-12-22 17:40:01 +01:00
parent 9a1884d960
commit d2debfd43e
24 changed files with 47 additions and 48 deletions
@@ -34,7 +34,7 @@ interface ConnectionInterface
/**
* Returns if the connection is open.
*
* @return Boolean
* @return bool
*/
public function isConnected();