Chun-Sheng, Li
Chun-Sheng, Li
When running the `./vendor/bin/phpstan analyse` command, it will present following message: ``` ------ ---------------------------------------------------------------------- Line src/Filters/PHPFilter.php ------ ---------------------------------------------------------------------- 93 Cannot access property $value on PhpParser\Node\Expr\ArrayItem|null. 94 Cannot access property $value...
# Changed log - Add `php-7.4` version test on Travis CI build. - Replace `array` syntax with short array syntax.
As title, to let CI service be automatic to do unit tests for upcoming commits/PRs, it should be good to integrate the CI service. Here are some services can be...
As title, the PHP version of mal still supports the `php-5.3` versions. And using the old Ubuntu distribution version. IMHO, I think we can consider following enhancement works: - Drop...
# Changed log - Remove the `php-5.4` and `php-5.5` support because it's time to let the repo require `php-5.6` now. - Set the multiple PHPUnit versions to support different PHP...
Is it possible to make MEGA SDK compile a PHP extnsion? Thanks.
# Changed log - To be consistency, it should replace array syntax with short syntax.
# Changed log - Add php-7.4 version test.
# Changed log - Since the `php-5.x` versions are inactive for about long time. Using the `php-7.x` versions is fine. - Letting the `build/` folder be under `.gitignore` file because...
# Changed log - Using the `assertArrayNotHasKey` to assert expected array has the key. - Add the `php-7.3` and `php-7.4` version tests during Travis CI building. - Using the `Rakit\Validation\Tests\Rules;`...