1 | <?php |
||
8 | class ToOneRelationshipJsonResponderGenerator extends AbstractJsonResponderGenerator { |
||
9 | |||
10 | /** @var Table */ |
||
11 | private $model; |
||
12 | |||
13 | /** @var Table */ |
||
14 | private $foreign; |
||
15 | |||
16 | public function __construct($service, Table $model, Table $foreign) { |
||
21 | |||
22 | protected function addMethods(PhpClass $class, ActionSchema $action) { |
||
30 | } |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.