Completed
Push — master ( b5b8be...5ff268 )
by Peter
13:31
created
src/Cache/PhpCache.php 1 patch
Doc Comments   +4 added lines, -1 removed lines patch added patch discarded remove patch
@@ -250,7 +250,7 @@  discard block
 block discarded – undo
250 250
 
251 251
 	/**
252 252
 	 * Clear entire cache
253
-	 * @return boolean
253
+	 * @return false|null
254 254
 	 */
255 255
 	public function clear()
256 256
 	{
@@ -264,6 +264,9 @@  discard block
 block discarded – undo
264 264
 		return $this->clearPath($path);
265 265
 	}
266 266
 
267
+	/**
268
+	 * @param string $path
269
+	 */
267 270
 	private function clearPath($path)
268 271
 	{
269 272
 		if (!file_exists($path))
Please login to merge, or discard this patch.