Passed
Push — 2.x ( 8f20e3...4e96cf )
by Terry
01:57
created
src/Firewall/Captcha/ImageCaptcha.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -110,7 +110,7 @@
 block discarded – undo
110 110
             'colors'       => [
111 111
                 'background' => [255, 255, 255],
112 112
                 'border'     => [153, 200, 255],
113
-                'text'       => [51,  153, 255],
113
+                'text'       => [51, 153, 255],
114 114
                 'grid'       => [153, 200, 255]
115 115
             ]
116 116
         ];
Please login to merge, or discard this patch.
src/Firewall/Driver/SqlDriverProvider.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -79,9 +79,9 @@
 block discarded – undo
79 79
     protected function doInitialize(bool $dbCheck = true): void
80 80
     {
81 81
         if (!$this->isInitialized) {
82
-          //  if (!empty($this->channel)) {
83
-         //       $this->setChannel($this->channel);
84
-         //   }
82
+            //  if (!empty($this->channel)) {
83
+            //       $this->setChannel($this->channel);
84
+            //   }
85 85
 
86 86
             if ($dbCheck && !$this->checkTableExists()) {
87 87
                 $this->installSql();
Please login to merge, or discard this patch.