Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
staudenmeir committed Sep 30, 2024
1 parent 1178425 commit 1b70a20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Eloquent/Traits/HasGraphAdjacencyList.php
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ public function ancestorsAndSelf(): Ancestors
*
* @param \Illuminate\Database\Eloquent\Builder<*> $query
* @param static $parent
* @param string|class-string<static> $table
* @param class-string<static>|string $table
* @param string $foreignPivotKey
* @param string $relatedPivotKey
* @param string $parentKey
Expand Down Expand Up @@ -328,7 +328,7 @@ public function descendantsAndSelf(): Descendants
*
* @param \Illuminate\Database\Eloquent\Builder<*> $query
* @param static $parent
* @param string|class-string<static> $table
* @param class-string<static>|string $table
* @param string $foreignPivotKey
* @param string $relatedPivotKey
* @param string $parentKey
Expand Down

0 comments on commit 1b70a20

Please sign in to comment.