Initialize objects right into the constructor parameters in PHP 8.1
September 11, 2021 — With the introduction of PHP 8, the language now allows us to declare the class properties right into the constructor parameters. This is called constructor property promotion.