Skip to content

Commit 8997f6a

Browse files
OskarStarkxabbuh
andauthored
Update src/Subscriber/AbstractStatusChangeSubscriber.php
Co-authored-by: Christian Flothmann <christian.flothmann@gmail.com>
1 parent 0b63111 commit 8997f6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Subscriber/AbstractStatusChangeSubscriber.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ abstract class AbstractStatusChangeSubscriber implements EventSubscriberInterfac
1313
'needs work' => Status::NEEDS_WORK,
1414
'works for me' => Status::WORKS_FOR_ME,
1515
'reviewed' => Status::REVIEWED,
16-
'waiting_feedback' => Status::WAITING_FEEDBACK,
16+
'waiting feedback' => Status::WAITING_FEEDBACK,
1717
];
1818

1919
public function __construct(

0 commit comments

Comments
 (0)