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
@@ -71,8 +71,8 @@ class ConnectionParameters implements ConnectionParametersInterface
/**
* Validates value as boolean.
*
* @param mixed $value Input value.
* @return boolean
* @param mixed $value Input value.
* @return bool
*/
private static function castBoolean($value)
{