Completed
Push — master ( 3d0efe...55daf4 )
by Jacob
05:17
created
src/Serializer.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -161,7 +161,7 @@  discard block
 block discarded – undo
161 161
      * @param   Model                   $owner
162 162
      * @param   Model[]|null            $models
163 163
      * @param   AdapterInterface        $adapter
164
-     * @return  array
164
+     * @return  \As3\Modlr\Metadata\EntityMetadata
165 165
      */
166 166
     protected function serializeHasMany(Model $owner, array $models = null, AdapterInterface $adapter)
167 167
     {
@@ -177,7 +177,7 @@  discard block
 block discarded – undo
177 177
      * @param   Model                   $owner
178 178
      * @param   Model|null              $model
179 179
      * @param   AdapterInterface        $adapter
180
-     * @return  array
180
+     * @return  \As3\Modlr\Metadata\EntityMetadata
181 181
      */
182 182
     protected function serializeHasOne(Model $owner, Model $model = null, AdapterInterface $adapter)
183 183
     {
Please login to merge, or discard this patch.