mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-28 01:25:00 +00:00
Rector changes return typing
This commit is contained in:
@@ -33,7 +33,7 @@ final class AsideActivityControllerTest extends WebTestCase
|
||||
/**
|
||||
* @dataProvider generateAsideActivityId
|
||||
*/
|
||||
public function testEditWithoutUsers(int $asideActivityId)
|
||||
public function testEditWithoutUsers(int $asideActivityId): void
|
||||
{
|
||||
self::ensureKernelShutdown();
|
||||
$client = $this->getClientAuthenticated();
|
||||
|
Reference in New Issue
Block a user