Skip to content

Commit be71187

Browse files
committed
docs(readme): normalize k&r brace style in examples
1 parent 31f17e9 commit be71187

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,7 @@ interface UserRepository {
115115
function find(int $id): ?User;
116116
}
117117

118-
class PdoUserRepository implements UserRepository
119-
{
118+
class PdoUserRepository implements UserRepository {
120119
private PDO $pdo;
121120

122121
function __construct(PDO $pdo) {

0 commit comments

Comments
 (0)