Completed
Pull Request — master (#8)
by Jacob
03:36
created
src/Formatter.php 1 patch
Doc Comments   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -97,7 +97,7 @@  discard block
 block discarded – undo
97 97
      * Prepares and formats a has-many embed for proper insertion into the database.
98 98
      *
99 99
      * @param   EmbeddedPropMetadata    $embeddedPropMeta
100
-     * @param   array                   $embed
100
+     * @param   array                   $embeds
101 101
      * @return  mixed
102 102
      */
103 103
     public function getEmbedManyDbValue(EmbeddedPropMetadata $embeddedPropMeta, array $embeds = null)
@@ -163,6 +163,7 @@  discard block
 block discarded – undo
163 163
 
164 164
     /**
165 165
      * {@inheritDoc}
166
+     * @param string $strategy
166 167
      */
167 168
     public function getIdentifierDbValue($identifier, $strategy = null)
168 169
     {
Please login to merge, or discard this patch.