Refactoring
This commit is contained in:
19
lib/composer/vendor/consolidation/robo/src/Contract/ProgressInterface.php
vendored
Normal file
19
lib/composer/vendor/consolidation/robo/src/Contract/ProgressInterface.php
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
|
||||
namespace Robo\Contract;
|
||||
|
||||
/**
|
||||
* Robo tasks that take multiple steps to complete should
|
||||
* implement this interface.
|
||||
*
|
||||
* Interface ProgressInterface
|
||||
* @package Robo\Contract
|
||||
*/
|
||||
interface ProgressInterface
|
||||
{
|
||||
/**
|
||||
*
|
||||
* @return int
|
||||
*/
|
||||
public function progressSteps();
|
||||
}
|
||||
Reference in New Issue
Block a user