Skip to content

Commit 8bb8bb7

Browse files
committed
PHPStan
1 parent 70b2ac3 commit 8bb8bb7

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

src/QueryDataTable.php

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -809,10 +809,15 @@ public function getFilteredQuery(): QueryBuilder
809809
return $this->getQuery();
810810
}
811811

812-
public function ignoreSelectsInCountQuery()
813-
{
814-
$this->ignoreSelectInCountQuery = true;
812+
/**
813+
* Ignore the selects in count query.
814+
*
815+
* @return $this
816+
*/
817+
public function ignoreSelectsInCountQuery()
818+
{
819+
$this->ignoreSelectInCountQuery = true;
815820

816-
return $this;
817-
}
821+
return $this;
822+
}
818823
}

0 commit comments

Comments
 (0)