Completed
Push — master ( ac7343...32cfc5 )
by Oscar
01:27
created
src/Table.php 2 patches
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -281,6 +281,9 @@
 block discarded – undo
281 281
         return $this->fields[$field] ?? null;
282 282
     }
283 283
 
284
+    /**
285
+     * @return Table
286
+     */
284 287
     public function getJoinTable(Table $table): ?Table
285 288
     {
286 289
         $name1 = $this->getName();
Please login to merge, or discard this 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.