Style fixes

This commit is contained in:
Nabeel Shahzad
2019-05-12 17:49:58 -05:00
parent d65b74d7a0
commit dbd7c5e90b

View File

@@ -40,9 +40,9 @@ class ExportService extends Service
* @param Collection $collection * @param Collection $collection
* @param ImportExport $exporter * @param ImportExport $exporter
* *
* @return string
* @throws \League\Csv\CannotInsertRecord * @throws \League\Csv\CannotInsertRecord
* *
* @return string
*/ */
protected function runExport(Collection $collection, ImportExport $exporter): string protected function runExport(Collection $collection, ImportExport $exporter): string
{ {
@@ -72,9 +72,9 @@ class ExportService extends Service
* *
* @param Collection $aircraft * @param Collection $aircraft
* *
* @return mixed
* @throws \League\Csv\CannotInsertRecord * @throws \League\Csv\CannotInsertRecord
* *
* @return mixed
*/ */
public function exportAircraft($aircraft) public function exportAircraft($aircraft)
{ {
@@ -86,9 +86,9 @@ class ExportService extends Service
* *
* @param Collection $airports * @param Collection $airports
* *
* @return mixed
* @throws \League\Csv\CannotInsertRecord * @throws \League\Csv\CannotInsertRecord
* *
* @return mixed
*/ */
public function exportAirports($airports) public function exportAirports($airports)
{ {
@@ -100,9 +100,9 @@ class ExportService extends Service
* *
* @param Collection $expenses * @param Collection $expenses
* *
* @return mixed
* @throws \League\Csv\CannotInsertRecord * @throws \League\Csv\CannotInsertRecord
* *
* @return mixed
*/ */
public function exportExpenses($expenses) public function exportExpenses($expenses)
{ {
@@ -114,9 +114,9 @@ class ExportService extends Service
* *
* @param Collection $fares * @param Collection $fares
* *
* @return mixed
* @throws \League\Csv\CannotInsertRecord * @throws \League\Csv\CannotInsertRecord
* *
* @return mixed
*/ */
public function exportFares($fares) public function exportFares($fares)
{ {
@@ -128,9 +128,9 @@ class ExportService extends Service
* *
* @param Collection $flights * @param Collection $flights
* *
* @return mixed
* @throws \League\Csv\CannotInsertRecord * @throws \League\Csv\CannotInsertRecord
* *
* @return mixed
*/ */
public function exportFlights($flights) public function exportFlights($flights)
{ {
@@ -142,9 +142,9 @@ class ExportService extends Service
* *
* @param Collection $subfleets * @param Collection $subfleets
* *
* @return mixed
* @throws \League\Csv\CannotInsertRecord * @throws \League\Csv\CannotInsertRecord
* *
* @return mixed
*/ */
public function exportSubfleets($subfleets) public function exportSubfleets($subfleets)
{ {