| Conditions | 1 |
| Paths | 1 |
| Total Lines | 14 |
| Code Lines | 8 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 11 | public function __construct(PersisterInterface $persister, $locale, array $providers, $seed, array $parameters) |
||
| 12 | { |
||
| 13 | $this->manager = $persister; |
||
| 14 | |||
| 15 | parent::__construct($locale, $providers, $seed, $parameters); |
||
| 16 | |||
| 17 | $this->populator = new Populator( |
||
| 18 | $this->objects, |
||
| 19 | $this->processor, |
||
| 20 | array( |
||
| 21 | new AttributePopulator() |
||
| 22 | ) |
||
| 23 | ); |
||
| 24 | } |
||
| 25 | |||
| 50 |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.