Showing 449 of 644 total issues
Avoid too many return
statements within this function. Open
Open
return found;
- Create a ticketCreate a ticket
Avoid too many return
statements within this function. Open
Open
return found;
- Create a ticketCreate a ticket
Avoid too many return
statements within this function. Open
Open
return -1 < value1.indexOf( value2 );
- Create a ticketCreate a ticket
Avoid too many return
statements within this function. Open
Open
return ( ! this.evaluate( value1, value2, 'contains', choice ) );
- Create a ticketCreate a ticket
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 value2 > value1;
- Create a ticketCreate a ticket
Avoid too many return
statements within this function. Open
Open
return found;
- Create a ticketCreate a ticket
Avoid too many return
statements within this function. Open
Open
return value1 == value2;
- Create a ticketCreate a ticket
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 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