Skip to content

Commit

Permalink
Ran php-cs-fixer
Browse files Browse the repository at this point in the history
  • Loading branch information
Mariano Custiel committed Mar 7, 2016
1 parent daa1565 commit 54ceabe
Show file tree
Hide file tree
Showing 4 changed files with 184 additions and 92 deletions.
4 changes: 2 additions & 2 deletions src/Server/Config/dependencies-setup.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
return RouterConfig::get();
});

$di->register('homePathService', function() {
$di->register('homePathService', function () {
return new HomePathService();
});

Expand Down Expand Up @@ -100,7 +100,7 @@
return new RequestBuilder($cacheConfig);
});

$di->register('fileExpectationsLoader', function() use ($di) {
$di->register('fileExpectationsLoader', function () use ($di) {
return new FileExpectationsLoader(
$di->get('requestBuilder'),
$di->get('expectationStorage'),
Expand Down
Loading

0 comments on commit 54ceabe

Please sign in to comment.