update phpstan to 1.8.2
This commit is contained in:
@@ -115,6 +115,7 @@ class Pref_Filters extends Handler_Protected {
|
||||
$glue = $filter['match_any_rule'] ? " OR " : " AND ";
|
||||
$scope_qpart = join($glue, $scope_qparts);
|
||||
|
||||
/** @phpstan-ignore-next-line */
|
||||
if (!$scope_qpart) $scope_qpart = "true";
|
||||
|
||||
$rv = array();
|
||||
|
||||
Reference in New Issue
Block a user