Skip to content

Commit

Permalink
Merge pull request #12 from veewee/bump-psl
Browse files Browse the repository at this point in the history
Bump psl
  • Loading branch information
veewee authored Sep 6, 2024
2 parents 458883b + ce2db63 commit 31f9559
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"require": {
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"azjezz/psl": "^2.6",
"azjezz/psl": "^2.6 || ^3.0",
"doctrine/dbal": "^3.0",
"doctrine/orm": "^2.14",
"sulu/sulu": "^2.5",
Expand Down
2 changes: 1 addition & 1 deletion src/Domain/Model/FailedMessageList.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ final class FailedMessageList
{
public function __construct(
private readonly FailedMessageCollection $failedMessageCollection,
private readonly int $totalCount
private readonly int $totalCount,
) {
}

Expand Down
2 changes: 1 addition & 1 deletion src/Domain/Query/SearchCriteria.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public function __construct(
private readonly ?string $sortColumn,
private readonly ?string $sortDirection,
private readonly int $offset,
private readonly int $limit
private readonly int $limit,
) {
}

Expand Down

0 comments on commit 31f9559

Please sign in to comment.