atmonshi/sender

View on GitHub

Showing 54 of 54 total issues

Function sendStatus has a Cognitive Complexity of 7 (exceeds 5 allowed). Consider refactoring.
Open

function sendStatus($viewResult=1)
{
    global $arraySendStatus;
    $fsockParameter = "POST /api/sendStatus.php HTTP/1.0\r\n";
    $fsockParameter.= "Host: www.mobily.ws \r\n";
Severity: Minor
Found in src/mobilyWs/fsockopen.php - About 35 mins to fix

Cognitive Complexity

Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

A method's cognitive complexity is based on a few simple rules:

  • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
  • Code is considered more complex for each "break in the linear flow of the code"
  • Code is considered more complex when "flow breaking structures are nested"

Further reading

Function addSender has a Cognitive Complexity of 7 (exceeds 5 allowed). Consider refactoring.
Open

function addSender($userAccount, $passAccount, $sender, $viewResult=1)
{
    global $arrayAddSender;
    $stringToPost = "mobile=".$userAccount."&password=".$passAccount."&sender=".$sender;
    $stringToPostLength = strlen($stringToPost);
Severity: Minor
Found in src/mobilyWs/fsockopen.php - About 35 mins to fix

Cognitive Complexity

Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

A method's cognitive complexity is based on a few simple rules:

  • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
  • Code is considered more complex for each "break in the linear flow of the code"
  • Code is considered more complex when "flow breaking structures are nested"

Further reading

Function balanceSMS has a Cognitive Complexity of 7 (exceeds 5 allowed). Consider refactoring.
Open

function balanceSMS($userAccount, $passAccount, $viewResult=1)
{
    global $arrayBalance;
    $stringToPost = "mobile=".$userAccount."&password=".$passAccount;
    $stringToPostLength = strlen($stringToPost);
Severity: Minor
Found in src/mobilyWs/fsockopen.php - About 35 mins to fix

Cognitive Complexity

Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

A method's cognitive complexity is based on a few simple rules:

  • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
  • Code is considered more complex for each "break in the linear flow of the code"
  • Code is considered more complex when "flow breaking structures are nested"

Further reading

Function addAlphaSender has a Cognitive Complexity of 7 (exceeds 5 allowed). Consider refactoring.
Open

function addAlphaSender($userAccount, $passAccount, $sender, $viewResult=1)
{
    global $arrayAddAlphaSender;
    $stringToPost = "mobile=".$userAccount."&password=".$passAccount."&sender=".$sender;
    $stringToPostLength = strlen($stringToPost);
Severity: Minor
Found in src/mobilyWs/fsockopen.php - About 35 mins to fix

Cognitive Complexity

Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

A method's cognitive complexity is based on a few simple rules:

  • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
  • Code is considered more complex for each "break in the linear flow of the code"
  • Code is considered more complex when "flow breaking structures are nested"

Further reading

Function changePassword has a Cognitive Complexity of 7 (exceeds 5 allowed). Consider refactoring.
Open

function changePassword($userAccount, $passAccount, $newPassAccount, $viewResult=1)
{
    global $arrayChangePassword;
    $stringToPost = "mobile=".$userAccount."&password=".$passAccount."&newPassword=".$newPassAccount;
    $stringToPostLength = strlen($stringToPost);
Severity: Minor
Found in src/mobilyWs/fsockopen.php - About 35 mins to fix

Cognitive Complexity

Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

A method's cognitive complexity is based on a few simple rules:

  • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
  • Code is considered more complex for each "break in the linear flow of the code"
  • Code is considered more complex when "flow breaking structures are nested"

Further reading

Function forgetPassword has a Cognitive Complexity of 7 (exceeds 5 allowed). Consider refactoring.
Open

function forgetPassword($userAccount, $sendType, $viewResult=1)
{
    global $arrayForgetPassword;
    $stringToPost = "mobile=".$userAccount."&type=".$sendType;
    $stringToPostLength = strlen($stringToPost);
Severity: Minor
Found in src/mobilyWs/fsockopen.php - About 35 mins to fix

Cognitive Complexity

Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

A method's cognitive complexity is based on a few simple rules:

  • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
  • Code is considered more complex for each "break in the linear flow of the code"
  • Code is considered more complex when "flow breaking structures are nested"

Further reading

Function sendSMS has a Cognitive Complexity of 7 (exceeds 5 allowed). Consider refactoring.
Open

function sendSMS($userAccount, $passAccount, $numbers, $sender, $msg, $MsgID, $timeSend=0, $dateSend=0, $deleteKey=0, $viewResult=1)
{
    global $arraySendMsg;
    $applicationType = "68";
    $msg = $msg;
Severity: Minor
Found in src/mobilyWs/fsockopen.php - About 35 mins to fix

Cognitive Complexity

Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

A method's cognitive complexity is based on a few simple rules:

  • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
  • Code is considered more complex for each "break in the linear flow of the code"
  • Code is considered more complex when "flow breaking structures are nested"

Further reading

Function deleteSMS has a Cognitive Complexity of 7 (exceeds 5 allowed). Consider refactoring.
Open

function deleteSMS($userAccount, $passAccount, $deleteKey=0, $viewResult=1)
{
    global $arrayDeleteSMS;
    $stringToPost = "mobile=".$userAccount."&password=".$passAccount."&deleteKey=".$deleteKey;
    $stringToPostLength = strlen($stringToPost);
Severity: Minor
Found in src/mobilyWs/fsockopen.php - About 35 mins to fix

Cognitive Complexity

Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

A method's cognitive complexity is based on a few simple rules:

  • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
  • Code is considered more complex for each "break in the linear flow of the code"
  • Code is considered more complex when "flow breaking structures are nested"

Further reading

Avoid too many return statements within this method.
Open

                return $apiResult;
Severity: Major
Found in src/mobilyWs/functionPrintResult.php - About 30 mins to fix

    Avoid too many return statements within this method.
    Open

                return $apiResult;
    Severity: Major
    Found in src/mobilyWs/functionPrintResult.php - About 30 mins to fix

      Avoid too many return statements within this method.
      Open

                      return $arrayMsgs[$apiResult];
      Severity: Major
      Found in src/mobilyWs/functionPrintResult.php - About 30 mins to fix

        Avoid too many return statements within this method.
        Open

                            return $arrayMsgs[0];
        Severity: Major
        Found in src/mobilyWs/functionPrintResult.php - About 30 mins to fix

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

              public static function http_build_multi_query($data, $key = null)
              {
                  $query = [];
          
                  if (empty($data)) {
          Severity: Minor
          Found in src/STag/CURL.php - About 25 mins to fix

          Cognitive Complexity

          Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

          A method's cognitive complexity is based on a few simple rules:

          • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
          • Code is considered more complex for each "break in the linear flow of the code"
          • Code is considered more complex when "flow breaking structures are nested"

          Further reading

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

              private function senderNames($serviceVars = [])
              {
                  if (!isset($serviceVars['getAll'])) {
                      throw new \Exception('There is Some Missing Parameters for this Service, Please review the documentation ');
                  }
          Severity: Minor
          Found in src/STag/STagAPI.php - About 25 mins to fix

          Cognitive Complexity

          Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

          A method's cognitive complexity is based on a few simple rules:

          • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
          • Code is considered more complex for each "break in the linear flow of the code"
          • Code is considered more complex when "flow breaking structures are nested"

          Further reading

          Severity
          Category
          Status
          Source
          Language