Initial import from aternosorg/codex-minecraft
This commit is contained in:
17
src/Analysis/AutomatableSolutionInterface.php
Normal file
17
src/Analysis/AutomatableSolutionInterface.php
Normal file
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
namespace Aternos\Codex\Analysis;
|
||||
|
||||
/**
|
||||
* Interface AutomatableSolutionInterface
|
||||
*
|
||||
* This interface should be used to indicate
|
||||
* that a solution can be solved automatically
|
||||
* e.g. deletion/creation/modification of files
|
||||
*
|
||||
* @package Aternos\Codex\Analysis
|
||||
*/
|
||||
interface AutomatableSolutionInterface extends SolutionInterface
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user