@@ -90,7 +90,7 @@ |
||
90 | 90 | } |
91 | 91 | |
92 | 92 | /** |
93 | - * @return string |
|
93 | + * @return integer |
|
94 | 94 | */ |
95 | 95 | public static function getCounter() { |
96 | 96 | return static::$taskCount; |
@@ -46,7 +46,7 @@ |
||
46 | 46 | /** |
47 | 47 | * Executes the task |
48 | 48 | * |
49 | - * @return array Results of the test |
|
49 | + * @return string Results of the test |
|
50 | 50 | */ |
51 | 51 | public function execute() { |
52 | 52 | \Tracy\Debugger::timer($this->name); |
@@ -54,7 +54,7 @@ |
||
54 | 54 | /** |
55 | 55 | * Executes all jobs of the runner |
56 | 56 | * |
57 | - * @return array Results of the test suit |
|
57 | + * @return string Results of the test suit |
|
58 | 58 | * @deprecated since version 1.0 |
59 | 59 | */ |
60 | 60 | public function run() { |
@@ -147,7 +147,7 @@ |
||
147 | 147 | |
148 | 148 | /** |
149 | 149 | * @param \MyTester\Job $job |
150 | - * @return array |
|
150 | + * @return string |
|
151 | 151 | */ |
152 | 152 | protected function runJob(Job $job) { |
153 | 153 | if(!$job->skip) { |