- 27 May, 2020 32 commits
-
-
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 4 commits
-
-
Claudio Zizza authored
Fix character for mysql driver example
-
Grégoire Paris authored
Coveralls integration
-
Grégoire Paris authored
-
Grégoire Paris authored
-
- 16 May, 2020 1 commit
-
-
Grégoire Paris authored
-
- 15 May, 2020 2 commits
-
-
Sergei Morozov authored
Remove useless rules
-
Alex Pavlov authored
For UTF-8: SQLSTATE[HY000] [2019] Unknown character set
-
- 09 May, 2020 1 commit
-
-
Grégoire Paris authored
Extend RetryableException from Throwable interface
-