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.