mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2026-04-05 06:42:20 +00:00
Code optimation by PHP-Code Sniffer
This commit is contained in:
@@ -9,13 +9,7 @@ use Infinito\Domain\Repository\LayerRepositoryFactoryServiceInterface;
|
||||
*/
|
||||
interface LayerRepositoryFactoryServiceAttributInterface
|
||||
{
|
||||
/**
|
||||
* @param LayerRepositoryFactoryServiceInterface $layerRepositoryFactoryService
|
||||
*/
|
||||
public function setLayerRepositoryFactoryService(LayerRepositoryFactoryServiceInterface $layerRepositoryFactoryService): void;
|
||||
|
||||
/**
|
||||
* @return LayerRepositoryFactoryServiceInterface
|
||||
*/
|
||||
public function getLayerRepositoryFactoryService(): LayerRepositoryFactoryServiceInterface;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user