Passed
Push — master ( 8430aa...11d349 )
by Josh
01:24
created
lib/Caxy/HtmlDiff/AbstractDiff.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -116,7 +116,7 @@  discard block
 block discarded – undo
116 116
         $HTMLPurifierConfig = null;
117 117
 
118 118
         if (null !== $this->purifierConfig) {
119
-            $HTMLPurifierConfig  = $this->purifierConfig;
119
+            $HTMLPurifierConfig = $this->purifierConfig;
120 120
         } else {
121 121
             $HTMLPurifierConfig = \HTMLPurifier_Config::createDefault();
122 122
         }
@@ -391,7 +391,7 @@  discard block
 block discarded – undo
391 391
     {
392 392
         $expStr = explode($start, $str, 2);
393 393
         if (count($expStr) > 1) {
394
-            $expStr = explode($end, $expStr[ 1 ]);
394
+            $expStr = explode($end, $expStr[1]);
395 395
             if (count($expStr) > 1) {
396 396
                 array_pop($expStr);
397 397
 
Please login to merge, or discard this patch.