Skip to content

Commit

Permalink
Removed deprecated methods from stubs
Browse files Browse the repository at this point in the history
  • Loading branch information
luisdalmolin committed Oct 6, 2024
1 parent 470a34e commit c6c42a5
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .stubs.php
Original file line number Diff line number Diff line change
Expand Up @@ -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) {}

Expand Down

0 comments on commit c6c42a5

Please sign in to comment.