| Conditions | 1 |
| Paths | 1 |
| Total Lines | 8 |
| Code Lines | 6 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 7 |
| CRAP Score | 1 |
| Changes | 2 | ||
| Bugs | 0 | Features | 2 |
| 1 | <?php |
||
| 51 | 4 | public function __construct($name, $class, array $arguments = [], array $autowiringTypes = [], array $tags = []) |
|
| 52 | { |
||
| 53 | 4 | $this->name = $name; |
|
| 54 | 4 | $this->class = $class; |
|
| 55 | 4 | $this->arguments = $arguments; |
|
| 56 | 4 | $this->autowiringTypes = $autowiringTypes; |
|
| 57 | 4 | $this->tags = $tags; |
|
| 58 | 4 | } |
|
| 59 | |||
| 100 |