Skip to content

Commit c120077

Browse files
committed
qa: fix CS issue reported by laminas-coding-standard
import global function Signed-off-by: Matthew Weier O'Phinney <[email protected]>
1 parent fe42698 commit c120077

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Adapter/Platform/Postgresql.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010

1111
use function get_resource_type;
1212
use function implode;
13+
use function in_array;
1314
use function is_resource;
1415
use function pg_escape_string;
1516
use function str_replace;

0 commit comments

Comments
 (0)