Completed
Push — master ( f9deaa...df0e86 )
by Hong
07:32
created
src/Phossa2/Query/Traits/Clause/ColTrait.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -97,6 +97,7 @@
 block discarded – undo
97 97
 
98 98
     /**
99 99
      * {@inheritDoc}
100
+     * @param string $template
100 101
      */
101 102
     public function colTpl(
102 103
         /*# string */ $template,
Please login to merge, or discard this patch.
src/Phossa2/Query/Traits/Clause/JoinTrait.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -63,7 +63,7 @@
 block discarded – undo
63 63
      *
64 64
      * @param  string $joinType
65 65
      * @param  string|string[]|SelectStatementInterface $secondTable
66
-     * @param  string|string[]|ExpressionInterface $onClause
66
+     * @param  string $onClause
67 67
      * @param  string $firstTable
68 68
      * @param  bool $rawMode
69 69
      * @return $this
Please login to merge, or discard this patch.