gomoob/php-facebook-messenger

View on GitHub

Showing 10 of 10 total issues

Function exports has 149 lines of code (exceeds 25 allowed). Consider refactoring.
Open

module.exports = function(grunt) {
 
grunt.initConfig(
{
 
 
Severity: Major
Found in Gruntfile.js - About 5 hrs to fix

    Similar blocks of code found in 2 locations. Consider refactoring.
    Open

    grunt.registerTask('before-phpmd', 'Creating directories required by PHP Mess Detector...', function() {
     
    if(!fs.existsSync('build')) {
    fs.mkdirSync('build');
    }
    Severity: Major
    Found in Gruntfile.js and 1 other location - About 3 hrs to fix
    Gruntfile.js on lines 178..192

    Similar blocks of code found in 2 locations. Consider refactoring.
    Open

    grunt.registerTask('before-pdepend' , 'Creating directories required by PDepend...', function() {
     
    if(!fs.existsSync('build')) {
    fs.mkdirSync('build');
    }
    Severity: Major
    Found in Gruntfile.js and 1 other location - About 3 hrs to fix
    Gruntfile.js on lines 220..234

    Similar blocks of code found in 4 locations. Consider refactoring.
    Open

    <?php
     
    /**
    * BSD 3-Clause License
    *
    src/main/php/Gomoob/FacebookMessenger/Model/Attachment/AudioAttachment.php on lines 1..79
    src/main/php/Gomoob/FacebookMessenger/Model/Attachment/ImageAttachment.php on lines 1..79
    src/main/php/Gomoob/FacebookMessenger/Model/Attachment/VideoAttachment.php on lines 1..79

    Similar blocks of code found in 4 locations. Consider refactoring.
    Open

    <?php
     
    /**
    * BSD 3-Clause License
    *
    src/main/php/Gomoob/FacebookMessenger/Model/Attachment/AudioAttachment.php on lines 1..79
    src/main/php/Gomoob/FacebookMessenger/Model/Attachment/FileAttachment.php on lines 1..79
    src/main/php/Gomoob/FacebookMessenger/Model/Attachment/ImageAttachment.php on lines 1..79

    Similar blocks of code found in 2 locations. Consider refactoring.
    Open

    <?php
     
    /**
    * BSD 3-Clause License
    *
    src/main/php/Gomoob/FacebookMessenger/Model/Button/AccountUnlinkButton.php on lines 1..96

    Similar blocks of code found in 4 locations. Consider refactoring.
    Open

    <?php
     
    /**
    * BSD 3-Clause License
    *
    src/main/php/Gomoob/FacebookMessenger/Model/Attachment/AudioAttachment.php on lines 1..79
    src/main/php/Gomoob/FacebookMessenger/Model/Attachment/FileAttachment.php on lines 1..79
    src/main/php/Gomoob/FacebookMessenger/Model/Attachment/VideoAttachment.php on lines 1..79

    Similar blocks of code found in 2 locations. Consider refactoring.
    Open

    <?php
     
    /**
    * BSD 3-Clause License
    *
    src/main/php/Gomoob/FacebookMessenger/Model/Button/AccountLinkButton.php on lines 1..96

    Similar blocks of code found in 4 locations. Consider refactoring.
    Open

    <?php
     
    /**
    * BSD 3-Clause License
    *
    src/main/php/Gomoob/FacebookMessenger/Model/Attachment/FileAttachment.php on lines 1..79
    src/main/php/Gomoob/FacebookMessenger/Model/Attachment/ImageAttachment.php on lines 1..79
    src/main/php/Gomoob/FacebookMessenger/Model/Attachment/VideoAttachment.php on lines 1..79

    Function jsonSerialize has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring.
    Open

    public function jsonSerialize()
    {
    $json = [];
     
    // One of the 'id' or 'phoneNumber' property must have been defined.
    Severity: Minor
    Found in src/main/php/Gomoob/FacebookMessenger/Model/Recipient/Recipient.php - About 25 mins to fix
    Severity
    Category
    Status
    Source
    Language