ctsit / redcap_oncore_client

REDCap OnCore Client external module provides integration with Forte Research's OnCore
Other
4 stars 7 forks source link

Unused variables #48

Open aarenson opened 4 years ago

aarenson commented 4 years ago

The PHPMD static analyzer pointed out the following minor issues that you might want to address:

classes/entity/list/SubjectsDiffList.php Line 179: $inline set but never used

classes/entity/SubjectDiff.php Line 125: $new_record used but never set.

ExternalModule.php Line 376: $client set but never used Line 379: $no set but never used Line 398: $mappings set but never used Line 472: $key set but never used Line 528: $id set but never used