Total Complexity | 2 |
Total Lines | 16 |
Duplicated Lines | 0 % |
Changes | 2 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
12 | class MapperSkipper extends Extension implements TestOnly |
||
13 | { |
||
14 | /** |
||
15 | * @param string|\SilverStripe\ORM\DataObject $class |
||
16 | * @param string $dbField |
||
17 | * @param array $config |
||
18 | * @param array $data |
||
19 | * @return boolean |
||
20 | */ |
||
21 | public function testSkip($class, $dbField, $config, $data) |
||
30 |
This check looks for parameters that have been defined for a function or method, but which are not used in the method body.