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

@@ -27,7 +27,7 @@ class AirportExporter extends ImportExport
* @param Airport $airport
* @return array
*/
public function export(Airport $airport): array
public function export($airport): array
{
$ret = [];
foreach(self::$columns as $column) {