mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2026-03-12 00:47:45 +00:00
apply rules rector up to php82
This commit is contained in:
@@ -19,7 +19,7 @@ use Symfony\Bundle\FrameworkBundle\Test\WebTestCase;
|
||||
*/
|
||||
final class EventControllerTest extends WebTestCase
|
||||
{
|
||||
public function testSkipped()
|
||||
public function testSkipped(): never
|
||||
{
|
||||
$this->markTestSkipped();
|
||||
}
|
||||
|
||||
@@ -19,7 +19,7 @@ use Symfony\Bundle\FrameworkBundle\Test\WebTestCase;
|
||||
*/
|
||||
final class EventTypeControllerTest extends WebTestCase
|
||||
{
|
||||
public function testSkipped()
|
||||
public function testSkipped(): never
|
||||
{
|
||||
$this->markTestSkipped();
|
||||
}
|
||||
|
||||
@@ -19,7 +19,7 @@ use Symfony\Bundle\FrameworkBundle\Test\WebTestCase;
|
||||
*/
|
||||
final class RoleControllerTest extends WebTestCase
|
||||
{
|
||||
public function testSkipped()
|
||||
public function testSkipped(): never
|
||||
{
|
||||
$this->markTestSkipped();
|
||||
}
|
||||
|
||||
@@ -19,7 +19,7 @@ use Symfony\Bundle\FrameworkBundle\Test\WebTestCase;
|
||||
*/
|
||||
final class StatusControllerTest extends WebTestCase
|
||||
{
|
||||
public function testSkipped()
|
||||
public function testSkipped(): never
|
||||
{
|
||||
$this->markTestSkipped();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user