Skip to content

Commit

Permalink
Dev: Correct code style error
Browse files Browse the repository at this point in the history
  • Loading branch information
AllanJard committed Nov 12, 2024
1 parent 29a8102 commit 9dd6aaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Editor/Options.php
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ public function where($_ = null)
public function exec($db, $refresh, $search)
{
// If search only, and not a search action, then just return false
if ($this->searchOnly() && ! $search) {
if ($this->searchOnly() && !$search) {
return false;

Check failure on line 315 in Editor/Options.php

View workflow job for this annotation

GitHub Actions / Unit (latest, StaticAnalysis)

Method DataTables\Editor\Options::exec() should return array but returns false.
}

Expand Down

0 comments on commit 9dd6aaf

Please sign in to comment.