Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Removed suppressions that no longer apply as per vimeo/psalm:4.6.2
  • Loading branch information
Ocramius committed Mar 11, 2021
commit 74b9e22141cc17661d4eeffc310ff838085bc174
2 changes: 0 additions & 2 deletions src/Enum.php
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,6 @@ public function getKey()

/**
* @psalm-pure
* @psalm-suppress InvalidCast
* @return string
*/
public function __toString()
Expand Down Expand Up @@ -188,7 +187,6 @@ public static function values()
* Returns all possible values as an array
*
* @psalm-pure
* @psalm-suppress ImpureStaticProperty
*
* @psalm-return array<string, mixed>
* @return array Constant name in key, constant value in value
Expand Down