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 0cff087 commit 42e7135Copy full SHA for 42e7135
Editor.php
@@ -1164,7 +1164,7 @@ private function _get($id = null, $http = null)
1164
$httpIds = $http['ids'];
1165
1166
$query->where(function ($q) use ($httpIds) {
1167
- for ($i=0 ; $i<count($httpIds) ; $i++) {
+ for ($i = 0; $i < count($httpIds); ++$i) {
1168
$id = str_replace($this->_idPrefix, '', $httpIds[$i]);
1169
1170
$q->or_where($this->pkeyToArray($id, true));
0 commit comments