<?php class ThingManager { public function __construct(ThingFactory $thingFactory) { $this->thingFactory = $thingFactory; } public function doSomething() { return new $this->thingFactory->create(); } } class ThingFactory { public function create() { return new Thing; } } class Thing {}
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`