More updates to stop using dev or alpha or beta versions.
[yaffs-website] / vendor / consolidation / robo / src / Contract / PrintedInterface.php
1 <?php
2 namespace Robo\Contract;
3
4 /**
5  * If task prints anything to console
6  *
7  * Interface PrintedInterface
8  * @package Robo\Contract
9  */
10 interface PrintedInterface
11 {
12     /**
13      * @return bool
14      */
15     public function getPrinted();
16 }