Passed
Push — v5.x ( 6eb5e2...afe246 )
by Thierry
02:28
created
src/Plugin/Response/JQuery/JQueryPlugin.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -76,7 +76,7 @@
 block discarded – undo
76 76
     public function selector(string $sPath = '', $xContext = null): Selector
77 77
     {
78 78
         $xSelector = new Selector($sPath, $xContext);
79
-        if($this->bCommand && $this->response() !== null)
79
+        if ($this->bCommand && $this->response() !== null)
80 80
         {
81 81
             $this->addCommand('jquery.call', ['selector' => $xSelector]);
82 82
         }
Please login to merge, or discard this patch.