@@ -134,7 +134,7 @@ |
||
134 | 134 | $definition, $value = null, array $parameters = [], |
135 | 135 | $scope = Scope::SINGLETON) |
136 | 136 | { |
137 | - if (! $definition instanceof DefinitionInterface) { |
|
137 | + if (!$definition instanceof DefinitionInterface) { |
|
138 | 138 | if (is_callable($value)) { |
139 | 139 | $value = $this->createFactoryDefinition( |
140 | 140 | (string) $definition, |
@@ -80,7 +80,7 @@ |
||
80 | 80 | */ |
81 | 81 | private function applyDefinitions() |
82 | 82 | { |
83 | - foreach($this->definitions as $name => $entry) { |
|
83 | + foreach ($this->definitions as $name => $entry) { |
|
84 | 84 | if ( |
85 | 85 | is_string($entry) && |
86 | 86 | preg_match('/^@(?P<key>.*)$/i', $entry, $result) |