Skip to content

Commit af19566

Browse files
Merge pull request #48 from keboola/ct-732-add-common-driver-build
Ct 732 add common driver build
2 parents 1b04b8b + f34ee3d commit af19566

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"require-dev": {
1818
"keboola/coding-standard": "^14",
1919
"php-parallel-lint/php-parallel-lint": "^1.3",
20-
"phpstan/phpstan": "^1",
20+
"phpstan/phpstan": "^1.4",
2121
"phpstan/phpstan-phpunit": "^1",
2222
"phpunit/phpunit": "^9"
2323
},

phpstan-baseline.neon

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,11 @@ parameters:
5555
count: 1
5656
path: src/Connection/Synapse/SynapseDriver.php
5757

58+
-
59+
message: "#^Right side of && is always true\\.$#"
60+
count: 1
61+
path: src/Connection/Synapse/SynapseDriver.php
62+
5863
-
5964
message: "#^Parameter \\#1 \\$params of static method Doctrine\\\\DBAL\\\\DriverManager\\:\\:getConnection\\(\\) expects array\\{charset\\?\\: string, dbname\\?\\: string, defaultTableOptions\\?\\: array\\<string, mixed\\>, default_dbname\\?\\: string, driver\\?\\: 'ibm_db2'\\|'mysqli'\\|'oci8'\\|'pdo_mysql'\\|'pdo_oci'\\|'pdo_pgsql'\\|'pdo_sqlite'\\|'pdo_sqlsrv'\\|'pgsql'\\|'sqlite3'\\|'sqlsrv', driverClass\\?\\: class\\-string\\<Doctrine\\\\DBAL\\\\Driver\\>, driverOptions\\?\\: array, host\\?\\: string, \\.\\.\\.\\}, array\\{host\\: string, user\\: string, password\\: string, port\\: int, dbname\\: string\\|null, driverClass\\: 'Keboola\\\\\\\\TableBackendUtils\\\\\\\\Connection\\\\\\\\Teradata\\\\\\\\TeradataDriver'\\} given\\.$#"
6065
count: 1

0 commit comments

Comments
 (0)