File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff 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 ());
You can’t perform that action at this time.
0 commit comments