Passed
Push — dev ( c7b1a7...8e1c31 )
by 世昌
02:34
created
suda/src/application/database/Table.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,7 @@
 block discarded – undo
26 26
     public function __construct(string $tableName, string $connection = 'default', bool $raw = false)
27 27
     {
28 28
         parent::__construct(
29
-            $this->initStruct($tableName,$raw),
29
+            $this->initStruct($tableName, $raw),
30 30
             Database::getDataSource($connection),
31 31
             $this);
32 32
     }
Please login to merge, or discard this patch.