Articles tagged with error

PHP enum values as an array keys

Posted on
Enums allow a developer to define a custom type that is limited to one of a discrete number of possible values. Using it as an array key was not that straightforward.

Breaking configuration in Drupal

Posted on
One of the strongest features in Drupal is configuration management. While it is reliable functionality, you can actually break it.