Passed
Push — master ( a3f2ba...d44e36 )
by Johnny
08:16
created
src/Cortex/Tags/Set.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -59,7 +59,7 @@
 block discarded – undo
59 59
 
60 60
         if ($this->hasMatches($source)) {
61 61
             $parsed = $this->secureSource($source, "set");
62
-          //  $parsed = explode('=', $parsed['response']);
62
+            //  $parsed = explode('=', $parsed['response']);
63 63
 
64 64
             $matches = $this->getMatches($source);
65 65
 
Please login to merge, or discard this patch.
src/Cortex/ResponseQueue/ResponseQueueItem.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -142,7 +142,7 @@
 block discarded – undo
142 142
      */
143 143
     public function parse(): string
144 144
     {
145
-       // $this->reset();
145
+        // $this->reset();
146 146
 
147 147
         $this->changesTopic = false;
148 148
 
Please login to merge, or discard this patch.