| Total Complexity | 4 |
| Total Lines | 24 |
| Duplicated Lines | 0 % |
| Coverage | 87.5% |
| Changes | 0 | ||
| 1 | <?php |
||
| 9 | class FormProcessReportBuilder implements FormProcessReportBuilderInterface |
||
| 10 | { |
||
| 11 | protected $results; |
||
| 12 | |||
| 13 | 9 | public function __construct(FormProcessReportInterface $previous = null) |
|
| 17 | } |
||
| 18 | } |
||
| 19 | |||
| 20 | /** |
||
| 21 | * @return $this |
||
| 22 | */ |
||
| 23 | 9 | public function withProcessResult(string $process, $result): FormProcessReportBuilderInterface |
|
| 28 | } |
||
| 29 | |||
| 30 | 9 | public function build(): FormProcessReportInterface |
|
| 35 |