Apply fixes from StyleCI
This commit is contained in:
committed by
StyleCI Bot
parent
20f46adbc4
commit
9596d88b48
@@ -4,14 +4,15 @@ namespace App\Support;
|
||||
|
||||
/**
|
||||
* ICAO Helper Tools
|
||||
* @package App\Support
|
||||
*/
|
||||
class ICAO
|
||||
{
|
||||
/**
|
||||
* Create a random hex code. Eventually this may follow the format in:
|
||||
* ICAO Aeronautical Telecommunications, Annex 10, Vol. III, chapter 9
|
||||
*
|
||||
* @param null $country
|
||||
*
|
||||
* @return string
|
||||
*/
|
||||
public static function createHexCode($country = null)
|
||||
|
||||
Reference in New Issue
Block a user