Skip to content

Commit

Permalink
refine documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
orklah committed Jul 23, 2021
1 parent c225281 commit 8189409
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Psalm/Type/Atomic/TNonEmptyString.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
namespace Psalm\Type\Atomic;

/**
* Denotes a string, that is also non-empty
* Denotes a string, that is also non-empty (every string except '')
*/
class TNonEmptyString extends TString
{
Expand Down
2 changes: 1 addition & 1 deletion src/Psalm/Type/Atomic/TNonFalsyString.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
namespace Psalm\Type\Atomic;

/**
* Denotes a string, that is also non-empty
* Denotes a string, that is also non-falsy (every string except '' and '0')
*/
class TNonFalsyString extends TNonEmptyString
{
Expand Down

0 comments on commit 8189409

Please sign in to comment.