Matt Glaman
Matt Glaman
I bought your exact setup :) I have some questions on how you manage your cables for connections and power to everything. The pictures _don't quite_ show it. The enclosure...
**Is your feature request related to a problem? Please describe.** I forget I always need to configure Drupal with Swiftmailer to talk to Mailhog over SMTP. **Describe the solution you'd...
The project template does not have issues available, so posting one about https://github.com/contentacms/contenta_jsonapi_project here. Profiles, can define `config_install: true`, which imports CONFIG_SYNC_DIRECTORY on install. Contenta has this option enabled and...
This helps analyze tests.
## Why? I want to know why folks use drupal-check. Anonymous usage tracking will not answer that specific problem. But it gives this project a purpose beyond a simpler way...
If PHPUnit isn't added to the Drupal project, let's add `tests/src` as excluded directories to avoid TestCase class not found errors
There should be an `eject` command which dumps a `phpstan.neon` file and instructions on how to uninstall drupal-check in favor of PHPStan directly.
A common pattern is to use `if/else` statements for backward compatibility with deprecated methods to provide support between versions before the deprecation was introduced and to provide a fix for...