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

@@ -29,7 +29,7 @@ class SubfleetExporter extends ImportExport
* @param Subfleet $subfleet
* @return array
*/
public function export(Subfleet $subfleet): array
public function export($subfleet): array
{
$ret = [];
foreach(self::$columns as $column) {