mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 22:53:49 +00:00
DX: apply rector rules up to php8.0
This commit is contained in:
@@ -294,7 +294,7 @@ abstract class AbstractExportTest extends WebTestCase
|
||||
* @param mixed $acl
|
||||
* @param mixed $data
|
||||
*/
|
||||
public function testInitiateQuery($modifiers, $acl, $data)
|
||||
public function testInitiateQuery(mixed $modifiers, mixed $acl, mixed $data)
|
||||
{
|
||||
$query = $this->getExport()->initiateQuery($modifiers, $acl, $data);
|
||||
|
||||
@@ -390,7 +390,7 @@ abstract class AbstractExportTest extends WebTestCase
|
||||
* @param mixed $acl
|
||||
* @param mixed $data
|
||||
*/
|
||||
public function testSupportsModifier($modifiers, $acl, $data)
|
||||
public function testSupportsModifier(mixed $modifiers, mixed $acl, mixed $data)
|
||||
{
|
||||
$export = $this->getExport();
|
||||
$query = $export->initiateQuery($modifiers, $acl, $data);
|
||||
|
@@ -205,7 +205,7 @@ abstract class AbstractFilterTest extends KernelTestCase
|
||||
sprintf(
|
||||
"This test is incomplete due to %s thrown by 'translator' : %s, "
|
||||
. 'complete stack : %s',
|
||||
get_class($ex),
|
||||
$ex::class,
|
||||
$ex->getMessage(),
|
||||
$ex->getTraceAsString()
|
||||
)
|
||||
|
Reference in New Issue
Block a user