@@ -7,7 +7,7 @@ discard block |
||
7 | 7 | * @copyright (c) 2018, Sebastian Rapetti |
8 | 8 | * @license http://opensource.org/licenses/MIT MIT License |
9 | 9 | */ |
10 | -declare(strict_types = 1); |
|
10 | +declare(strict_types=1); |
|
11 | 11 | |
12 | 12 | namespace Linna\Filter; |
13 | 13 | |
@@ -104,7 +104,7 @@ discard block |
||
104 | 104 | $types = $rules[$word[0]]['args_type']; |
105 | 105 | |
106 | 106 | foreach ($types as $key => $type) { |
107 | - $param = &$word[$key+1]; |
|
107 | + $param = &$word[$key + 1]; |
|
108 | 108 | |
109 | 109 | if ($type === 'number') { |
110 | 110 | $number->sanitize($param); |