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

@@ -30,7 +30,7 @@ class ExpenseExporter extends ImportExport
* @param Expense $expense
* @return array
*/
public function export(Expense $expense): array
public function export($expense): array
{
$ret = [];