Passed
Pull Request — develop (#19)
by Kevin
02:49
created
lib/Config/Storage/RelationalDatabase.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -127,7 +127,7 @@
 block discarded – undo
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);
Please login to merge, or discard this patch.