| 1 | <?php  | 
            ||
| 11 | class EmptyMatcher extends AbstractMatcher  | 
            ||
| 12 | { | 
            ||
| 13 | public function __construct()  | 
            ||
| 17 | |||
| 18 | /**  | 
            ||
| 19 | * Determin if the actual value is empty.  | 
            ||
| 20 | *  | 
            ||
| 21 | * @param $actual  | 
            ||
| 22 | * @return mixed  | 
            ||
| 23 | */  | 
            ||
| 24 | protected function doMatch($actual)  | 
            ||
| 28 | |||
| 29 | /**  | 
            ||
| 30 |      * {@inheritdoc} | 
            ||
| 31 | *  | 
            ||
| 32 | * @return TemplateInterface  | 
            ||
| 33 | */  | 
            ||
| 34 | public function getDefaultTemplate()  | 
            ||
| 41 | }  | 
            ||
| 42 |