Skip to content

Commit

Permalink
Added @psalm-consistent-constructor annotation to Str class
Browse files Browse the repository at this point in the history
  • Loading branch information
PHLAK committed Sep 3, 2020
1 parent 0b32201 commit 3b2488b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Str.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

namespace PHLAK\Twine;

/** @psalm-consistent-constructor */
class Str implements \ArrayAccess, \JsonSerializable, \Serializable
{
use Traits\Aliases,
Expand Down

0 comments on commit 3b2488b

Please sign in to comment.