| 1 | <?php |
||
| 18 | class testRuleDoesNotApplyToFieldWithMethodsThatReturnArray |
||
| 19 | { |
||
| 20 | /** |
||
| 21 | * @var mixed |
||
| 22 | */ |
||
| 23 | private $accountGateway; |
||
| 24 | |||
| 25 | /** |
||
| 26 | * @var mixed |
||
| 27 | */ |
||
| 28 | private $transactionGateway; |
||
| 29 | |||
| 30 | /** |
||
| 31 | * @param $slug |
||
| 32 | * @return string |
||
| 33 | * @link https://github.com/phpmd/phpmd/issues/324 |
||
| 34 | */ |
||
| 35 | public function testAction($slug) |
||
| 45 | } |
||
| 46 |