Skip to content
This repository has been archived by the owner on Aug 17, 2023. It is now read-only.

Commit

Permalink
fix style for peridot config
Browse files Browse the repository at this point in the history
  • Loading branch information
holyshared committed Aug 23, 2015
1 parent c89b8bd commit 8462eb8
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions peridot.php
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
<?php

use cloak\peridot\CloakPlugin;
use Evenement\EventEmitterInterface;
use expect\peridot\ExpectPlugin;
use cloak\peridot\CloakPlugin;
use Peridot\Reporter\Dot\DotReporterPlugin;
use holyshared\peridot\FileFixturePlugin;
use holyshared\peridot\temporary\TemporaryPlugin;
use Peridot\Reporter\Dot\DotReporterPlugin;

return function(EventEmitterInterface $emitter)
{
return function (EventEmitterInterface $emitter) {
$dot = new DotReporterPlugin($emitter);
ExpectPlugin::create()->registerTo($emitter);
TemporaryPlugin::create()->registerTo($emitter);
Expand Down

0 comments on commit 8462eb8

Please sign in to comment.