Skip to content

Commit 8573e59

Browse files
committed
Fix issue #10 - #10
1 parent e4a026b commit 8573e59

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/php/Gomoob/Pushwoosh/Client/PushwooshMock.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
use Gomoob\Pushwoosh\Model\Request\SetBadgeRequest;
1919
use Gomoob\Pushwoosh\Model\Request\SetTagsRequest;
2020
use Gomoob\Pushwoosh\Model\Request\UnregisterDeviceRequest;
21+
use Gomoob\Pushwoosh\Model\Request\GetNearestZoneRequest;
2122

2223
/**
2324
* Class which defines a Pushwoosh client mock.
@@ -74,7 +75,7 @@ public function getAuth()
7475
/**
7576
* {@inheritDoc}
7677
*/
77-
public function getNearestZone()
78+
public function getNearestZone(GetNearestZoneRequest $getNearestZoneRequest)
7879
{
7980
// TODO: Auto-generated method stub
8081

0 commit comments

Comments
 (0)