Passed
Pull Request — master (#35)
by Anton
07:27
created
src/data/JsonApiDataProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -50,7 +50,7 @@
 block discarded – undo
50 50
         if (is_array($value)) {
51 51
             $config = ['class' => Filter::className()];
52 52
             if ($this->id !== null) {
53
-                $config['filterParam'] = $this->id . '-filter';
53
+                $config['filterParam'] = $this->id.'-filter';
54 54
             }
55 55
             $this->_filter = Yii::createObject(array_merge($config, $value));
56 56
         } elseif ($value instanceof Filter || $value === false) {
Please login to merge, or discard this patch.