Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 5dd9c10

Browse files
Update CacheKey.php
1 parent 25ce571 commit 5dd9c10

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

‎src/CacheKey.php‎

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -84,11 +84,11 @@ protected function getColumnClauses(array $where) : string
8484
if ($where["first"] instanceof Expression) {
8585
$where["first"] = $this->expressionToString($where["first"]);
8686
}
87-
88-
if ($where["second"] instanceof Expression) {
89-
$where["second"] = $this->expressionToString($where["second"]);
90-
}
91-
87+
88+
if ($where["second"] instanceof Expression) {
89+
$where["second"] = $this->expressionToString($where["second"]);
90+
}
91+
9292
return "-{$where["boolean"]}_{$where["first"]}_{$where["operator"]}_{$where["second"]}";
9393
}
9494

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /