mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-10-11 01:58:09 +02:00
Code optimation by PHP-Code Sniffer
This commit is contained in:
@@ -20,8 +20,6 @@ trait LayerAttribut
|
||||
protected $layer;
|
||||
|
||||
/**
|
||||
* @param string $layer
|
||||
*
|
||||
* @throws InvalidChoiceTypeException
|
||||
*/
|
||||
public function setLayer(string $layer): void
|
||||
@@ -32,9 +30,6 @@ trait LayerAttribut
|
||||
$this->layer = $layer;
|
||||
}
|
||||
|
||||
/**
|
||||
* @return string
|
||||
*/
|
||||
public function getLayer(): string
|
||||
{
|
||||
return $this->layer;
|
||||
|
Reference in New Issue
Block a user