Skip to content

Commit

Permalink
fix: Update PHPDoc annotation order.
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol authored and marcosh committed Oct 22, 2021
1 parent adbf2ed commit 85cab65
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/Typeclass/Monoid.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@
namespace Marcosh\LamPHPda\Typeclass;

/**
* @psalm-immutable
*
* @template A
*
* @psalm-immutable
*/
interface Monoid extends Semigroup
{
/**
* @psalm-pure
*
* @return Monoid<A>
*
* @psalm-pure
*/
public static function mempty(): Monoid;
}

0 comments on commit 85cab65

Please sign in to comment.