Well thanks to my IDE PhpStorm, I caught this error before it happened to me. I was trying to use the new PHP Backed Enum classes. I like the concept of having an Enum class as up until version PHP 8.1 you had to create class constants and pretend they were real Enums. Old PHP […]

Read more of this post