Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Commit 800167e

Browse files
nuxwinweierophinney
authored andcommitted
Fixed documentation
1 parent d054bf1 commit 800167e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/book/v1/user-repository.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ SELECT email FROM user WHERE username = :identity
124124
### PDO service name
125125

126126
As an alternative, you can provide a service name instead of PDO connection
127-
parameters. In such a case, the `dsn`, parameter can be omitted:
127+
parameters. In such a case, the `dsn` parameter can be omitted:
128128

129129
```php
130130
return [
@@ -143,6 +143,6 @@ return [
143143
];
144144
```
145145

146-
The required parameters in such a case are `service`, `table`, and `field`.
146+
The required parameters are `service`, `table`, and `field`.
147147

148148
The `service` parameter must be a service name that resolves to a PDO instance.

0 commit comments

Comments
 (0)