Completed
Push — master ( 8af449...e3a5d7 )
by Marcelo
03:52
created
lib/Parameters.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -60,7 +60,7 @@  discard block
 block discarded – undo
60 60
 
61 61
     /**
62 62
      * Filter out or throws exception according to the permitted params
63
-     * @param  Parameter                     $params
63
+     * @param  Parameters                     $params
64 64
      * @param  array                         $permitted
65 65
      * @throws UnpermittedParameterException when params not permitted are passed in
66 66
      */
@@ -73,7 +73,7 @@  discard block
 block discarded – undo
73 73
 
74 74
     /**
75 75
      * Handle Parameters that have only integer indexes
76
-     * @param Parameter $params
76
+     * @param Parameters $params
77 77
      * @param array     $permitted
78 78
      */
79 79
     private function handleCollections(Parameters $params, array $permitted = array())
@@ -101,7 +101,7 @@  discard block
 block discarded – undo
101 101
 
102 102
     /**
103 103
      * Handle permissions that are given in the hash form
104
-     * @param Parameter $params
104
+     * @param Parameters $params
105 105
      * @param array     $permitted
106 106
      */
107 107
     private function handleArrays(Parameters $params, array $permitted = array())
@@ -122,7 +122,7 @@  discard block
 block discarded – undo
122 122
     /**
123 123
      * Filters out or throws exception when parameters are neigher keys nor values
124 124
      * in the permitted array
125
-     * @param  Parameter                 $params
125
+     * @param  Parameters                 $params
126 126
      * @param  array                     $permitted
127 127
      * @throws ParameterMissingException when parameter is missing
128 128
      */
Please login to merge, or discard this patch.