Mark Scherer

Results 880 comments of Mark Scherer

Looking at Laravel, they have ``` migrate migrate:fresh Drop all tables and re-run all migrations migrate:install Create the migration repository migrate:refresh Reset and re-run all migrations migrate:reset Rollback all database...

@frankhdz You can try to backport certain features to 0.11 (and CakePHP 3) if you need to.

Our PHPStan CI also reports now errors: ``` ------ ------------------------------------------------------------------ Line src/Utility/Calendar.php ------ ------------------------------------------------------------------ 26 Call to an undefined method Yasumi\ProviderInterface::between(). ------ ------------------------------------------------------------------ ------ ------------------------------------------------------------------------- Line src/Utility/SprykerHolidays.php ------ ------------------------------------------------------------------------- 20...

I can report that PHPStan now is green again with develop branch :) For us at least, with our usage.

I would recommend to update `"phpstan/phpstan": "^0.12",` to "^1.2" now Also level 7+ is recommended to have a good check for your API, 8 is nullable safety and nice to...

What kind of issues? Maybe I have an idea. Had to fix myself hundreds of repos here :)

@nrk Spryker also uses this library right now and would be in need of it in the future. Do you need any help here? GitHub sponsoring or in any other...

We are happy to assist in supporting capacity. I am sure that once the signal is sent that the project is maintained again, people will pick up and try to...

The deprecations of 7.4 and especially array_key_exists() with objects would be super helpful. Is there already any PR for this to be reviewed?