🐞 fix: phpcs issue cleanup
This commit is contained in:
@@ -47,11 +47,7 @@ if (! isset( $tokenError ) ) {
|
||||
|
||||
try {
|
||||
if (! isset( $tokenError ) ) {
|
||||
if (
|
||||
$_SERVER['REQUEST_METHOD'] === 'POST' &&
|
||||
isset( $_POST['ship_type'] ) &&
|
||||
isset( $_POST['waypoint_symbol'] )
|
||||
) {
|
||||
if ($_SERVER['REQUEST_METHOD'] === 'POST' && isset( $_POST['ship_type'] ) && isset( $_POST['waypoint_symbol'] )) {
|
||||
$shipType = trim( (string) $_POST['ship_type'] );
|
||||
$waypointSymbol = trim( (string) $_POST['waypoint_symbol'] );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user