Fix PhpAnalyzer issues

This commit is contained in:
Frederic Guillot
2015-05-24 16:47:41 -04:00
parent 03fc8a1bce
commit 1a0465cb57
8 changed files with 20 additions and 14 deletions

View File

@@ -64,7 +64,7 @@ class Project extends Base
*
* @access public
* @param string $identifier
* @return array
* @return array|boolean
*/
public function getByIdentifier($identifier)
{
@@ -80,7 +80,7 @@ class Project extends Base
*
* @access public
* @param string $token Token
* @return array
* @return array|boolean
*/
public function getByToken($token)
{