first commit
This commit is contained in:
16
vendor/php-flasher/flasher/Stamp/PresentableStampInterface.php
vendored
Normal file
16
vendor/php-flasher/flasher/Stamp/PresentableStampInterface.php
vendored
Normal file
@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
* This file is part of the PHPFlasher package.
|
||||
* (c) Younes KHOUBZA <younes.khoubza@gmail.com>
|
||||
*/
|
||||
|
||||
namespace Flasher\Prime\Stamp;
|
||||
|
||||
interface PresentableStampInterface
|
||||
{
|
||||
/**
|
||||
* @return array<string, mixed>
|
||||
*/
|
||||
public function toArray();
|
||||
}
|
Reference in New Issue
Block a user