| 1 | <?php |
||
| 22 | class RuntimeConfiguration implements Configuration |
||
| 23 | { |
||
| 24 | use ConfigurableConfiguration; |
||
| 25 | |||
| 26 | /** |
||
| 27 | * @param \expect\PackageRegistrar[] $matcherRegistrars package registrars |
||
| 28 | * @param ResultReporter $resultReporter reporter of result |
||
| 29 | */ |
||
| 30 | public function __construct(array $matcherRegistrars = [], ResultReporter $resultReporter = null) |
||
| 35 | } |
||
| 36 |