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:
parent
eb997b5ba2
commit
7de4c35ab4
34 changed files with 644 additions and 1048 deletions
|
|
@ -49,7 +49,7 @@ class UploadProviderTest extends TestCase {
|
|||
/**
|
||||
* @throws ReflectionException
|
||||
*/
|
||||
public function setUp(): void {
|
||||
protected function setUp(): void {
|
||||
parent::setUp();
|
||||
|
||||
$this->rawParser = $this->getMockBuilder(RawParser::class)
|
||||
|
|
@ -111,7 +111,7 @@ class UploadProviderTest extends TestCase {
|
|||
rmdir($dir);
|
||||
}
|
||||
|
||||
public function tearDown(): void {
|
||||
protected function tearDown(): void {
|
||||
$this->rmdirr($this->tmpDir);
|
||||
|
||||
parent::tearDown();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue