Skip to content

Commit

Permalink
chore: static analysis (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
priyadi authored Jan 3, 2025
1 parent 267419b commit 747c848
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## 0.8.1

* chore: static analysis

## 0.8.0

* deps: support api-platform 4
Expand Down
1 change: 1 addition & 0 deletions tests/src/Entity/User.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ public static function admin(): self
}

/**
* @param non-empty-string $username
* @param list<string> $roles
*/
private function __construct(
Expand Down

0 comments on commit 747c848

Please sign in to comment.