restored fixture
parent
f9240cd2be
commit
6bca8df758
|
@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue