@@ -2,7 +2,6 @@ |
||
2 | 2 | namespace Contrib\Bundle\CoverallsV1Bundle\Collector; |
3 | 3 | |
4 | 4 | use Contrib\Component\System\Git\GitCommand; |
5 | - |
|
6 | 5 | use Contrib\Bundle\CoverallsV1Bundle\Entity\Git\Git; |
7 | 6 | use Contrib\Bundle\CoverallsV1Bundle\Entity\Git\Commit; |
8 | 7 | use Contrib\Bundle\CoverallsV1Bundle\Entity\Git\Remote; |
@@ -2,7 +2,6 @@ |
||
2 | 2 | namespace Contrib\Bundle\CoverallsV1Bundle\Collector; |
3 | 3 | |
4 | 4 | use Contrib\Component\System\Git\GitCommand; |
5 | - |
|
6 | 5 | use Contrib\Bundle\CoverallsV1Bundle\Entity\Git\Git; |
7 | 6 | use Contrib\Bundle\CoverallsV1Bundle\Entity\Git\Commit; |
8 | 7 | use Contrib\Bundle\CoverallsV1Bundle\Entity\Git\Remote; |
@@ -84,7 +84,7 @@ |
||
84 | 84 | * |
85 | 85 | * @param integer $statements Number of statements. |
86 | 86 | * @param integer $coveredStatements Number of covered statements. |
87 | - * @return float |
|
87 | + * @return integer |
|
88 | 88 | */ |
89 | 89 | protected function calculateLineCoverage($statements, $coveredStatements) |
90 | 90 | { |
@@ -80,7 +80,7 @@ |
||
80 | 80 | * |
81 | 81 | * @param array $properties |
82 | 82 | * |
83 | - * @return array |
|
83 | + * @return \ReflectionClass |
|
84 | 84 | */ |
85 | 85 | protected function prepareProperties(array $properties, $target = null) |
86 | 86 | { |
@@ -80,7 +80,7 @@ |
||
80 | 80 | * |
81 | 81 | * @param array $properties |
82 | 82 | * |
83 | - * @return array |
|
83 | + * @return \ReflectionClass |
|
84 | 84 | */ |
85 | 85 | protected function prepareProperties(array $properties, $target = null) |
86 | 86 | { |
@@ -1101,7 +1101,7 @@ |
||
1101 | 1101 | |
1102 | 1102 | /** |
1103 | 1103 | * Returns MySQL column types (inherited and MySQL specified). |
1104 | - * @return array |
|
1104 | + * @return string[] |
|
1105 | 1105 | */ |
1106 | 1106 | public function getColumnTypes() |
1107 | 1107 | { |
@@ -99,7 +99,7 @@ |
||
99 | 99 | * @param mixed $other Value or object to evaluate. |
100 | 100 | * @param string $description Additional information about the test |
101 | 101 | * @param bool $returnResult Whether to return a result or throw an exception |
102 | - * @return mixed |
|
102 | + * @return boolean |
|
103 | 103 | * @throws PHPUnit_Framework_ExpectationFailedException |
104 | 104 | */ |
105 | 105 | public function evaluate($other, $description = '', $returnResult = false) |
@@ -436,7 +436,7 @@ |
||
436 | 436 | * Generates a safe key for use with cache engine storage engines. |
437 | 437 | * |
438 | 438 | * @param string $key the key passed over |
439 | - * @return mixed string $key or false |
|
439 | + * @return false|string string $key or false |
|
440 | 440 | */ |
441 | 441 | public function key($key) |
442 | 442 | { |
@@ -278,7 +278,7 @@ |
||
278 | 278 | * Used by Cake\Schema package to reflect schema and |
279 | 279 | * generate schema. |
280 | 280 | * |
281 | - * @return \Cake\Database\Schema\MysqlSchema |
|
281 | + * @return SqlserverSchema |
|
282 | 282 | */ |
283 | 283 | public function schemaDialect() |
284 | 284 | { |