Showing 54 of 54 total issues
Method parseResponse
has 32 lines of code (exceeds 25 allowed). Consider refactoring. Open
private function parseResponse($response)
{
$response_headers = '';
$raw_response = $response;
if (!(strpos($response, "\r\n\r\n") === false)) {
Method sendSMS
has 10 arguments (exceeds 4 allowed). Consider refactoring. Open
function sendSMS($userAccount, $passAccount, $numbers, $sender, $msg, $MsgID, $timeSend=0, $dateSend=0, $deleteKey=0, $viewResult=1)
Method sendSMS
has 10 arguments (exceeds 4 allowed). Consider refactoring. Open
function sendSMS($userAccount, $passAccount, $numbers, $sender, $msg, $MsgID, $timeSend=0, $dateSend=0, $deleteKey=0, $viewResult=1)
Method sendSMS
has 10 arguments (exceeds 4 allowed). Consider refactoring. Open
function sendSMS($userAccount, $passAccount, $numbers, $sender, $msg, $MsgID, $timeSend=0, $dateSend=0, $deleteKey=0, $viewResult=1)
Method sendSMS
has 10 arguments (exceeds 4 allowed). Consider refactoring. Open
function sendSMS($userAccount, $passAccount, $numbers, $sender, $msg, $MsgID, $timeSend=0, $dateSend=0, $deleteKey=0, $viewResult=1)
Method sendSMS
has 10 arguments (exceeds 4 allowed). Consider refactoring. Open
function sendSMS($userAccount, $passAccount, $numbers, $sender, $msg, $MsgID, $timeSend=0, $dateSend=0, $deleteKey=0, $viewResult=1)
Method exec
has 29 lines of code (exceeds 25 allowed). Consider refactoring. Open
protected function exec($_ch = null)
{
$ch = $_ch === null ? $this : $_ch;
if ($ch->multi_child) {
Method sendSMSWK
has 28 lines of code (exceeds 25 allowed). Consider refactoring. Open
function sendSMSWK($userAccount, $passAccount, $numbers, $sender, $msg, $msgKey, $MsgID, $timeSend=0, $dateSend=0, $deleteKey=0, $viewResult=1)
{
global $arraySendMsgWK;
$applicationType = "68";
$msg = $msg;
Method sendSMS
has 27 lines of code (exceeds 25 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;
Function exec
has a Cognitive Complexity of 8 (exceeds 5 allowed). Consider refactoring. Open
protected function exec($_ch = null)
{
$ch = $_ch === null ? $this : $_ch;
if ($ch->multi_child) {
- Read upRead up
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
Method activeSender
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
function activeSender($userAccount, $passAccount, $senderId, $activeKey, $viewResult=1)
Method activeSender
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
function activeSender($userAccount, $passAccount, $senderId, $activeKey, $viewResult=1)
Method activeSender
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
function activeSender($userAccount, $passAccount, $senderId, $activeKey, $viewResult=1)
Method activeSender
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
function activeSender($userAccount, $passAccount, $senderId, $activeKey, $viewResult=1)
Method activeSender
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
function activeSender($userAccount, $passAccount, $senderId, $activeKey, $viewResult=1)
Function sendSms
has a Cognitive Complexity of 7 (exceeds 5 allowed). Consider refactoring. Open
private function sendSms($serviceVars = [])
{
if (!isset($serviceVars['appName']) || !isset($serviceVars['host']) || !isset($serviceVars['mobiles']) || !isset($serviceVars['text'])) {
throw new \Exception('There is Some Missing Parameters for this Service, Please review the documentation ');
}
- Read upRead up
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);
- Read upRead up
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);
- Read upRead up
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 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";
- Read upRead up
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;
- Read upRead up
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"