Showing 62 of 62 total issues
Line indented incorrectly; expected at least 20 spaces, found 19 Open
Open
$encoded[$index] = $char;
- Create a ticketCreate a ticket
- Exclude checks
Whitespace found at end of line Open
Open
if (strlen($input) === 1)
- Create a ticketCreate a ticket
- Exclude checks
Whitespace found at end of line Open
Open
if (strlen($input) === 1)
- Create a ticketCreate a ticket
- Exclude checks
Expected 1 space after closing parenthesis; found 18 Open
Open
if (in_array($input, $encodedChars))
- Create a ticketCreate a ticket
- Exclude checks
Whitespace found at end of line Open
Open
if (in_array($input, $encodedChars))
- Create a ticketCreate a ticket
- Exclude checks
Whitespace found at end of line Open
Open
if (in_array($char, $decodedChars))
- Create a ticketCreate a ticket
- Exclude checks
Expected 1 space after closing brace; newline found Open
Open
}
- Create a ticketCreate a ticket
- Exclude checks
Whitespace found at end of line Open
Open
if (is_string($input))
- Create a ticketCreate a ticket
- Exclude checks
Expected 1 space after closing parenthesis; found 13 Open
Open
if (strlen($input) >= 2)
- Create a ticketCreate a ticket
- Exclude checks
Expected 1 space after closing parenthesis; found 18 Open
Open
foreach ($chars as $index => $char)
- Create a ticketCreate a ticket
- Exclude checks
Whitespace found at end of line Open
Open
if (in_array($char, $decodedChars))
- Create a ticketCreate a ticket
- Exclude checks
Expected 1 space after closing parenthesis; found 13 Open
Open
foreach ($input as $index => $char)
- Create a ticketCreate a ticket
- Exclude checks
Expected 1 space after closing parenthesis; found 14 Open
Open
if (strlen($input) === 1)
- Create a ticketCreate a ticket
- Exclude checks
Expected 1 space after closing parenthesis; found 10 Open
Open
if (is_string($input))
- Create a ticketCreate a ticket
- Exclude checks
Expected 1 space after closing parenthesis; found 18 Open
Open
if (in_array($input, $decodedChars))
- Create a ticketCreate a ticket
- Exclude checks
Whitespace found at end of line Open
Open
if (is_array($input))
- Create a ticketCreate a ticket
- Exclude checks
Expected 1 space after closing parenthesis; found 14 Open
Open
if (strlen($input) >= 2)
- Create a ticketCreate a ticket
- Exclude checks
Whitespace found at end of line Open
Open
foreach ($chars as $index => $char)
- Create a ticketCreate a ticket
- Exclude checks
Whitespace found at end of line Open
Open
if (in_array($char, $encodedChars))
- Create a ticketCreate a ticket
- Exclude checks
Line indented incorrectly; expected 16 spaces, found 15 Open
Open
}
- Create a ticketCreate a ticket
- Exclude checks