Passed
Push — develop ( 348aa2...af99e8 )
by nguereza
03:29
created
src/Connection.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -133,9 +133,9 @@
 block discarded – undo
133 133
     }
134 134
 
135 135
         /**
136
-     * Connect to the database
137
-     * @return void
138
-     */
136
+         * Connect to the database
137
+         * @return void
138
+         */
139 139
     public function connect(): void
140 140
     {
141 141
         $this->setConnectionParams();
Please login to merge, or discard this patch.