| Conditions | 1 | 
| Paths | 1 | 
| Total Lines | 11 | 
| Lines | 0 | 
| Ratio | 0 % | 
| Changes | 0 | ||
| 1 | <?php | ||
| 22 | public function createExamples(): Objects\Examples | ||
| 23 |     { | ||
| 24 | return new Objects\Examples( | ||
| 25 | array_map( | ||
| 26 |                 static function (Objects\ExampleAggregateFactory $factory): Objects\ExampleAggregate { | ||
| 27 | return $factory->createExampleAggregate(); | ||
| 28 | }, | ||
| 29 | $this->getExamples() | ||
| 30 | ) | ||
| 31 | ); | ||
| 32 | } | ||
| 33 | |||
| 46 |