Total Complexity | 1 |
Total Lines | 13 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
10 | class FileBlockUsedOnTableExtension extends DataExtension |
||
11 | { |
||
12 | /** |
||
13 | * Hides FileBlocks's from the "Used On" tab when viewing files |
||
14 | * |
||
15 | * @return void |
||
16 | * @var ArrayList $dataObjects |
||
17 | * @var DataObject $record |
||
18 | * @see UsedOnTable::updateUsage |
||
19 | */ |
||
20 | public function updateUsage(ArrayList &$dataObjects, DataObject &$record) |
||
25 |
This check looks for parameters that have been defined for a function or method, but which are not used in the method body.