@@ -79,7 +79,7 @@ discard block |
||
79 | 79 | * Check if line is a ignore anntotation |
80 | 80 | * |
81 | 81 | * @param string $line |
82 | - * @return boolean |
|
82 | + * @return boolean|null |
|
83 | 83 | */ |
84 | 84 | private function isIgnoreAnnotation($line) |
85 | 85 | { |
@@ -92,7 +92,7 @@ discard block |
||
92 | 92 | * Parse expectation from line |
93 | 93 | * |
94 | 94 | * @param string $line |
95 | - * @return Expectation|null |
|
95 | + * @return Expectation\ExpectationInterface |
|
96 | 96 | */ |
97 | 97 | private function readExpectation($line) |
98 | 98 | { |