@@ -76,7 +76,7 @@ |
||
76 | 76 | */ |
77 | 77 | public function isParamOfTypeMultiple($param, $types) |
78 | 78 | { |
79 | - array_walk($types, function (&$type) use ($param) { |
|
79 | + array_walk($types, function(&$type) use ($param) { |
|
80 | 80 | $type = $this->isParamOfTypeSingle($param, $type); |
81 | 81 | }); |
82 | 82 |