Skip to content

Commit 59ef26c

Browse files
authored
Merge pull request #219 from os2display/feature/bug-screen-playlist-region
Fixed psalm, test, coding standards and updated api spec
2 parents a31da2f + 5d941c9 commit 59ef26c

File tree

111 files changed

+2589
-2866
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

111 files changed

+2589
-2866
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

7+
- [#219](https://github.com/os2display/display-api-service/pull/219)
8+
- Fixed psalm, test, coding standards and updated api spec.
9+
710
## [2.1.3] - 2024-10-25
811

912
- [#220](https://github.com/os2display/display-api-service/pull/220)

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,9 +128,9 @@
128128
],
129129
"prepare-code": [
130130
"bin/console doctrine:schema:validate",
131+
"@coding-standards-apply",
131132
"vendor/bin/rector",
132133
"vendor/bin/psalm",
133-
"@coding-standards-apply",
134134
"@test-setup",
135135
"@test"
136136
],

0 commit comments

Comments
 (0)