Completed
Push — master ( 682525...a97927 )
by Peter
45:38 queued 20:39
created
src/Helpers/IndexManager.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -137,6 +137,9 @@
 block discarded – undo
137 137
 		return array_sum($results) === count($results);
138 138
 	}
139 139
 
140
+	/**
141
+	 * @param string $className
142
+	 */
140 143
 	public function getStoragePath(AnnotatedInterface $model = null, $className = null)
141 144
 	{
142 145
 		if(empty($className))
Please login to merge, or discard this patch.