From 6bca8df7585ed4d078b8a626893c0249c4dc2377 Mon Sep 17 00:00:00 2001 From: Ivan Bozhanov Date: Thu, 19 Jan 2017 20:35:20 +0200 Subject: [PATCH] restored fixture --- fixtures/global_symbols.php | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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(); } }