Completed
Branch bootstrap-refactoring (37e127)
by Adam
03:53
created
src/Bootstrap.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -165,7 +165,7 @@
 block discarded – undo
165 165
 	 */
166 166
 	private function createBuild(Container $container, array $arguments = NULL)
167 167
 	{
168
-		if ($this->buildFactory === NULL){
168
+		if ($this->buildFactory === NULL) {
169 169
 			throw new InvalidStateException("Build factory was not setted.");
170 170
 		}
171 171
 		return $this->buildFactory->create($container, $arguments);
Please login to merge, or discard this patch.