Completed
Push — master ( 2b5327...235414 )
by Peter
09:57
created
src/Helpers/IndexManager.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -111,6 +111,9 @@
 block discarded – undo
111 111
 		return array_sum($results) === count($results);
112 112
 	}
113 113
 
114
+	/**
115
+	 * @param string $className
116
+	 */
114 117
 	public function getStoragePath(AnnotatedInterface $model, $className)
115 118
 	{
116 119
 		if(empty(self::$paths[$className]))
Please login to merge, or discard this patch.