Initial commit
This commit is contained in:
10
skills/make-contracts/templates/Contracts/OutInterface.php
Normal file
10
skills/make-contracts/templates/Contracts/OutInterface.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace App\Contracts;
|
||||
|
||||
interface OutInterface
|
||||
{
|
||||
public function out(): mixed;
|
||||
}
|
||||
Reference in New Issue
Block a user