| Conditions | 1 |
| Paths | 1 |
| Total Lines | 7 |
| Code Lines | 5 |
| Lines | 7 |
| Ratio | 100 % |
| Tests | 6 |
| CRAP Score | 1 |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 38 | 5 | View Code Duplication | public function __construct(ClassMetadataBuilder $builder, NamingStrategy $namingStrategy, $name, callable $callback) |
| 39 | { |
||
| 40 | 5 | $this->builder = $builder; |
|
| 41 | 5 | $this->callback = $callback; |
|
| 42 | 5 | $this->name = $name; |
|
| 43 | 5 | $this->namingStrategy = $namingStrategy; |
|
| 44 | 5 | } |
|
| 45 | |||
| 61 |