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
@@ -32,8 +32,8 @@ interface ServerProfileInterface
/**
* Checks if the profile supports the specified command.
*
* @param string $command Command ID.
* @return Boolean
* @param string $command Command ID.
* @return bool
*/
public function supportsCommand($command);