[ci skip]
@@ -36,7 +36,7 @@ class Autoloader
/**
* Registers the autoloader class with the PHP SPL autoloader.
*
- * @param boolean $prepend Prepend the autoloader on the stack instead of appending it.
+ * @param bool $prepend Prepend the autoloader on the stack instead of appending it.
*/
public static function register($prepend = false)
{
@@ -95,7 +95,7 @@ class HashRing implements DistributorInterface, HashGeneratorInterface
* Returns the initialization status of the distributor.
- * @return Boolean
+ * @return bool
private function isInitialized()
@@ -348,8 +348,8 @@ class PredisStrategy implements StrategyInterface
* Checks if the specified array of keys will generate the same hash.
- * @param array $keys Array of keys.
+ * @param array $keys Array of keys.
protected function checkSameHashForKeys(array $keys)
@@ -70,7 +70,7 @@ class ZSetRange extends Command
* Checks for the presence of the WITHSCORES modifier.
protected function withScores()
@@ -52,7 +52,7 @@ abstract class CommunicationException extends PredisException
* Indicates if the receiver should reset the underlying connection.
public function shouldResetConnection()