Completed
Push — master ( 19a0e6...ca27cb )
by Basil
06:05
created
core/web/filters/RobotsFilter.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -86,7 +86,7 @@
 block discarded – undo
86 86
     {
87 87
         if (Yii::$app->request->isPost) {
88 88
             if ($this->getElapsedProcessTime() < $this->delay) {
89
-                throw new InvalidCallException("Robots Filter has detected an invalid Request: " . VarDumper::export(ArrayHelper::coverSensitiveValues(Yii::$app->request->post())));
89
+                throw new InvalidCallException("Robots Filter has detected an invalid Request: ".VarDumper::export(ArrayHelper::coverSensitiveValues(Yii::$app->request->post())));
90 90
             }
91 91
         }
92 92
         
Please login to merge, or discard this patch.