Formatting
This commit is contained in:
parent
62a10224a0
commit
c5007f2928
@ -83,6 +83,8 @@ class Acars extends Model
|
|||||||
/**
|
/**
|
||||||
* Return a new Length unit so conversions can be made
|
* Return a new Length unit so conversions can be made
|
||||||
*
|
*
|
||||||
|
* @param mixed $value
|
||||||
|
*
|
||||||
* @return int|Distance
|
* @return int|Distance
|
||||||
*/
|
*/
|
||||||
/*public function getDistanceAttribute()
|
/*public function getDistanceAttribute()
|
||||||
@ -124,6 +126,8 @@ class Acars extends Model
|
|||||||
/**
|
/**
|
||||||
* Return a new Fuel unit so conversions can be made
|
* Return a new Fuel unit so conversions can be made
|
||||||
*
|
*
|
||||||
|
* @param mixed $value
|
||||||
|
*
|
||||||
* @return int|Fuel
|
* @return int|Fuel
|
||||||
*/
|
*/
|
||||||
/*public function getFuelAttribute()
|
/*public function getFuelAttribute()
|
||||||
|
@ -135,6 +135,8 @@ class Flight extends Model
|
|||||||
/**
|
/**
|
||||||
* Return a new Distance unit so conversions can be made
|
* Return a new Distance unit so conversions can be made
|
||||||
*
|
*
|
||||||
|
* @param mixed $value
|
||||||
|
*
|
||||||
* @return Distance
|
* @return Distance
|
||||||
*/
|
*/
|
||||||
/*public function getDistanceAttribute()
|
/*public function getDistanceAttribute()
|
||||||
|
@ -201,6 +201,8 @@ class Pirep extends Model
|
|||||||
/**
|
/**
|
||||||
* Return a new Length unit so conversions can be made
|
* Return a new Length unit so conversions can be made
|
||||||
*
|
*
|
||||||
|
* @param mixed $value
|
||||||
|
*
|
||||||
* @return int|Distance
|
* @return int|Distance
|
||||||
*/
|
*/
|
||||||
/*public function getDistanceAttribute()
|
/*public function getDistanceAttribute()
|
||||||
|
Loading…
Reference in New Issue
Block a user