ReporterInterface.php 116 B

12345678
  1. <?php
  2. namespace Fgm\ComposerCheck;
  3. interface ReporterInterface {
  4. public function report(MergeBox $mergeBox);
  5. }