Apply fixes from StyleCI
This commit is contained in:
committed by
StyleCI Bot
parent
e95b3eb366
commit
3c32f2d89d
@@ -284,7 +284,7 @@ class PirepController extends Controller
|
||||
}
|
||||
|
||||
// is the aircraft in the right place?
|
||||
/** @noinspection NotOptimalIfConditionsInspection */
|
||||
/* @noinspection NotOptimalIfConditionsInspection */
|
||||
if (setting('pireps.only_aircraft_at_dpt_airport')
|
||||
&& $pirep->aircraft_id !== $pirep->dpt_airport_id) {
|
||||
return $this->flashError(
|
||||
|
||||
Reference in New Issue
Block a user