Skip to content

Commit acc87d3

Browse files
committed
lint
1 parent bcb3e4c commit acc87d3

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

tests/e2e/Adapter/Base.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1124,11 +1124,11 @@ public function testCreateIndex(): void
11241124
$database->createAttribute('indexes', 'int', Database::VAR_INTEGER, 8, false, array:true);
11251125
$database->createIndex('indexes', 'indx8711', Database::INDEX_KEY, ['int']);
11261126

1127-
// if ($this->getDatabase()->getAdapter()->getSupportForCastIndexArray()) {
1128-
// /**
1129-
// * Check ticks sounding create index reserve words
1130-
// */
1131-
// }
1127+
// if ($this->getDatabase()->getAdapter()->getSupportForCastIndexArray()) {
1128+
// /**
1129+
// * Check ticks sounding create index reserve words
1130+
// */
1131+
// }
11321132

11331133
$database->createAttribute('indexes', 'name', Database::VAR_STRING, 10, false);
11341134

0 commit comments

Comments
 (0)