Skip to content

Commit

Permalink
Dev: Code style
Browse files Browse the repository at this point in the history
  • Loading branch information
AllanJard committed Nov 13, 2024
1 parent a70aff1 commit 2e997c5
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 @@ -309,7 +309,7 @@ public function where($_ = null)
*
* @internal
*/
public function exec($db, $refresh, $search=null)
public function exec($db, $refresh, $search = null)
{
// If search only, and not a search action, then just return false
if ($this->searchOnly() && !$search) {
Expand Down

0 comments on commit 2e997c5

Please sign in to comment.