@@ -72,7 +72,6 @@ discard block |
||
72 | 72 | /** |
73 | 73 | * Gets the Cache namespace key for Redis |
74 | 74 | * |
75 | - * @param string $string |
|
76 | 75 | */ |
77 | 76 | public function getCacheNamespace() |
78 | 77 | { |
@@ -145,7 +144,7 @@ discard block |
||
145 | 144 | * Sets JSON encoded value within Redis with an expiry in seconds |
146 | 145 | * |
147 | 146 | * @param string $key |
148 | - * @param mixed $value Data to encode into JSON and store |
|
147 | + * @param string $value Data to encode into JSON and store |
|
149 | 148 | * @param integer $expires Cache expiry time in seconds |
150 | 149 | */ |
151 | 150 | public function setExpireKey($key, $value, $expires) |
@@ -149,7 +149,7 @@ |
||
149 | 149 | * Takes common requests and appends them to the query object. Any other |
150 | 150 | * special requirements will be handled after |
151 | 151 | * |
152 | - * @param Ps2alerts\Api\QueryObjects\QueryObject $queryObject |
|
152 | + * @param QueryObject $queryObject |
|
153 | 153 | * @param array $post |
154 | 154 | * |
155 | 155 | * @return Ps2alerts\Api\QueryObjects\QueryObject |
@@ -54,7 +54,7 @@ |
||
54 | 54 | * in the array and added to. |
55 | 55 | * e.g. $queryObject->addSelect('COUNT(ResultID) AS COUNT'); |
56 | 56 | * |
57 | - * @param string $string |
|
57 | + * @param string $array |
|
58 | 58 | */ |
59 | 59 | public function addSelect($array) |
60 | 60 | { |