Passed
Push — master ( 8efe9c...2a6b88 )
by Sergey
02:33
created
src/LTDBeget/sphinx/SyntaxErrorException.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -25,7 +25,7 @@  discard block
 block discarded – undo
25 25
      */
26 26
     public function __construct(StringStream $stream, int $code = 0, Exception $previous = null)
27 27
     {
28
-        if($stream->isEnd()) {
28
+        if ($stream->isEnd()) {
29 29
             $stream->end();
30 30
         }
31 31
 
@@ -83,7 +83,7 @@  discard block
 block discarded – undo
83 83
         do {
84 84
             $string .= $stream->current();
85 85
             $stream->next();
86
-        } while (! $stream->isEnd());
86
+        } while (!$stream->isEnd());
87 87
         
88 88
         return $string;
89 89
     }
Please login to merge, or discard this patch.