format tidy up of buildPluginFactory()

This commit is contained in:
steve.brazier 2014-03-10 12:28:42 +00:00
parent 96319f52c2
commit b1bc6f6db3

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,