diff --git a/fixtures/global_symbols.php b/fixtures/global_symbols.php index 787b1c7..6494848 100644 --- a/fixtures/global_symbols.php +++ b/fixtures/global_symbols.php @@ -55,13 +55,9 @@ class TestClass implements TestInterface * @param TestClass $testParameter Lorem sunt velit incididunt mollit * @return TestClass */ - public function testMethod( - string $testParameter = '()', - string $asdf = "," - ) : TestInterface + public function testMethod($testParameter): TestInterface { $this->testProperty = $testParameter; - $this->testMethod(); } }