Closed moufmouf closed 11 years ago
Here is a simple constructor:
public function __construct(SearchService $searchService) { $this->searchService = $searchService; }
We would expect Mouf to find that the $searchService property is a SearchService class, but it proposes string instead.
Here is a simple constructor:
We would expect Mouf to find that the $searchService property is a SearchService class, but it proposes string instead.