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