Completed
Push — master ( 70f161...72dc5f )
by Julian
10s
created
src/ParaTest/Logging/JUnit/Reader.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -36,6 +36,9 @@
 block discarded – undo
36 36
                                            'errors' => 0,
37 37
                                            'time' => 0);
38 38
 
39
+    /**
40
+     * @param string $logFile
41
+     */
39 42
     public function __construct($logFile)
40 43
     {
41 44
         if (!file_exists($logFile)) {
Please login to merge, or discard this patch.