Add php-cs-fixer to build
This commit is contained in:
@@ -365,7 +365,8 @@ class PirepController extends Controller
|
||||
// Fix the time
|
||||
$attrs['flight_time'] = Time::init(
|
||||
$attrs['minutes'],
|
||||
$attrs['hours'])->getMinutes();
|
||||
$attrs['hours']
|
||||
)->getMinutes();
|
||||
|
||||
$pirep = $this->pirepRepo->update($attrs, $id);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user