Total Complexity | 5 |
Total Lines | 28 |
Duplicated Lines | 0 % |
Coverage | 78.56% |
Changes | 0 |
1 | <?php |
||
5 | class Ignore |
||
6 | { |
||
7 | 1 | public function eloquentChecks() |
|
8 | { |
||
9 | 1 | $this->ignore('heyman_ignore_eloquent'); |
|
10 | 1 | } |
|
11 | |||
12 | 1 | public function viewChecks() |
|
13 | { |
||
14 | 1 | $this->ignore('heyman_ignore_view'); |
|
15 | 1 | } |
|
16 | |||
17 | 9 | public function routeChecks() |
|
18 | { |
||
19 | 9 | $this->ignore('heyman_ignore_route'); |
|
20 | 9 | } |
|
21 | |||
22 | public function eventChecks() |
||
25 | } |
||
26 | |||
27 | /** |
||
28 | * @param $key |
||
29 | */ |
||
30 | 11 | private function ignore($key) |
|
33 | } |
||
34 | } |