Skip to content

Commit e797c01

Browse files
committed
Reorder
1 parent d9df460 commit e797c01

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/Database/Adapter/Pool.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -340,6 +340,11 @@ public function getSupportForIndexArray(): bool
340340
return $this->delegate(__FUNCTION__, \func_get_args());
341341
}
342342

343+
public function getSupportForCastIndexArray(): bool
344+
{
345+
return $this->delegate(__FUNCTION__, \func_get_args());
346+
}
347+
343348
public function getSupportForUniqueIndex(): bool
344349
{
345350
return $this->delegate(__FUNCTION__, \func_get_args());
@@ -395,11 +400,6 @@ public function getSupportForGetConnectionId(): bool
395400
return $this->delegate(__FUNCTION__, \func_get_args());
396401
}
397402

398-
public function getSupportForCastIndexArray(): bool
399-
{
400-
return $this->delegate(__FUNCTION__, \func_get_args());
401-
}
402-
403403
public function getSupportForUpserts(): bool
404404
{
405405
return $this->delegate(__FUNCTION__, \func_get_args());

0 commit comments

Comments
 (0)