Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Sergei Predvoditelev <[email protected]>
  • Loading branch information
samdark and vjik authored Oct 27, 2024
1 parent 5d85876 commit b7cfeba
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit b7cfeba

Please sign in to comment.