Completed
Push — master ( 1f61db...6e3bc7 )
by Jitendra
10s
created
src/Util/OpcachePrimer.php 1 patch
Braces   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -62,7 +62,8 @@
 block discarded – undo
62 62
      */
63 63
     protected function filter(\RecursiveIteratorIterator $iterator): \FilterIterator
64 64
     {
65
-        return new class($iterator) extends \FilterIterator {
65
+        return new class($iterator) extends \FilterIterator
66
+        {
66 67
             public function accept(): bool
67 68
             {
68 69
                 return $this->getInnerIterator()->current()->getExtension() === 'php';
Please login to merge, or discard this patch.
src/Db/Logger.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -53,7 +53,7 @@
 block discarded – undo
53 53
             return;
54 54
         }
55 55
 
56
-        if (++$this->index < $this->config['skipFirst']) {
56
+        if (++ $this->index < $this->config['skipFirst']) {
57 57
             return;
58 58
         }
59 59
 
Please login to merge, or discard this patch.