Skip to content

Commit

Permalink
Merge pull request #6732 from orklah/attribute_attribute_attribute
Browse files Browse the repository at this point in the history
add ReturnTypeWillChange with attribute attribute
  • Loading branch information
orklah authored Oct 24, 2021
2 parents 9fb9591 + 8bf8036 commit 4c0fbad
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions stubs/Php81.phpstub
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ namespace {
/** @return non-empty-list<static> */
public static function cases(): array;
}

#[Attribute]
final class ReturnTypeWillChange
{
public function __construct() {}
}
}

namespace FTP {
Expand Down

0 comments on commit 4c0fbad

Please sign in to comment.