Skip to content

Commit

Permalink
2321: Fixed merge
Browse files Browse the repository at this point in the history
  • Loading branch information
tuj committed Nov 12, 2024
2 parents 76cee7f + 59ef26c commit 196204b
Show file tree
Hide file tree
Showing 110 changed files with 2,585 additions and 2,853 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

- [#219](https://github.com/os2display/display-api-service/pull/219)
- Fixed psalm, test, coding standards and updated api spec.

## [2.1.3] - 2024-10-25

- [#220](https://github.com/os2display/display-api-service/pull/220)
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -128,9 +128,9 @@
],
"prepare-code": [
"bin/console doctrine:schema:validate",
"@coding-standards-apply",
"vendor/bin/rector",
"vendor/bin/psalm",
"@coding-standards-apply",
"@test-setup",
"@test"
],
Expand Down
Loading

0 comments on commit 196204b

Please sign in to comment.