- 08 May, 2020 1 commit
-
-
Michael Telgmann authored
Let RetryableException extend from the Throwable interface to prevent errors in Psalm if catching it
-
- 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 11 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.
-
Grégoire Paris authored
-
Grégoire Paris authored
-
Grégoire Paris authored
-
Grégoire Paris authored
-
Grégoire Paris authored
-
Sergei Morozov authored
-
Grégoire Paris authored
-
Grégoire Paris authored
-
- 02 May, 2020 1 commit
-
-
Sergei Morozov authored
[GH-1204] Add full support for foreign key constraints for SQLite
-
- 01 May, 2020 1 commit
-
-
Benjamin Eberlei authored
-
- 29 Apr, 2020 1 commit
-
-
Grégoire Paris authored
Use composer install in the Psalm job
-
- 28 Apr, 2020 1 commit
-
-
Grégoire Paris authored
Our policy states that we do not want a new release to suddenly affect our builds.
-
- 27 Apr, 2020 1 commit
-
-
Grégoire Paris authored
Remove unneeded and risky stubs parsing
-
- 26 Apr, 2020 1 commit
-
-
Grégoire Paris authored
PHPStan already reads these stubs, but in a controlled and safe why. It does not seem to read global constants yet, which is why we define OCI_NO_AUTO_COMMIT if undefined. Might be unneeded in the future too.
-
- 22 Apr, 2020 2 commits
-
-
Grégoire Paris authored
-
Grégoire Paris authored
This constant is not recognized by PHPStan, and besides the docs say this: > Prior to PHP 5.3.2 (PECL OCI8 1.4) use OCI_DEFAULT which is equivalent to OCI_NO_AUTO_COMMIT. See https://www.php.net/manual/en/function.oci-execute.php
-
- 21 Apr, 2020 1 commit
-
-
Grégoire Paris authored
Psalm 7
-
- 20 Apr, 2020 7 commits
-
-
Grégoire Paris authored
-
Grégoire Paris authored
-
Grégoire Paris authored
The mismatch is deliberate.
-
Grégoire Paris authored
This part of the code is too convoluted for Psalm (and maybe for humans too).
-
Grégoire Paris authored
That method is already defined in the parent interface. This was shown as an error by Psalm but should not be considered one IMO. See https://github.com/vimeo/psalm/pull/3203
-
Sergei Morozov authored
-
Sergei Morozov authored
-
- 19 Apr, 2020 1 commit
-
-
Sergei Morozov authored
Stop relying on the master version of Psalm
-