Skip to content

Commit

Permalink
Current classname casing.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmalloc committed Oct 17, 2017
1 parent 6a09a53 commit 0374130
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions peridot.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
use Peridot\Console\Environment;
use Peridot\Reporter\CodeCoverage\AbstractCodeCoverageReporter;
use Peridot\Reporter\CodeCoverageReporters;
use Recoil\Dev\Peridot\PlugIn;
use Recoil\Dev\Peridot\Plugin;
use Recoil\React\ReactKernel;

require __DIR__ . '/vendor/autoload.php';

return function (EventEmitterInterface $emitter) {
(new CodeCoverageReporters($emitter))->register();

PlugIn::install($emitter, function () {
Plugin::install($emitter, function () {
return ReactKernel::create();
});

Expand Down

0 comments on commit 0374130

Please sign in to comment.