- 27 May, 2020 26 commits
-
-
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
-
- 08 May, 2020 4 commits
-
-
Michael Telgmann authored
Let RetryableException extend from the Throwable interface to prevent errors in Psalm if catching it
-
Grégoire Paris authored
We are calling them in uppercase since 64939c35
-
Grégoire Paris authored
This exclude rule is here because of a false positive that has been fixed since slevomat/coding-standard 6.1.2
-
Grégoire Paris authored
-
- 07 May, 2020 2 commits
-
-
Grégoire Paris authored
Use proper check in acceptForeignKey()
-
Grégoire Paris authored
move PHPStan to GitHub Actions
-