Completed
Pull Request — master (#237)
by
unknown
05:40
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.
src/ParaTest/Parser/Parser.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -146,8 +146,8 @@
 block discarded – undo
146 146
     }
147 147
 
148 148
     /**
149
-     * @param $filename
150
-     * @param $className
149
+     * @param string $filename
150
+     * @param string $className
151 151
      * @return bool
152 152
      */
153 153
     private function classNameMatchesFileName($filename, $className)
Please login to merge, or discard this patch.