hotfix: Stubs for structured rewrite
This commit is contained in:
14
src/Runner/RunnerInterface.php
Normal file
14
src/Runner/RunnerInterface.php
Normal file
@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
namespace NoccyLabs\Hotfix\Runner;
|
||||
|
||||
use NoccyLabs\Hotfix\System\Facts;
|
||||
use NoccyLabs\Hotfix\Hotfix\Hotfix;
|
||||
|
||||
|
||||
interface RunnerInterface
|
||||
{
|
||||
|
||||
public function applyHotfix(Hotfix $hotfix, Facts $facts);
|
||||
|
||||
}
|
Reference in New Issue
Block a user