format tidy up of buildPluginFactory()

This commit is contained in:
steve.brazier 2014-03-10 12:28:42 +00:00
parent 9c24fbaecb
commit 851f637899

View file

@ -338,7 +338,7 @@ class Builder implements LoggerAwareInterface
$self = $this;
$pluginFactory->registerResource(
function () use($self) {
function () use ($self) {
return $self;
},
null,
@ -346,7 +346,7 @@ class Builder implements LoggerAwareInterface
);
$pluginFactory->registerResource(
function () use($build) {
function () use ($build) {
return $build;
},
null,