Skip to content

Commit

Permalink
Fix psalm and PHP 8.1 deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
brendt committed Nov 25, 2021
1 parent a01f21f commit 45245a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# PHP Enum
s# PHP Enum

[![Latest Version on Packagist](https://img.shields.io/packagist/v/spatie/enum.svg?style=for-the-badge)](https://packagist.org/packages/spatie/enum)
[![License](https://img.shields.io/github/license/spatie/enum?style=for-the-badge)](https://github.com/spatie/enum/blob/master/LICENSE.md)
Expand Down
2 changes: 1 addition & 1 deletion src/Phpunit/EnumAssertions.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
use Spatie\Enum\Enum;
use TypeError;

trait EnumAssertions
abstract class EnumAssertions
{
/**
* Checks if actual extends Enum::class.
Expand Down

0 comments on commit 45245a1

Please sign in to comment.