From b7cfeba23cc89ad7977354654a7e9b582b7eb881 Mon Sep 17 00:00:00 2001 From: Alexander Makarov Date: Mon, 28 Oct 2024 00:22:48 +0300 Subject: [PATCH] Update README.md Co-authored-by: Sergei Predvoditelev --- README.md | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/README.md b/README.md index 4ad0739..26a1d14 100644 --- a/README.md +++ b/README.md @@ -220,18 +220,6 @@ return [ ]; ``` -It could be then conveniently used by type-hinting: - -```php -final class MyService -{ - public function __construct(MyPgSql $myPgSql) - { - // ... - } -} -``` - ### Definition storage Definition storage could be used to hold and get definitions and check if a certain definition could be instantiated.