@@ -22,6 +22,7 @@ |
||
| 22 | 22 | * mixed a default record to be |
| 23 | 23 | * used each time there is no match |
| 24 | 24 | * just like a left join would |
| 25 | + * @return void |
|
| 25 | 26 | */ |
| 26 | 27 | public function __construct($fromKeyAlias, $joinKeyAlias, callable $merger, $defaultRecord = null); |
| 27 | 28 | |