- 06 Jun, 2020 1 commit
-
-
Grégoire Paris authored
-
- 29 May, 2020 2 commits
-
-
Claudio Zizza authored
@link in convertException gives 404
-
Tomas Norre Mikkelsen authored
The links in convertException gives 404, i'm not 100% if I updated them correct, or if the e.g. should be update to 8.0 already. https://dev.mysql.com/doc/refman/8.0/en/server-error-reference.html https://dev.mysql.com/doc/refman/8.0/en/client-error-reference.html
-
- 27 May, 2020 36 commits
-
-
Grégoire Paris authored
Psalm 6
-
Grégoire Paris authored
The php docs are not very clear about that one.
-
Grégoire Paris authored
It confuses both Psalm and PHPStan, and involves complicated mocking.
-
Grégoire Paris authored
-
Grégoire Paris authored
-
Grégoire Paris authored
-
Grégoire Paris authored
-
Grégoire Paris authored
This return type is conditional to $params['wrapperClass']. Luckily, recent versions of Psalm allow documenting it properly. See https://github.com/vimeo/psalm/issues/3277 Note that phpstan is not able to understand this yet, but still attempts to, hence the extra ignore rules.
-
Grégoire Paris authored
This hack is temporary and should be removed on 3.0.x
-
Grégoire Paris authored
-
Grégoire Paris authored
See https://github.com/vimeo/psalm/issues/3224
-
Grégoire Paris authored
This is precisely what we are testing here.
-
Grégoire Paris authored
-
Grégoire Paris authored
This is what is expected with FETCH_COLUMN
-
Grégoire Paris authored
-
Grégoire Paris authored
-
Grégoire Paris authored
-
Grégoire Paris authored
That alone fixes 6 issues found by Psalm
-
Grégoire Paris authored
-
Grégoire Paris authored
-
Grégoire Paris authored
-
Grégoire Paris authored
Not all RDBMS have a concept of database, apparently (see SQLAnywhere). Those who do not should pass in a string to stay compatible with the signature.
-
Grégoire Paris authored
-
Grégoire Paris authored
-
Grégoire Paris authored
The method signature does not allow null.
-
Grégoire Paris authored
We are testing what happens when providing the wrong type.
-
Grégoire Paris authored
-
Grégoire Paris authored
It is more simple and more accurate
-
Grégoire Paris authored
-
Grégoire Paris authored
-
Grégoire Paris authored
The latest version is easier to understand for static analyzers.
-
Grégoire Paris authored
-
Grégoire Paris authored
-
Grégoire Paris authored
-
Sergei Morozov authored
Ignore all violations of the LowercasePHPFunctions sniff in SQLSrvStatement
-
Sergei Morozov authored
-
- 18 May, 2020 1 commit
-
-
Claudio Zizza authored
Fix character for mysql driver example
-