@@ -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); |
@@ -15,9 +15,9 @@ |
||
| 15 | 15 | protected function configure() |
| 16 | 16 | { |
| 17 | 17 | $this->setName(self::COMMAND) |
| 18 | - ->setHelp('Initializes Magium Configuration') |
|
| 19 | - ->setDescription('Initializes Magium Configuration by creating the default magium-configuration.xml and ' |
|
| 20 | - . 'contexts.xml files'); |
|
| 18 | + ->setHelp('Initializes Magium Configuration') |
|
| 19 | + ->setDescription('Initializes Magium Configuration by creating the default magium-configuration.xml and ' |
|
| 20 | + . 'contexts.xml files'); |
|
| 21 | 21 | } |
| 22 | 22 | |
| 23 | 23 | protected function getPossibleLocations() |
@@ -22,7 +22,7 @@ |
||
| 22 | 22 | { |
| 23 | 23 | $this->cache = $cache; |
| 24 | 24 | $this->localCache = $localCache; |
| 25 | - } |
|
| 25 | + } |
|
| 26 | 26 | |
| 27 | 27 | /** |
| 28 | 28 | * @param string $context The (configurable) context for the needed configuration object |