Only improved code formatting

This commit is contained in:
Fonata
2019-02-23 12:55:10 +01:00
parent 2e94f4ad41
commit f97f03a088
15 changed files with 46 additions and 41 deletions

View File

@@ -238,9 +238,9 @@ class ParseTest extends TestCase {
/**
* Call protected/private method of a class.
*
* @param object &$object Instantiated object that we will run method on.
* @param string $methodName Method name to call
* @param array $parameters Array of parameters to pass into method.
* @param object &$object Instantiated object that we will run method on.
* @param string $methodName Method name to call
* @param array $parameters Array of parameters to pass into method.
*
* @return mixed Method return.
*/