mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-09-13 13:57:10 +02:00
Optimized Tests and attributes
This commit is contained in:
@@ -7,7 +7,13 @@ namespace App\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