Apparently this is changed in PHPStorm’s formatting templates so there you go [skip ci].

This commit is contained in:
James Cole
2017-04-09 07:44:22 +02:00
parent 240797e92a
commit 595596d73f
351 changed files with 406 additions and 387 deletions

View File

@@ -51,7 +51,7 @@ interface UserRepositoryInterface
public function changePassword(User $user, string $password);
/**
* @param User $user
* @param User $user
* @param bool $isBlocked
* @param string $code
*