Framework Performance Optimisations
Optimised autoloader and framework setup Fixes #845 (closed)
0/1 thread resolved
added MR::Awaiting Review Product::Platform Sprint::09/11 - Nuanced Numbat Squad::Blue Type::Feature scoped labels
- Developer
8 8 9 9 class Events 10 10 { 11 /** @var Legacy\Entity */ 12 protected $legacyEntity; 13 14 /** @var Manager */ 15 protected $manager; 16 17 11 /** @var EventsDispatcher */ 18 12 protected $eventsDispatcher; 19 13 20 public function __construct($legacyEntity = null, $manager = null, $eventsDispatcher = null) 14 public function __construct($eventsDispatcher = null) 21 15 { 22 $this->legacyEntity = $legacyEntity ?: new Legacy\Entity(); - Owner
are we not now losing the ability to spec test these events by making this change?
- Owner
is
composer.phar
supposed to be committed?Edited by Mark Harding added MR::Requires Changes scoped label and automatically removed MR::Awaiting Review label