Apply fixes from StyleCI

This commit is contained in:
Nabeel Shahzad
2019-06-18 22:58:09 +00:00
committed by StyleCI Bot
parent 4ae17f65c8
commit a176ed2dae
50 changed files with 7 additions and 53 deletions

View File

@@ -396,7 +396,7 @@ class PirepController extends Controller
/**
* Add a new comment
*
* @param $id
* @param $id
*
* @return \Illuminate\Http\Resources\Json\AnonymousResourceCollection
*/
@@ -464,7 +464,7 @@ class PirepController extends Controller
}
/**
* @param $id
* @param $id
*
* @throws \UnexpectedValueException
* @throws \InvalidArgumentException

View File

@@ -58,8 +58,8 @@ class DatabaseService extends Service
}
/**
* @param $table
* @param $row
* @param $table
* @param $row
*
* @throws \Exception
*

View File

@@ -59,7 +59,7 @@ class ImportService extends Service
}
/**
* @param $csv_file
* @param $csv_file
*
* @throws ValidationException
*

View File

@@ -66,8 +66,8 @@ class Database
}
/**
* @param $table
* @param $row
* @param $table
* @param $row
*
* @throws \Exception
*