Skip to content

Commit

Permalink
Remove obsolete annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed Aug 27, 2020
1 parent d5207e3 commit 8e25055
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions src/Operation/Head.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
* @psalm-template TKey
* @psalm-template TKey of array-key
* @psalm-template T
*
* @implements Operation<TKey, T>
*/
final class Head extends AbstractOperation implements Operation
{
Expand Down
2 changes: 0 additions & 2 deletions src/Operation/Last.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
* @psalm-template TKey
* @psalm-template TKey of array-key
* @psalm-template T
*
* @implements Operation<TKey, T>
*/
final class Last extends AbstractOperation implements Operation
{
Expand Down

0 comments on commit 8e25055

Please sign in to comment.