From c6c42a52c5a097cc11761e72782b2d0215692caf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lu=C3=ADs=20Dalmolin?= Date: Sun, 6 Oct 2024 09:28:14 -0300 Subject: [PATCH] Removed deprecated methods from stubs --- .stubs.php | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.stubs.php b/.stubs.php index a42f8a5..9e476b7 100644 --- a/.stubs.php +++ b/.stubs.php @@ -7,15 +7,6 @@ class Builder { // join relationship methods - /** @return self */ - public function joinRelation(string $relationName, Closure|array|string $callback = null, string $joinType = 'join', bool $useAlias = false, bool $disableExtraConditions = false, string $morphable = null) {} - - /** @return self */ - public function leftJoinRelation(string $relationName, Closure|array|string $callback = null, string $joinType = 'join', bool $useAlias = false, bool $disableExtraConditions = false, string $morphable = null) {} - - /** @return self */ - public function rightJoinRelation(string $relationName, Closure|array|string $callback = null, string $joinType = 'join', bool $useAlias = false, bool $disableExtraConditions = false, string $morphable = null) {} - /** @return self */ public function joinRelationship(string $relationName, Closure|array|string $callback = null, string $joinType = 'join', bool $useAlias = false, bool $disableExtraConditions = false, string $morphable = null) {}