Skip to content

Commit

Permalink
fix: phpstan
Browse files Browse the repository at this point in the history
  • Loading branch information
SychO9 committed Nov 16, 2024
1 parent 6780af1 commit f85c77e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion framework/core/src/Extend/ApiResource.php
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ public function endpointsAfter(string $after, callable|string $endpoints): self
/**
* Add endpoints to the resource before all other endpoints.
*
* @param string $after the name of the endpoint to add the new endpoints after.
* @param callable|class-string $endpoints must be a callable that returns an array of objects that implement \Flarum\Api\Endpoint\Endpoint.
*/
public function endpointsBeforeAll(callable|string $endpoints): self
Expand Down

0 comments on commit f85c77e

Please sign in to comment.