File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 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
4545 {
4646 return <<<TXT
4747Hey, 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?
4949TXT ;
5050 }
5151
5252 private function feature (): string
5353 {
5454 return <<<TXT
5555Thank 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 ?
5757TXT ;
5858 }
5959
6060 private function unknown (): string
6161 {
6262 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?
6465TXT ;
6566 }
6667}
You can’t perform that action at this time.
0 commit comments