- 27 May, 2020 14 commits
-
-
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
-
- 06 May, 2020 4 commits
-
-
Grégoire Paris authored
Checking that the platform supports foreign key is not the right case here, because we should check if we can create them by themselves, after the table is created. It is not the case for Sqlite. Closes #3990
-
Ben Davies authored
-
Ben Davies authored
-
Grégoire Paris authored
Move phpcs from Travis to GitHub Actions
-
- 05 May, 2020 5 commits
-
-
Ben Davies authored
-
Ben Davies authored
-
Ben Davies authored
-
Ben Davies authored
-
Ben Davies authored
-
- 04 May, 2020 3 commits
-
-
Grégoire Paris authored
Bump cs libs
-
Grégoire Paris authored
-
Grégoire Paris authored
Upstream libs and tools have improvements that make them unnecessary.
-