Completed
Push — master ( eb5224...04979f )
by Peter
11:53
created
src/Cache/PhpCache.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -38,6 +38,9 @@
 block discarded – undo
38 38
 	 */
39 39
 	private static $_nsCache = [];
40 40
 
41
+	/**
42
+	 * @param string $path
43
+	 */
41 44
 	public function __construct($path, Addendum $addendum, MetaOptions $options = null)
42 45
 	{
43 46
 		$this->_file = sprintf('%s/%s', $path, self::FileName);
Please login to merge, or discard this patch.