refactor: susun semula struktur folder — Laravel source ke src/
This commit is contained in:
17
vendor/sabberworm/php-css-parser/src/Renderable.php
vendored
Normal file
17
vendor/sabberworm/php-css-parser/src/Renderable.php
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Sabberworm\CSS;
|
||||
|
||||
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