Completed
Pull Request — master (#66)
by Jacob
02:42
created
src/Store/Store.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -96,7 +96,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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)
Please login to merge, or discard this patch.