Total Complexity | 4 |
Total Lines | 43 |
Duplicated Lines | 0 % |
Coverage | 81.82% |
Changes | 0 |
1 | <?php |
||
10 | class Apply extends Base |
||
11 | { |
||
12 | public $patchPath; |
||
13 | public $basePath; |
||
14 | public $isURIFragmentId = false; |
||
15 | public $tolerateErrors; |
||
16 | |||
17 | /** |
||
18 | * @param Definition $definition |
||
19 | * @param \stdClass|static $options |
||
20 | */ |
||
21 | 1 | static function setUpDefinition(Definition $definition, $options) |
|
33 | 1 | } |
|
34 | |||
35 | 1 | public function performAction() |
|
55 | } |
In general, usage of exit should be done with care and only when running in a scripting context like a CLI script.