We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d455ed9 commit e68811fCopy full SHA for e68811f
src/Query.php
@@ -98,7 +98,7 @@ public function count($q = '*', $db = null): int
98
$result = $this->createCommand($db)->execute('head');
99
100
/** @var \yii\web\HeaderCollection $result */
101
- return (int)$result->get('x-pagination-total-count');
+ return (int) $result->get('x-pagination-total-count');
102
}
103
104
/**
0 commit comments