Code cleanup, better examples, tasks added
This commit is contained in:
10
lib/TaskInterface.php
Normal file
10
lib/TaskInterface.php
Normal file
@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace NoccyLabs\Shell;
|
||||
|
||||
interface TaskInterface
|
||||
{
|
||||
public function update();
|
||||
|
||||
public function isValid();
|
||||
}
|
Reference in New Issue
Block a user