@@ -127,7 +127,7 @@ |
||
127 | 127 | $table->addColumn(new Text('value')); |
128 | 128 | $table->addColumn(new Varchar('context', 255)); |
129 | 129 | $table->addConstraint( |
130 | - new UniqueKey(['path','context'], 'configuration_uniqueness_index') |
|
130 | + new UniqueKey(['path','context'], 'configuration_uniqueness_index') |
|
131 | 131 | ); |
132 | 132 | |
133 | 133 | $sql = new Sql($this->adapter); |
@@ -25,12 +25,12 @@ discard block |
||
25 | 25 | $this->cache = $cache; |
26 | 26 | $this->builder = $builder; |
27 | 27 | $this->localCache = $localCache; |
28 | - } |
|
28 | + } |
|
29 | 29 | |
30 | - public function getBuilder() |
|
31 | - { |
|
32 | - return $this->builder; |
|
33 | - } |
|
30 | + public function getBuilder() |
|
31 | + { |
|
32 | + return $this->builder; |
|
33 | + } |
|
34 | 34 | |
35 | 35 | /** |
36 | 36 | * @param string $context The (configurable) context for the needed configuration object |
@@ -75,7 +75,7 @@ discard block |
||
75 | 75 | if ($this->localCache instanceof StorageInterface) { |
76 | 76 | $this->localCache->setItem($currentConfigItem, $config); |
77 | 77 | } |
78 | - } |
|
78 | + } |
|
79 | 79 | } |
80 | 80 | |
81 | 81 | if ($config) { |