Skip to content

Commit

Permalink
Apply php-cs-fixer changes
Browse files Browse the repository at this point in the history
  • Loading branch information
staabm authored and rex-bot committed Oct 4, 2022
1 parent 49363cf commit 0174ae5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion redaxo/src/core/lib/sql/sql.php
Original file line number Diff line number Diff line change
Expand Up @@ -1432,7 +1432,6 @@ public function escapeIdentifier($name)
/**
* Escapes the `LIKE` wildcard chars "%" and "_" in given value.
*
* @return string
* @psalm-return ($value is numeric-string ? numeric-string :
* ($value is non-falsy-string ? non-falsy-string :
* ($value is non-empty-string ? non-empty-string : string
Expand Down

0 comments on commit 0174ae5

Please sign in to comment.