Skip to content

Commit 42e7135

Browse files
committed
Dev: Style
1 parent 0cff087 commit 42e7135

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Editor.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1164,7 +1164,7 @@ private function _get($id = null, $http = null)
11641164
$httpIds = $http['ids'];
11651165

11661166
$query->where(function ($q) use ($httpIds) {
1167-
for ($i=0 ; $i<count($httpIds) ; $i++) {
1167+
for ($i = 0; $i < count($httpIds); ++$i) {
11681168
$id = str_replace($this->_idPrefix, '', $httpIds[$i]);
11691169

11701170
$q->or_where($this->pkeyToArray($id, true));

0 commit comments

Comments
 (0)