You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With #130 we now have a "production" build process for the Docker image. And can add a "development" build process to CI, including all the tooling we love in PHP world:
code styling (PHP CodeSniffer or php-cs? PSR-12 or PER?)
PHPStan, Psalm and/or Phan
additional unit testing, mutation testing
etc.
The text was updated successfully, but these errors were encountered:
With #130 we now have a "production" build process for the Docker image. And can add a "development" build process to CI, including all the tooling we love in PHP world:
The text was updated successfully, but these errors were encountered: