@@ -241,7 +241,7 @@ |
||
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) |