Showing 114 of 114 total issues
Inline control structures are not allowed Open
Open
if (!count($array)) return null;
- Exclude checks
Inline control structures are not allowed Open
Open
if (strlen($m) === 1) $m = '0' . $m;
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
['dasdasdasda' => [
- Exclude checks
Line exceeds 120 characters; contains 132 characters Open
Open
* Массив индексируем, если все ключи массива - цифры. Если `$consecutive` == true,
- Exclude checks
Inline control structures are not allowed Open
Open
if (!file_exists($file))
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
'dw2asdasdasda'=>'true',
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
'dwa2sdasdasda'=>true,
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
'dwas3dasdasda'=>null,
- Exclude checks
Inline control structures are not allowed Open
Open
if (!count($array)) return null;
- Exclude checks
Inline control structures are not allowed Open
Open
if ($strip) $string = self::stripSpace($string);
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
'dasdasdasda'=>32323,
- Exclude checks
Line exceeds 120 characters; contains 145 characters Open
Open
* то масссив является ассоциативным, если хотя бы один ключ является строкой.
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
'dwasdasdasda'=>'32323',
- Exclude checks
Line exceeds 120 characters; contains 127 characters Open
Open
return $returnAsString ? implode($separator, $rgbArray) : $rgbArray; // returns the rgb string or the associative array
- Exclude checks
Inline control structures are not allowed Open
Open
if ($from == $to)
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
]
- Exclude checks
Line exceeds 120 characters; contains 128 characters Open
Open
return ($parseInfo['completed'] && ($parseInfo['isExists'] || $parseInfo['isString'])) ? $parseInfo['value'] : $default;
- Exclude checks
Inline control structures are not allowed Open
Open
if ($startStr === '')
- Exclude checks
Inline control structures are not allowed Open
Open
if (strlen($h) === 1) $h = '0' . $h;
- Exclude checks
Inline control structures are not allowed Open
Open
if ($alpha) $string = preg_replace('/[^a-zA-Z 0-9]+/', '', $string);
- Exclude checks