mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-21 23:23:51 +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);
|
||||
|
Reference in New Issue
Block a user