- 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
-
- 18 Apr, 2020 3 commits
-
-
Sergei Morozov authored
Mark every exception as immutable
-
Grégoire Paris authored
-
Grégoire Paris authored
I just got bitten by a bug on master at https://github.com/doctrine/sql-formatter/pull/43#issuecomment-615576443, and there are good chances we have the bug on the Dbal too. Anyway, it only makes sense to use the same version as in the vendors.
-
- 17 Apr, 2020 2 commits
-
-
Sergei Morozov authored
Reworked LoggingTest to be able to test Statement::executeUpdate()
-
Sergei Morozov authored
-
- 16 Apr, 2020 2 commits
-
-
Sergei Morozov authored
Remove baseline
-
Grégoire Paris authored
null contradicts the phpdoc
-
- 15 Apr, 2020 7 commits
-
-
Grégoire Paris authored
-
Grégoire Paris authored
-
Grégoire Paris authored
-
Grégoire Paris authored
-
Grégoire Paris authored
-
Grégoire Paris authored
-
Grégoire Paris authored
For some reason a low version crashes Psalm.
-
- 14 Apr, 2020 3 commits
-
-
Grégoire Paris authored
Setup static analysis with Psalm
-
Grégoire Paris authored
-
Grégoire Paris authored
This should make it easier to work with Composer from machines using different versions of PHP than the lowest one we use in the CI.
-
- 10 Apr, 2020 2 commits
-
-
Grégoire Paris authored
Fix parsing column comments on SQLite
-
Sergei Morozov authored
-
- 30 Mar, 2020 8 commits
-
-
Sergei Morozov authored
Upgrade to PHPStan v0.12
-
Sergei Morozov authored
-
Sergei Morozov authored
Additionally, set the new value and get the old one in one ini_set() call.
-
Sergei Morozov authored
-
Sergei Morozov authored
-
Sergei Morozov authored
-
Sergei Morozov authored
-
Sergei Morozov authored
-