mirror of
https://github.com/predis/predis.git
synced 2026-08-27 18:51:07 +00:00
Apply some more minor phpdoc fixes.
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user