Showing 644 of 644 total issues
Avoid too many return
statements within this function. Open
Open
return value2 >= value1;
- Create a ticketCreate a ticket
Avoid too many return
statements within this function. Open
Open
return ( -1 < value1.indexOf( value2 ) && -1 < value2.indexOf( value1 ) );
- Create a ticketCreate a ticket
Avoid too many return
statements within this method. Open
Open
return in_array( $value1, $value2 ); // phpcs:ignore WordPress.PHP.StrictInArray
- Create a ticketCreate a ticket
Avoid too many return
statements within this function. Open
Open
return capture === undefined ? '' : capture;
- Create a ticketCreate a ticket
Avoid too many return
statements within this method. Open
Open
return $file;
- Create a ticketCreate a ticket
Avoid too many return
statements within this method. Open
Open
return $value2 > $value1;
- Create a ticketCreate a ticket
Avoid too many return
statements within this method. Open
Open
return true;
- Create a ticketCreate a ticket
Avoid too many return
statements within this method. Open
Open
return false;
- Create a ticketCreate a ticket
Avoid too many return
statements within this method. Open
Open
return ( false !== strrpos( $value1, $value2 ) || false !== strpos( $value2, $value1 ) );
- Create a ticketCreate a ticket
Avoid too many return
statements within this method. Open
Open
return false;
- Create a ticketCreate a ticket
Avoid too many return
statements within this function. Open
Open
return ownDesc.set === undefined ? false : (ownDesc.set.call(receiver, V), true);
- Create a ticketCreate a ticket
Avoid too many return
statements within this method. Open
Open
return $colors['primary'];
- Create a ticketCreate a ticket
Avoid too many return
statements within this function. Open
Open
return ( ! isNaN( numericValue ) && -1 !== validUnits.indexOf( unit ) );
- Create a ticketCreate a ticket
Avoid too many return
statements within this method. Open
Open
return $value2 <= $value1;
- Create a ticketCreate a ticket
Avoid too many return
statements within this function. Open
Open
return handle(entry.finallyLoc);
- Create a ticketCreate a ticket
Avoid too many return
statements within this method. Open
Open
return $value2 < $value1;
- Create a ticketCreate a ticket
Avoid too many return
statements within this method. Open
Open
return in_array( $value2, $value1 ); // phpcs:ignore WordPress.PHP.StrictInArray
- Create a ticketCreate a ticket
Avoid too many return
statements within this function. Open
Open
if (A.length === lim) return A;
- Create a ticketCreate a ticket
Avoid too many return
statements within this method. Open
Open
return ! self::compare_values( $value1, $value2, $operator );
- Create a ticketCreate a ticket