issues
search
RusticiSoftware
/
TinCanPHP
PHP library for the Experience API (Tin Can API)
http://rusticisoftware.github.io/TinCanPHP/
Apache License 2.0
87
stars
79
forks
source link
Fix code smells
#94
Open
pondermatic
opened
6 years ago
pondermatic
commented
6 years ago
Fix issues that are considered code smells:
method calls with mismatched number of parameters
inconsistent return points in methods with missing return statements (explicity return null)
pondermatic
commented
6 years ago
96 should be merged first in order to pass PHP 7 and HHVM tests.
Fix issues that are considered code smells: