@@ -417,7 +417,7 @@ public function getSource()
417417 *
418418 * @return QueryBuilder This QueryBuilder instance.
419419 *
420- * @throws RuntimeException if there is not an existing source.
420+ * @throws \ RuntimeException if there is not an existing source.
421421 */
422422 public function join (SourceInterface $ rightSource , JoinConditionInterface $ joinCondition )
423423 {
@@ -432,7 +432,7 @@ public function join(SourceInterface $rightSource, JoinConditionInterface $joinC
432432 *
433433 * @return QueryBuilder This QueryBuilder instance.
434434 *
435- * @throws RuntimeException if there is not an existing source.
435+ * @throws \ RuntimeException if there is not an existing source.
436436 */
437437 public function innerJoin (SourceInterface $ rightSource , JoinConditionInterface $ joinCondition )
438438 {
@@ -447,7 +447,7 @@ public function innerJoin(SourceInterface $rightSource, JoinConditionInterface $
447447 *
448448 * @return QueryBuilder This QueryBuilder instance.
449449 *
450- * @throws RuntimeException if there is not an existing source.
450+ * @throws \ RuntimeException if there is not an existing source.
451451 */
452452 public function leftJoin (SourceInterface $ rightSource , JoinConditionInterface $ joinCondition )
453453 {
@@ -462,7 +462,7 @@ public function leftJoin(SourceInterface $rightSource, JoinConditionInterface $j
462462 *
463463 * @return QueryBuilder This QueryBuilder instance.
464464 *
465- * @throws RuntimeException if there is not an existing source.
465+ * @throws \ RuntimeException if there is not an existing source.
466466 */
467467 public function rightJoin (SourceInterface $ rightSource , JoinConditionInterface $ joinCondition )
468468 {
@@ -478,7 +478,7 @@ public function rightJoin(SourceInterface $rightSource, JoinConditionInterface $
478478 *
479479 * @return QueryBuilder This QueryBuilder instance.
480480 *
481- * @throws RuntimeException if there is not an existing source.
481+ * @throws \ RuntimeException if there is not an existing source.
482482 */
483483 public function joinWithType (SourceInterface $ rightSource , $ joinType , JoinConditionInterface $ joinCondition )
484484 {
0 commit comments