| 1 | <?php |
||
| 22 | class FileLocatorFactory implements FactoryInterface |
||
| 23 | { |
||
| 24 | /** |
||
| 25 | * Create and return the datasource service. |
||
| 26 | * |
||
| 27 | * @param ServiceLocatorInterface $serviceLocator |
||
| 28 | * |
||
| 29 | * @return \PPI\Framework\DataSource\DataSource; |
||
|
|
|||
| 30 | */ |
||
| 31 | public function createService(ServiceLocatorInterface $serviceLocator) |
||
| 38 | } |
||
| 39 |
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.