| @@ -56,6 +56,14 @@ discard block | ||
| 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 | ||
| 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 |      { |