mirror of
https://github.com/opdavies/gmail-filter-builder.git
synced 2025-09-04 04:35:33 +01:00
Start adding return types
This commit is contained in:
parent
5c9abeb3b9
commit
58317fb17b
2 changed files with 7 additions and 4 deletions
|
@ -4,6 +4,7 @@ namespace Opdavies\Tests\GmailFilterBuilder\Service;
|
|||
|
||||
use Opdavies\GmailFilterBuilder\Service\Addresses;
|
||||
use PHPUnit\Framework\TestCase;
|
||||
use Tightenco\Collect\Support\Collection;
|
||||
|
||||
/**
|
||||
* Test loading addresses from a separate file.
|
||||
|
@ -29,7 +30,7 @@ class FakeAddresses extends Addresses
|
|||
/**
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
protected function getDirectoryPaths()
|
||||
protected function getDirectoryPaths(): Collection
|
||||
{
|
||||
return collect(__DIR__ . '/../../stubs/addresses/');
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue