Skip to content

Commit 898bc28

Browse files
authored
Update deps (#180)
1 parent 437fc32 commit 898bc28

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
"symfony/notifier": "^6.0 || ^7.0"
1717
},
1818
"require-dev": {
19-
"doctrine/coding-standard": "^12.0",
20-
"phpunit/phpunit": "^12.0.9",
21-
"phpstan/phpstan": "^2.1.8"
19+
"doctrine/coding-standard": "^13.0",
20+
"phpstan/phpstan": "^2.1.10",
21+
"phpunit/phpunit": "^12.0.10"
2222
},
2323
"autoload": {
2424
"psr-4": {

src/SymfonyNotifierEventListener.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717

1818
final class SymfonyNotifierEventListener implements JobEvent, JobSuccessEvent, JobFailEvent
1919
{
20-
public const NOTIFICATION_SUBJECT_FORMAT = 'job %s : %s';
21-
public const NOTIFICATION_MESSAGE_FORMAT = '%s';
20+
public const string NOTIFICATION_SUBJECT_FORMAT = 'job %s : %s';
21+
public const string NOTIFICATION_MESSAGE_FORMAT = '%s';
2222

2323
/** @var array<array-key, RecipientInterface> */
2424
private array $recipients;

0 commit comments

Comments
 (0)