Completed
Pull Request — master (#26)
by Greg
01:13
created
src/GherkinParam.php 2 patches
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -160,7 +160,7 @@
 block discarded – undo
160 160
       } elseif (is_array($arg)) {
161 161
         foreach ($arg as $k => $v) {
162 162
           if (is_string($v)) {
163
-             $args[$index][$k] = $this->getValueFromParam($v);
163
+              $args[$index][$k] = $this->getValueFromParam($v);
164 164
           }
165 165
         }
166 166
       }
Please login to merge, or discard this patch.
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -93,7 +93,7 @@
 block discarded – undo
93 93
    *
94 94
    * @param string $param
95 95
    *
96
-   * @return \mixed|null Returns parameter's value if exists, else parameter's name
96
+   * @return null|string Returns parameter's value if exists, else parameter's name
97 97
    */
98 98
   final protected function getValueFromParam(string $param)
99 99
   {
Please login to merge, or discard this patch.