Completed
Pull Request — master (#237)
by
unknown
02:19
created
src/ParaTest/Logging/JUnit/Reader.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -37,6 +37,9 @@
 block discarded – undo
37 37
                                            'skipped' => 0,
38 38
                                            'time' => 0);
39 39
 
40
+    /**
41
+     * @param string $logFile
42
+     */
40 43
     public function __construct($logFile)
41 44
     {
42 45
         if (!file_exists($logFile)) {
Please login to merge, or discard this patch.