Completed
Push — master ( fe423d...ab6445 )
by Oscar
01:22
created
src/Table.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -99,7 +99,7 @@
 block discarded – undo
99 99
 
100 100
     /** 
101 101
      * Format selected data from the database
102
-    */
102
+     */
103 103
     public function format(array $values): array
104 104
     {
105 105
         foreach ($this->fields as $name => $field) {
Please login to merge, or discard this patch.