mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-09-15 22:56:04 +02:00
Code optimation by PHP-Code Sniffer
This commit is contained in:
@@ -8,8 +8,6 @@ namespace Infinito\Domain\Layer;
|
||||
interface LayerClassMapInterface
|
||||
{
|
||||
/**
|
||||
* @param string $layer
|
||||
*
|
||||
* @return string The class which belongs to an Layer
|
||||
*/
|
||||
public static function getClass(string $layer): string;
|
||||
|
Reference in New Issue
Block a user