Test Setup Failed
Push — master ( aa6629...f7c49e )
by Xu
38:54
created
src/rest/controllers/NotificationController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -69,7 +69,7 @@
 block discarded – undo
69 69
         $filter = null;
70 70
         $dataFilter = Yii::createObject([
71 71
             'class' => ActiveDataFilter::class,
72
-            'searchModel' => function () {
72
+            'searchModel' => function() {
73 73
                 return (new DynamicModel(['verb' => null]))
74 74
                     ->addRule('verb', 'string');
75 75
             },
Please login to merge, or discard this patch.