Skip to content

Commit

Permalink
Add string space const (#318)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukiqs authored Aug 31, 2023
1 parent 74bb917 commit a501707
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Ouzo/Goodies/Utilities/Strings.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
class Strings
{
const EMPTY = '';
const SPACE = ' ';

/**
* @deprecated Use `Strings::EMPTY` instead.
Expand Down

0 comments on commit a501707

Please sign in to comment.