Run php-cs against codebase.

This commit is contained in:
Daniele Alessandri
2013-12-17 12:59:31 +01:00
parent fd1c6f244f
commit 9d4524cae7
80 changed files with 262 additions and 267 deletions
@@ -22,7 +22,7 @@ interface ConnectionParametersInterface
/**
* Checks if the specified parameters is set.
*
* @param string $property Name of the property.
* @param string $property Name of the property.
* @return Boolean
*/
public function __isset($parameter);
@@ -30,7 +30,7 @@ interface ConnectionParametersInterface
/**
* Returns the value of the specified parameter.
*
* @param string $parameter Name of the parameter.
* @param string $parameter Name of the parameter.
* @return mixed
*/
public function __get($parameter);