File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -45,22 +45,23 @@ private function bug(): string
45
45
{
46
46
return <<<TXT
47
47
Hey, thanks for your report!
48
- Is this bug still relevant? Have you managed to find a workaround?
48
+ There has not been a lot of activity here for a while. Is this bug still relevant? Have you managed to find a workaround?
49
49
TXT ;
50
50
}
51
51
52
52
private function feature (): string
53
53
{
54
54
return <<<TXT
55
55
Thank you for this suggestion.
56
- Is this still something we want to do ?
56
+ There has not been a lot of activity here for a while. Would you still like to see this feature ?
57
57
TXT ;
58
58
}
59
59
60
60
private function unknown (): string
61
61
{
62
62
return <<<TXT
63
- Thank you for this issue. Has this been resolved?
63
+ Thank you for this issue.
64
+ There has not been a lot of activity here for a while. Has this been resolved?
64
65
TXT ;
65
66
}
66
67
}
You can’t perform that action at this time.
0 commit comments