Completed
Push — master ( ad7ac0...17d567 )
by Oscar
01:25
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
@@ -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.