Completed
Pull Request — master (#219)
by
unknown
04:56
created
src/ParaTest/Logging/JUnit/TestCase.php 1 patch
Doc Comments   +10 added lines, -2 removed lines patch added patch discarded remove patch
@@ -56,6 +56,14 @@  discard block
 block discarded – undo
56 56
      */
57 57
     public $errors = array();
58 58
 
59
+    /**
60
+     * @param string $name
61
+     * @param string $class
62
+     * @param string $file
63
+     * @param string $line
64
+     * @param string $assertions
65
+     * @param string $time
66
+     */
59 67
     public function __construct(
60 68
         $name,
61 69
         $class,
@@ -94,8 +102,8 @@  discard block
 block discarded – undo
94 102
      * Add a defect type (error or failure)
95 103
      *
96 104
      * @param string $collName the name of the collection to add to
97
-     * @param $type
98
-     * @param $text
105
+     * @param string $type
106
+     * @param string $text
99 107
      */
100 108
     protected function addDefect($collName, $type, $text)
101 109
     {
Please login to merge, or discard this patch.