1
0
Fork 0
mirror of https://codeberg.org/demostf/api.git synced 2026-06-03 18:04:08 +02:00

fmt, typings, typos

This commit is contained in:
Robin Appelman 2022-05-16 00:51:50 +02:00
commit 7de4c35ab4
34 changed files with 644 additions and 1048 deletions

View file

@ -14,7 +14,7 @@ class ParserTest extends TestCase {
/** @var RawParser|MockObject */
private $rawParser;
public function setUp(): void {
protected function setUp(): void {
parent::setUp();
$this->rawParser = $this->getMockBuilder(RawParser::class)