default services conflit ?
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
namespace Robo\Contract;
|
||||
|
||||
/**
|
||||
* If task prints anything to console
|
||||
*
|
||||
* Interface PrintedInterface
|
||||
* @package Robo\Contract
|
||||
*/
|
||||
interface PrintedInterface
|
||||
{
|
||||
/**
|
||||
* @return bool
|
||||
*/
|
||||
public function getPrinted();
|
||||
}
|
Reference in New Issue
Block a user