Skip to content

Commit e68811f

Browse files
author
simialbi
committed
fixed ecs
1 parent d455ed9 commit e68811f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Query.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ public function count($q = '*', $db = null): int
9898
$result = $this->createCommand($db)->execute('head');
9999

100100
/** @var \yii\web\HeaderCollection $result */
101-
return (int)$result->get('x-pagination-total-count');
101+
return (int) $result->get('x-pagination-total-count');
102102
}
103103

104104
/**

0 commit comments

Comments
 (0)