Skip to content

Commit

Permalink
chore: static analysis fix
Browse files Browse the repository at this point in the history
  • Loading branch information
priyadi committed Jan 4, 2025
1 parent f4ceada commit 337213b
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

## 2.5.1

* chore: static analysis fix

## 2.5.0

* feat: PHP 8.4 compatibility
Expand Down
1 change: 1 addition & 0 deletions tests/Framework/Entity/User.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
class User implements UserInterface
{
/**
* @param non-empty-string $username
* @param list<string> $roles
*/
public function __construct(
Expand Down

0 comments on commit 337213b

Please sign in to comment.