Skip to content

Commit f85c77e

Browse files
committed
fix: phpstan
1 parent 6780af1 commit f85c77e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

framework/core/src/Extend/ApiResource.php

-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ public function endpointsAfter(string $after, callable|string $endpoints): self
8686
/**
8787
* Add endpoints to the resource before all other endpoints.
8888
*
89-
* @param string $after the name of the endpoint to add the new endpoints after.
9089
* @param callable|class-string $endpoints must be a callable that returns an array of objects that implement \Flarum\Api\Endpoint\Endpoint.
9190
*/
9291
public function endpointsBeforeAll(callable|string $endpoints): self

0 commit comments

Comments
 (0)