mirror of
https://github.com/opdavies/gmail-filter-builder.git
synced 2025-11-12 21:28:45 +00:00
Change to and from to use strings or arrays
This commit is contained in:
parent
02dddbdaf6
commit
9097da2972
3 changed files with 12 additions and 12 deletions
|
|
@ -9,7 +9,7 @@ class BuilderTest extends TestCase
|
|||
public function testBuild()
|
||||
{
|
||||
$filterA = (new Filter())
|
||||
->from('foo@example.com', 'test@example.com')
|
||||
->from(['foo@example.com', 'test@example.com'])
|
||||
->label('Some label')
|
||||
->archive();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue