mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-09-18 16:16:02 +02:00
Implemented draft for PureSourceCreateType Test and adapted classes to it
This commit is contained in:
@@ -15,9 +15,14 @@ interface SlugAttributInterface
|
||||
public function setSlug(string $slug): void;
|
||||
|
||||
/**
|
||||
* @return string
|
||||
* Don't use this function to check if a slug is set
|
||||
* Use instead:.
|
||||
*
|
||||
* @see self::hasSlug()
|
||||
*
|
||||
* @return string|null
|
||||
*/
|
||||
public function getSlug(): string;
|
||||
public function getSlug(): ?string;
|
||||
|
||||
/**
|
||||
* @return bool Checks if a slug is set
|
||||
|
Reference in New Issue
Block a user