Passed
Push — master ( a3deb2...03ad85 )
by Morris
08:52
created
core/Migrations/Version17000Date20190514105811.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -42,7 +42,7 @@
 block discarded – undo
42 42
 	public function changeSchema(IOutput $output, Closure $schemaClosure, array $options) {
43 43
 		/** @var ISchemaWrapper $schema */
44 44
 		$schema = $schemaClosure();
45
-		if(!$schema->hasTable('filecache_extended')) {
45
+		if (!$schema->hasTable('filecache_extended')) {
46 46
 			$table = $schema->createTable('filecache_extended');
47 47
 			$table->addColumn('fileid', Type::INTEGER, [
48 48
 				'notnull' => true,
Please login to merge, or discard this patch.