Skip to content

Commit

Permalink
Remove @internal from Route and Group getData()
Browse files Browse the repository at this point in the history
  • Loading branch information
samdark committed Dec 27, 2021
1 parent dd42a87 commit 1bd3ba9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions src/Group.php
Expand Up @@ -196,8 +196,6 @@ public function disableMiddleware(...$middlewareDefinition): self
*
* @return mixed
*
* @internal
*
* @psalm-template T as string
* @psalm-param T $key
* @psalm-return (
Expand Down
2 changes: 0 additions & 2 deletions src/Route.php
Expand Up @@ -294,8 +294,6 @@ public function disableMiddleware(...$middlewareDefinition): self
*
* @return mixed
*
* @internal
*
* @psalm-template T as string
* @psalm-param T $key
* @psalm-return (
Expand Down

0 comments on commit 1bd3ba9

Please sign in to comment.