@@ -96,7 +96,7 @@ discard block |
||
96 | 96 | * @todo Add sorting and pagination (limit/skip). |
97 | 97 | * @todo Handle find all with identifiers. |
98 | 98 | * @param string $typeKey The model type. |
99 | - * @param array $idenitifiers The model identifiers (optional). |
|
99 | + * @param array $identifiers The model identifiers (optional). |
|
100 | 100 | * @return Collection |
101 | 101 | */ |
102 | 102 | public function findAll($typeKey, array $identifiers = []) |
@@ -526,7 +526,7 @@ discard block |
||
526 | 526 | /** |
527 | 527 | * Converts the id value to a normalized string. |
528 | 528 | * |
529 | - * @param mixed $identenfier The identifier to convert. |
|
529 | + * @param mixed $identifier The identifier to convert. |
|
530 | 530 | * @return string |
531 | 531 | */ |
532 | 532 | protected function convertId($identifier) |