Completed
Push — master ( 76d905...b087e2 )
by Peter
08:08
created
src/Collections/Meta.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -241,7 +241,7 @@
 block discarded – undo
241 241
 	 * Calling this function will create new instance only if it's not stored in cache.
242 242
 	 * This allows very effective retrieving of `Meta` container's meta data, without need of parsing annotations.
243 243
 	 * @param string|object|AnnotatedInterface $model
244
-	 * @param MetaOption|null $options
244
+	 * @param null|MetaOptions $options
245 245
 	 * @return static
246 246
 	 */
247 247
 	public static function create($model, MetaOptions $options = null)
Please login to merge, or discard this patch.