Skip to content

Commit

Permalink
Merge pull request #525 from dotkernel/issue-524
Browse files Browse the repository at this point in the history
Updated laminas/laminas-coding-standard to latest version
  • Loading branch information
arhimede authored Dec 6, 2024
2 parents 59f50a9 + 06a3361 commit 265058a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
},
"require-dev": {
"filp/whoops": "^2.15.4",
"laminas/laminas-coding-standard": "^2.5",
"laminas/laminas-coding-standard": "^3.0",
"laminas/laminas-development-mode": "^3.12.0",
"mezzio/mezzio-tooling": "^2.9.0",
"phpunit/phpunit": "^10.5",
Expand Down
3 changes: 0 additions & 3 deletions src/User/src/Entity/UserIdentity.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ public function getIdentity(): string
return $this->identity;
}

/**
* @return iterable
*/
public function getRoles(): iterable
{
return $this->roles;
Expand Down

0 comments on commit 265058a

Please sign in to comment.