@@ -412,7 +412,7 @@ public function getSource()
412412 *
413413 * @return QueryBuilder This QueryBuilder instance.
414414 *
415- * @trows RuntimeException if there is not an existing source.
415+ * @throws RuntimeException if there is not an existing source.
416416 */
417417 public function join (SourceInterface $ rightSource , JoinConditionInterface $ joinCondition )
418418 {
@@ -427,7 +427,7 @@ public function join(SourceInterface $rightSource, JoinConditionInterface $joinC
427427 *
428428 * @return QueryBuilder This QueryBuilder instance.
429429 *
430- * @trows RuntimeException if there is not an existing source.
430+ * @throws RuntimeException if there is not an existing source.
431431 */
432432 public function innerJoin (SourceInterface $ rightSource , JoinConditionInterface $ joinCondition )
433433 {
@@ -442,7 +442,7 @@ public function innerJoin(SourceInterface $rightSource, JoinConditionInterface $
442442 *
443443 * @return QueryBuilder This QueryBuilder instance.
444444 *
445- * @trows RuntimeException if there is not an existing source.
445+ * @throws RuntimeException if there is not an existing source.
446446 */
447447 public function leftJoin (SourceInterface $ rightSource , JoinConditionInterface $ joinCondition )
448448 {
@@ -457,7 +457,7 @@ public function leftJoin(SourceInterface $rightSource, JoinConditionInterface $j
457457 *
458458 * @return QueryBuilder This QueryBuilder instance.
459459 *
460- * @trows RuntimeException if there is not an existing source.
460+ * @throws RuntimeException if there is not an existing source.
461461 */
462462 public function rightJoin (SourceInterface $ rightSource , JoinConditionInterface $ joinCondition )
463463 {
@@ -473,7 +473,7 @@ public function rightJoin(SourceInterface $rightSource, JoinConditionInterface $
473473 *
474474 * @return QueryBuilder This QueryBuilder instance.
475475 *
476- * @trows RuntimeException if there is not an existing source.
476+ * @throws RuntimeException if there is not an existing source.
477477 */
478478 public function joinWithType (SourceInterface $ rightSource , $ joinType , JoinConditionInterface $ joinCondition )
479479 {
0 commit comments