Fix CS issues

This commit is contained in:
Jeremy Benoist
2020-12-08 09:17:10 +01:00
parent 54e398f58d
commit a173423820
9 changed files with 15 additions and 15 deletions

View File

@ -17,7 +17,7 @@ abstract class WallabagAnnotationTestCase extends WebTestCase
*/
protected $user;
public function setUp(): void
protected function setUp(): void
{
$this->client = $this->createAuthorizedClient();
}