Completed
Push — master ( 209ef4...99aa10 )
by Fabrice
02:40
created
src/Extractors/JoinableInterface.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -35,6 +35,7 @@
 block discarded – undo
35 35
      *
36 36
      * @param JoinableInterface $joinFrom
37 37
      *                                    return $this
38
+     * @return UniqueKeyExtractorAbstract
38 39
      */
39 40
     public function setJoinFrom(JoinableInterface $joinFrom);
40 41
 
Please login to merge, or discard this patch.
src/Extractors/OnClauseInterface.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -22,6 +22,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.