More spelling checks and small clean ups.

This commit is contained in:
James Cole
2014-12-31 17:15:59 +01:00
parent 6fa73ee28d
commit 3386c8b455
10 changed files with 20 additions and 15 deletions

View File

@@ -45,7 +45,7 @@ class ReportHelper implements ReportHelperInterface
/**
* Turns a collection into an array. Needs the field 'id' for the key,
* and saves only 'name' and 'amount' as a subarray.
* and saves only 'name' and 'amount' as a sub array.
*
* @param Collection $collection
*