generated from Potter/Template
decouple from potter/template
This commit is contained in:
@@ -19,7 +19,6 @@
|
|||||||
},
|
},
|
||||||
"minimum-stability": "stable",
|
"minimum-stability": "stable",
|
||||||
"require": {
|
"require": {
|
||||||
"php": "^8.3",
|
"php": "^8.3"
|
||||||
"potter/template": "^1.0"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -4,9 +4,7 @@ declare(strict_types=1);
|
|||||||
|
|
||||||
namespace Potter\Cloneable;
|
namespace Potter\Cloneable;
|
||||||
|
|
||||||
use \Potter\Template\TemplateInterface;
|
interface CloneableInterface
|
||||||
|
|
||||||
interface CloneableInterface extends TemplateInterface
|
|
||||||
{
|
{
|
||||||
public function clone(): static;
|
public function clone(): static;
|
||||||
public function __clone(): void;
|
public function __clone(): void;
|
||||||
|
|||||||
Reference in New Issue
Block a user