- 04 May, 2020 13 commits
-
-
Grégoire Paris authored
-
Grégoire Paris authored
-
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 3 commits
-
-
Grégoire Paris authored
-
Grégoire Paris authored
-
Grégoire Paris authored
Psalm 7
-
- 20 Apr, 2020 9 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
Merge release 2.10.2 into 2.11.x
-
Sergei Morozov authored
-
Sergei Morozov authored
-
Sergei Morozov authored
-
- 19 Apr, 2020 5 commits
-
-
Grégoire Paris authored
Sync expected coverage report count
-
Grégoire Paris authored
See e360ba05 for AppVeyor. For ContinuousPHP, I am not how to track the history of the pipeline, or if there is one.
-
Grégoire Paris authored
-
Grégoire Paris authored
-
Sergei Morozov authored
Stop relying on the master version of Psalm
-
- 18 Apr, 2020 2 commits
-
-
Sergei Morozov authored
Mark every exception as immutable
-
Grégoire Paris authored
-