| 1 | <?php namespace zServices\Sintegra; |
||
| 9 | class Search |
||
| 10 | { |
||
| 11 | /** |
||
| 12 | * [$services description] |
||
| 13 | * @var [type] |
||
| 14 | */ |
||
| 15 | private $services = [ |
||
| 16 | 'SP' => \zServices\Sintegra\Services\Portais\SP\Service::class, |
||
| 17 | ]; |
||
| 18 | |||
| 19 | /** |
||
| 20 | * [$service description] |
||
| 21 | * @var [type] |
||
| 22 | */ |
||
| 23 | private $service; |
||
| 24 | |||
| 25 | /** |
||
| 26 | * [service description] |
||
| 27 | * @param string $service |
||
| 28 | * @return [type] [description] |
||
|
|
|||
| 29 | */ |
||
| 30 | public function service($service) |
||
| 42 | } |
This check marks PHPDoc comments that could not be parsed by our parser. To see which comment annotations we can parse, please refer to our documentation on supported doc-types.