mirror of
https://github.com/xPaw/PHP-Source-Query.git
synced 2026-06-10 22:43:16 +02:00
Stop CS Fixer replacing self -> static on the unit tests.
This commit is contained in:
@@ -17,6 +17,7 @@ return (new PhpCsFixer\Config())
|
||||
'native_constant_invocation' => false,
|
||||
'native_function_invocation' => false,
|
||||
'php_unit_fqcn_annotation' => false,
|
||||
'php_unit_test_case_static_method_calls' => false,
|
||||
])
|
||||
->setFinder(PhpCsFixer\Finder::create()
|
||||
->exclude('vendor')
|
||||
|
||||
+1
-1
@@ -419,7 +419,7 @@ final class Tests extends TestCase
|
||||
|
||||
$socket->queue($data);
|
||||
}
|
||||
|
||||
|
||||
return $sourceQuery;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user