Completed
Push — master ( c6f12f...94e68a )
by Hong
03:14
created
src/Phossa2/Query/Interfaces/Clause/JoinInterface.php 1 patch
Doc Comments   +7 added lines, -13 removed lines patch added patch discarded remove patch
@@ -47,7 +47,7 @@  discard block
 block discarded – undo
47 47
      * ```
48 48
      *
49 49
      * @param  string|string[]|SelectStatementInterface $secondTable
50
-     * @param  string|string[]|ExpressionInterface $onClause
50
+     * @param  string $onClause
51 51
      * @return $this
52 52
      * @access public
53 53
      * @api
@@ -58,8 +58,7 @@  discard block
 block discarded – undo
58 58
      * LEFT JOIN
59 59
      *
60 60
      * @param  string|string[]|SelectStatementInterface $secondTable
61
-     * @param  string|string[]|ExpressionInterface $onClause
62
-     * @param  string $firstTable default is the first one in SELECT
61
+     * @param  string $onClause
63 62
      * @return $this
64 63
      * @access public
65 64
      * @api
@@ -70,8 +69,7 @@  discard block
 block discarded – undo
70 69
      * LEFT OUTER JOIN
71 70
      *
72 71
      * @param  string|string[]|SelectStatementInterface $secondTable
73
-     * @param  string|string[]|ExpressionInterface $onClause
74
-     * @param  string $firstTable default is the first one in SELECT
72
+     * @param  string $onClause
75 73
      * @return $this
76 74
      * @access public
77 75
      * @api
@@ -82,8 +80,7 @@  discard block
 block discarded – undo
82 80
      * RIGHT JOIN
83 81
      *
84 82
      * @param  string|string[]|SelectStatementInterface $secondTable
85
-     * @param  string|string[]|ExpressionInterface $onClause
86
-     * @param  string $firstTable default is the first one in SELECT
83
+     * @param  string $onClause
87 84
      * @return $this
88 85
      * @access public
89 86
      * @api
@@ -94,8 +91,7 @@  discard block
 block discarded – undo
94 91
      * RIGHT OUTER JOIN
95 92
      *
96 93
      * @param  string|string[]|SelectStatementInterface $secondTable
97
-     * @param  string|string[]|ExpressionInterface $onClause
98
-     * @param  string $firstTable default is the first one in SELECT
94
+     * @param  string $onClause
99 95
      * @return $this
100 96
      * @access public
101 97
      * @api
@@ -106,8 +102,7 @@  discard block
 block discarded – undo
106 102
      * OUTER JOIN
107 103
      *
108 104
      * @param  string|string[]|SelectStatementInterface $secondTable
109
-     * @param  string|string[]|ExpressionInterface $onClause
110
-     * @param  string $firstTable default is the first one in SELECT
105
+     * @param  string $onClause
111 106
      * @return $this
112 107
      * @access public
113 108
      * @api
@@ -118,8 +113,7 @@  discard block
 block discarded – undo
118 113
      * CROSS JOIN
119 114
      *
120 115
      * @param  string|string[]|SelectStatementInterface $secondTable
121
-     * @param  string|string[]|ExpressionInterface $onClause
122
-     * @param  string $firstTable default is the first one in SELECT
116
+     * @param  string $onClause
123 117
      * @return $this
124 118
      * @access public
125 119
      * @api
Please login to merge, or discard this patch.