Skip to content

Commit

Permalink
Merge pull request #219 from os2display/feature/bug-screen-playlist-r…
Browse files Browse the repository at this point in the history
…egion

Fixed psalm, test, coding standards and updated api spec
  • Loading branch information
tuj authored Nov 12, 2024
2 parents a31da2f + 5d941c9 commit 59ef26c
Show file tree
Hide file tree
Showing 111 changed files with 2,589 additions and 2,866 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 59ef26c

Please sign in to comment.