Skip to content

Commit 0f4ef34

Browse files
committed
Removing unused comments from earlier PR
1 parent 0b85c78 commit 0f4ef34

File tree

2 files changed

+0
-11
lines changed

2 files changed

+0
-11
lines changed

src/AppBundle/Issues/Status.php

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,21 +9,11 @@
99
*/
1010
final class Status
1111
{
12-
const NEEDS_COMMENTS = 'needs_comments';
13-
1412
const NEEDS_REVIEW = 'needs_review';
1513

1614
const NEEDS_WORK = 'needs_work';
1715

1816
const WORKS_FOR_ME = 'works_for_me';
1917

2018
const REVIEWED = 'reviewed';
21-
22-
const READY = 'ready';
23-
24-
const IN_PROGRESS = 'in_progress';
25-
26-
const FINISHED = 'finished';
27-
28-
const ON_HOLD = 'on_hold';
2919
}

src/AppBundle/Subscriber/StatusChangeByCommentSubscriber.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ class StatusChangeByCommentSubscriber implements EventSubscriberInterface
1515
'needs work' => Status::NEEDS_WORK,
1616
'works for me' => Status::WORKS_FOR_ME,
1717
'reviewed' => Status::REVIEWED,
18-
'needs comments' => Status::NEEDS_COMMENTS,
1918
];
2019

2120
private $statusApi;

0 commit comments

Comments
 (0)