Add newlines and strict types

This commit is contained in:
James Cole
2018-03-05 19:35:58 +01:00
parent 0d72fcdf02
commit a97bfc92e1
100 changed files with 112 additions and 89 deletions

View File

@@ -85,4 +85,4 @@ class AboutController extends Controller
return response()->json($manager->createData($resource)->toArray())->header('Content-Type', 'application/vnd.api+json');
}
}
}

View File

@@ -260,4 +260,4 @@ class AccountController extends Controller
return $types['all']; // @codeCoverageIgnore
}
}
}

View File

@@ -330,4 +330,4 @@ class TransactionController extends Controller
return $types['default']; // @codeCoverageIgnore
}
}
}

View File

@@ -189,4 +189,4 @@ class UserController extends Controller
}
}
}