Minor: ECS fixes

pull/4004/head
Angel Fernando Quiroz Campos 5 years ago
parent bc21c9e54b
commit 06ec249b84
  1. 2
      tests/CoreBundle/Controller/CourseControllerTest.php

@ -51,7 +51,7 @@ class CourseControllerTest extends WebTestCase
$this->assertResponseIsSuccessful();
}
public function testIndexJsonWithAccessRegistered()
public function testIndexJsonWithAccessRegistered(): void
{
$client = static::createClient();

Loading…
Cancel
Save