apply rector rules

This commit is contained in:
2023-07-28 02:40:02 +02:00
parent 157cdf6dfc
commit f570fe92a5
112 changed files with 252 additions and 562 deletions

View File

@@ -286,10 +286,6 @@ abstract class AbstractExportTest extends WebTestCase
* > 0).
*
* @dataProvider dataProviderInitiateQuery
*
* @param mixed $modifiers
* @param mixed $acl
* @param mixed $data
*/
public function testInitiateQuery(mixed $modifiers, mixed $acl, mixed $data)
{
@@ -377,10 +373,6 @@ abstract class AbstractExportTest extends WebTestCase
* - nothing, if the query is a native SQL
*
* @dataProvider dataProviderInitiateQuery
*
* @param mixed $modifiers
* @param mixed $acl
* @param mixed $data
*/
public function testSupportsModifier(mixed $modifiers, mixed $acl, mixed $data)
{