Skip to content

Commit

Permalink
implementing typed properties, adding getter method as workaround for p…
Browse files Browse the repository at this point in the history
  • Loading branch information
bapcltd-marv committed Jan 22, 2020
1 parent cc33073 commit 46f4217
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/unit/MailboxTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -633,11 +633,9 @@ protected function getMailbox(): Mailbox
}

/**
* @return array
*
* @psalm-return list<array{0:string, 1:string, 2:class-string<\Exception>, 3:string}>
*/
public function attachmentDirFailureProvider()
public function attachmentDirFailureProvider(): array
{
return [
[
Expand Down

0 comments on commit 46f4217

Please sign in to comment.