Completed
Push — master ( faf8e5...503c2a )
by Jacob
7s
created
src/Serializer.php 1 patch
Doc Comments   +2 added lines, -3 removed lines patch added patch discarded remove patch
@@ -181,7 +181,6 @@  discard block
 block discarded – undo
181 181
     /**
182 182
      * Serializes an embed many value.
183 183
      *
184
-     * @param   EmbedMetadata   $embedMeta
185 184
      * @param   Embed|null      $embed
186 185
      * @return  array
187 186
      */
@@ -230,7 +229,7 @@  discard block
 block discarded – undo
230 229
      * @param   Model                   $owner
231 230
      * @param   Model[]|null            $models
232 231
      * @param   AdapterInterface        $adapter
233
-     * @return  array
232
+     * @return  \As3\Modlr\Metadata\EntityMetadata
234 233
      */
235 234
     protected function serializeHasMany(Model $owner, array $models = null, AdapterInterface $adapter)
236 235
     {
@@ -246,7 +245,7 @@  discard block
 block discarded – undo
246 245
      * @param   Model                   $owner
247 246
      * @param   Model|null              $model
248 247
      * @param   AdapterInterface        $adapter
249
-     * @return  array
248
+     * @return  \As3\Modlr\Metadata\EntityMetadata
250 249
      */
251 250
     protected function serializeHasOne(Model $owner, Model $model = null, AdapterInterface $adapter)
252 251
     {
Please login to merge, or discard this patch.