Completed
Pull Request — master (#9)
by Joshua
02:27
created
src/Serializer.php 1 patch
Doc Comments   +2 added lines, -3 removed lines patch added patch discarded remove patch
@@ -240,7 +240,6 @@  discard block
 block discarded – undo
240 240
     /**
241 241
      * Serializes an embed many value.
242 242
      *
243
-     * @param   EmbedMetadata   $embedMeta
244 243
      * @param   EmbedCollection $embed
245 244
      * @return  array
246 245
      */
@@ -292,7 +291,7 @@  discard block
 block discarded – undo
292 291
      * @param   Model                   $owner
293 292
      * @param   Model[]|null            $models
294 293
      * @param   AdapterInterface        $adapter
295
-     * @return  array
294
+     * @return  \As3\Modlr\Metadata\EntityMetadata
296 295
      */
297 296
     protected function serializeHasMany(Model $owner, array $models = null, AdapterInterface $adapter)
298 297
     {
@@ -308,7 +307,7 @@  discard block
 block discarded – undo
308 307
      * @param   Model                   $owner
309 308
      * @param   Model|null              $model
310 309
      * @param   AdapterInterface        $adapter
311
-     * @return  array
310
+     * @return  \As3\Modlr\Metadata\EntityMetadata
312 311
      */
313 312
     protected function serializeHasOne(Model $owner, Model $model = null, AdapterInterface $adapter)
314 313
     {
Please login to merge, or discard this patch.