Closed thekid closed 5 years ago
Current functionality:
class Urls { public function __construct(<<inject(['name' => 'db-dsn'])>> string $dsn) { // ... } }
This can now be abbreviated to the following:
class Urls { public function __construct(<<inject('db-dsn')>> string $dsn) { // ... } }
Current functionality:
This can now be abbreviated to the following: