update lock clucknut
All checks were successful
All checks were successful
This commit is contained in:
@@ -7,4 +7,11 @@
|
||||
interface Renderable
|
||||
{
|
||||
public function render(OutputFormat $outputFormat): string;
|
||||
|
||||
/**
|
||||
* @return array<string, bool|int|float|string|array<mixed>|null>
|
||||
*
|
||||
* @internal
|
||||
*/
|
||||
public function getArrayRepresentation(): array;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user