Skip to content

Commit

Permalink
phpstan another issue
Browse files Browse the repository at this point in the history
  • Loading branch information
milsorm authored and paveljanda committed Mar 21, 2021
1 parent 17931e4 commit e4a5e35
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/AggregationFunction/FunctionSum.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
use Nette\Database\Table\Selection;
use Nette\Utils\Strings;
use Nextras\Orm\Collection\DbalCollection;
use Nextras\Orm\Collection\ICollection;
use Symfony\Component\ErrorHandler\Debug;
use Tracy\Debugger;
use Ublaboo\DataGrid\Utils\PropertyAccessHelper;
Expand Down Expand Up @@ -54,7 +55,7 @@ public function getFilterDataType(): string


/**
* @param Fluent|QueryBuilder|Collection|Selection|DbalCollection $dataSource
* @param Fluent|QueryBuilder|Collection|Selection|ICollection $dataSource
*/
public function processDataSource($dataSource): void
{
Expand Down

0 comments on commit e4a5e35

Please sign in to comment.