mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-19 14:53:45 +02:00
Use more standardized phpcs
This commit is contained in:
@@ -151,9 +151,6 @@ class ProcessScheduleServiceTest extends IntegrationTestCase
|
||||
$this->assertDatabaseHas('tasks', ['id' => $task->id, 'is_queued' => false]);
|
||||
}
|
||||
|
||||
/**
|
||||
* @return array
|
||||
*/
|
||||
public function dispatchNowDataProvider(): array
|
||||
{
|
||||
return [[true], [false]];
|
||||
|
||||
Reference in New Issue
Block a user