| Conditions | 1 |
| Paths | 1 |
| Total Lines | 8 |
| Code Lines | 6 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 7 |
| CRAP Score | 1 |
| Changes | 1 | ||
| Bugs | 0 | Features | 1 |
| 1 | <?php |
||
| 37 | 56 | public function __construct($context, $file, Stmt $contextValue, ClassMethod $classMethod) |
|
| 38 | { |
||
| 39 | 56 | $this->context = $context; |
|
| 40 | 56 | $this->visibility = $this->getVisibility($classMethod); |
|
| 41 | 56 | $this->file = $file; |
|
| 42 | 56 | $this->contextValue = $contextValue; |
|
| 43 | 56 | $this->classMethod = $classMethod; |
|
| 44 | 56 | } |
|
| 45 | |||
| 94 |