We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
| 1 | <?php  | 
            ||
| 17 | final class Message  | 
            ||
| 18 | { | 
            ||
| 19 | /**  | 
            ||
| 20 | * @var Result  | 
            ||
| 21 | */  | 
            ||
| 22 | private $result;  | 
            ||
| 23 | |||
| 24 | /**  | 
            ||
| 25 | * @var Reader  | 
            ||
| 26 | */  | 
            ||
| 27 | private $annotationReader;  | 
            ||
| 28 | |||
| 29 | public function __construct(Result $result, Reader $annotationReader)  | 
            ||
| 34 | |||
| 35 | public function getMain(): string  | 
            ||
| 38 | |||
| 39 | public function getFull(): string  | 
            ||
| 42 | |||
| 43 | public function getList(): string  | 
            ||
| 46 | |||
| 47 | public function getAll(): array  | 
            ||
| 50 | |||
| 51 | public function __toString(): string  | 
            ||
| 55 | }  | 
            ||
| 56 |