some cleanup as-per phpstan

This commit is contained in:
Nabeel Shahzad
2018-04-23 08:46:28 -05:00
parent 2319a8c9f4
commit cff7e2c4da
14 changed files with 789 additions and 36 deletions

View File

@@ -28,7 +28,7 @@ class FlightExporter extends ImportExport
* @param Flight $flight
* @return array
*/
public function export(Flight $flight): array
public function export($flight): array
{
$ret = [];
foreach(self::$columns as $column) {