@@ -97,7 +97,7 @@ discard block |
||
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 |
||
163 | 163 | |
164 | 164 | /** |
165 | 165 | * {@inheritDoc} |
166 | + * @param string $strategy |
|
166 | 167 | */ |
167 | 168 | public function getIdentifierDbValue($identifier, $strategy = null) |
168 | 169 | { |