ADRs tagged "php"
A collection of php-related software design choices that address architecturally significant requirements
- ADRs 8
 - Collaborators 8
 - Disciplines 5
 
- Configure Composer Patches to Use `-p2` as `patchLevel` for Drupal core
 - Store Composer Patches configuration in composer.json
 - Use local copies of patch files
 - Break composer install if patches don't apply
 - Use PHPUnit for unit testing PHP code
 - Composer patches configuration and best practices
 - Always use typehints in new PHP code
 - Use strict types in PHP code