@@ -78,6 +78,9 @@ |
||
78 | 78 | return $result; |
79 | 79 | } |
80 | 80 | |
81 | + /** |
|
82 | + * @param boolean $result |
|
83 | + */ |
|
81 | 84 | private function shouldStop($result) |
82 | 85 | { |
83 | 86 | return !$result && $this->mode === self::STOP_ON_ERROR; |