Skip to content

Commit

Permalink
apply php cs fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
prolic committed Jan 22, 2017
1 parent ce9b48f commit 5533ff2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/register_and_change_username.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@

use Prooph\Common\Messaging\Message;
use Prooph\Micro\AggregateResult;
use Prooph\Micro\Kernel;
use Prooph\MicroExample\Infrastructure\UserAggregateDefinition;
use Prooph\MicroExample\Model\Command\ChangeUserName;
use Prooph\MicroExample\Model\Command\InvalidCommand;
use Prooph\MicroExample\Model\Command\RegisterUser;
use Prooph\MicroExample\Model\Command\UnknownCommand;
use Prooph\Micro\Kernel;
use Prooph\MicroExample\Model\User;

$start = microtime(true);
Expand Down

0 comments on commit 5533ff2

Please sign in to comment.