Showing 2 of 10 total issues
Function exports
has 149 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
module.exports = function(grunt) { grunt.initConfig( {
Function jsonSerialize
has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring. Open
Open
public function jsonSerialize() { $json = []; // One of the 'id' or 'phoneNumber' property must have been defined.
- Read upRead up