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:
@@ -7,13 +7,7 @@ namespace Infinito\Attribut;
|
||||
*/
|
||||
interface LayerAttributInterface
|
||||
{
|
||||
/**
|
||||
* @param string $layer
|
||||
*/
|
||||
public function setLayer(string $layer): void;
|
||||
|
||||
/**
|
||||
* @return string
|
||||
*/
|
||||
public function getLayer(): string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user