Completed
Push — master ( 45d185...60d1a6 )
by Oscar
01:20
created
src/Table.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -110,7 +110,7 @@
 block discarded – undo
110 110
 
111 111
     /**
112 112
      * Format selected data from the database
113
-    */
113
+     */
114 114
     public function format(array $values): array
115 115
     {
116 116
         foreach ($this->fields as $name => $field) {
Please login to merge, or discard this patch.