Breaking change: VarSetType/VarSetTypeNull classes have been renamed to SetVarType/SetVarTypeNull Added phan/phpstan static checkes and settings Add phpunit tests (in test/phpunit) that are an exact copy from the trunk folder unit tests The phan/phpstan tests have been updated to work with the composer layout config files with static defines needed for certain classes are stored in test/configs (config.php, config.other.php, config.master.php)
48 lines
1.7 KiB
Plaintext
48 lines
1.7 KiB
Plaintext
parameters:
|
|
ignoreErrors:
|
|
-
|
|
message: "#^Parameter \\#1 \\$connection of function pg_escape_bytea expects PgSql\\\\Connection\\|string, object\\|resource given\\.$#"
|
|
count: 1
|
|
path: src/DB/SQL/PgSQL.php
|
|
|
|
-
|
|
message: "#^Parameter \\#1 \\$connection of function pg_escape_identifier expects PgSql\\\\Connection\\|string, object\\|resource given\\.$#"
|
|
count: 1
|
|
path: src/DB/SQL/PgSQL.php
|
|
|
|
-
|
|
message: "#^Parameter \\#1 \\$connection of function pg_escape_literal expects PgSql\\\\Connection\\|string, object\\|resource given\\.$#"
|
|
count: 1
|
|
path: src/DB/SQL/PgSQL.php
|
|
|
|
-
|
|
message: "#^Parameter \\#1 \\$connection of function pg_escape_string expects PgSql\\\\Connection\\|string, object\\|resource given\\.$#"
|
|
count: 1
|
|
path: src/DB/SQL/PgSQL.php
|
|
|
|
-
|
|
message: "#^Parameter \\#1 \\$connection of function pg_execute expects PgSql\\\\Connection\\|string, object\\|resource given\\.$#"
|
|
count: 1
|
|
path: src/DB/SQL/PgSQL.php
|
|
|
|
-
|
|
message: "#^Parameter \\#1 \\$connection of function pg_parameter_status expects PgSql\\\\Connection\\|string, object\\|resource given\\.$#"
|
|
count: 1
|
|
path: src/DB/SQL/PgSQL.php
|
|
|
|
-
|
|
message: "#^Parameter \\#1 \\$connection of function pg_prepare expects PgSql\\\\Connection\\|string, object\\|resource given\\.$#"
|
|
count: 1
|
|
path: src/DB/SQL/PgSQL.php
|
|
|
|
-
|
|
message: "#^Parameter \\#1 \\$connection of function pg_query expects PgSql\\\\Connection\\|string, object\\|resource given\\.$#"
|
|
count: 1
|
|
path: src/DB/SQL/PgSQL.php
|
|
|
|
-
|
|
message: "#^Parameter \\#1 \\$connection of function pg_query_params expects PgSql\\\\Connection\\|string, object\\|resource given\\.$#"
|
|
count: 1
|
|
path: src/DB/SQL/PgSQL.php
|
|
|