Kleine Korrekturen wegen PHP 8.1
This commit is contained in:
@@ -51,6 +51,7 @@ class WorkingHoursControllerTest extends Unit
|
||||
'write' => function (mixed $data) {
|
||||
$this->assertIsString($data);
|
||||
$this->assertJson($data);
|
||||
return strlen($data);
|
||||
},
|
||||
]),
|
||||
'withHeader' => $this->makeEmpty(Response::class, [
|
||||
|
||||
Reference in New Issue
Block a user