1
0
Fork 0

restored fixture

pull/250/head
Ivan Bozhanov 2017-01-19 20:35:20 +02:00
parent f9240cd2be
commit 6bca8df758
1 changed files with 1 additions and 5 deletions

View File

@ -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();
}
}