From 4ae0e0439170ab6692bcd0252a8a936f70ab54a2 Mon Sep 17 00:00:00 2001 From: James Date: Sat, 15 Feb 2020 13:25:41 +0000 Subject: [PATCH] fix comments --- src/PostFailedTests.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/PostFailedTests.php b/src/PostFailedTests.php index 5596a7a..0692782 100644 --- a/src/PostFailedTests.php +++ b/src/PostFailedTests.php @@ -3,7 +3,8 @@ namespace JHodges\GiteaBotPHPUnit; use \JHodges\GiteaBot\Client; -/* creates a new issue for each failed test +/** +* creates a new issue for each failed test * if it already exists then report is added as a comment * if exact error exists as body or comment then just link to it instead of posting again * if it passes then the issue is closed