Some cleaning up

This commit is contained in:
James Cole
2015-05-17 09:18:44 +02:00
parent 6ca119c4db
commit e6263f9ff5
20 changed files with 58 additions and 111 deletions

View File

@@ -30,7 +30,9 @@ class ReportHelper implements ReportHelperInterface
protected $query;
/**
* @param ReportHelperInterface $helper
* @param ReportQueryInterface $query
*
* @internal param ReportHelperInterface $helper
*/
public function __construct(ReportQueryInterface $query)
{