1 | <?php |
||
8 | class ForecastWidgetBusinessUnitSearchHandler extends SearchHandler |
||
9 | { |
||
10 | /** @var BusinessUnitAclProvider */ |
||
11 | protected $businessUnitAclProvider; |
||
12 | |||
13 | /** @var string */ |
||
14 | protected $opportunityClassName; |
||
15 | |||
16 | /** |
||
17 | * @param string $entityName |
||
18 | * @param array $properties |
||
19 | * @param BusinessUnitAclProvider $businessUnitAclProvider |
||
20 | * @param string $opportunityClassName |
||
21 | */ |
||
22 | public function __construct( |
||
32 | |||
33 | /** |
||
34 | * @param string $search |
||
35 | * @param int $firstResult |
||
36 | * @param int $maxResults |
||
37 | * @return array |
||
38 | */ |
||
39 | protected function searchIds($search, $firstResult, $maxResults) |
||
62 | } |
||
63 |
This check looks for calls to methods that do not seem to exist on a given type. It looks for the method on the type itself as well as in inherited classes or implemented interfaces.
This is most likely a typographical error or the method has been renamed.