@@ -112,7 +112,7 @@ discard block |
||
112 | 112 | /** |
113 | 113 | * Get a cache driver. If the driver is not found, return the default. |
114 | 114 | * |
115 | - * @param $identifier |
|
115 | + * @param string $identifier |
|
116 | 116 | * @return DriverInterface |
117 | 117 | * @throws InvalidDriverException |
118 | 118 | */ |
@@ -141,7 +141,7 @@ discard block |
||
141 | 141 | /** |
142 | 142 | * Get a cache driver |
143 | 143 | * |
144 | - * @param $identifier |
|
144 | + * @param string $identifier |
|
145 | 145 | * @return DriverInterface |
146 | 146 | * @throws InvalidDriverException |
147 | 147 | */ |
@@ -161,7 +161,7 @@ discard block |
||
161 | 161 | /** |
162 | 162 | * Register a cache driver for use |
163 | 163 | * |
164 | - * @param $identifier |
|
164 | + * @param integer $identifier |
|
165 | 165 | * @param DriverInterface $driver |
166 | 166 | * @throws InvalidDriverException |
167 | 167 | */ |