@@ -25,5 +25,8 @@ |
||
25 | 25 | return $this->parseResponse($xml); |
26 | 26 | } |
27 | 27 | |
28 | + /** |
|
29 | + * @param SimpleXMLElement $data |
|
30 | + */ |
|
28 | 31 | abstract protected function parseResponse($data); |
29 | 32 | } |
@@ -1,8 +1,8 @@ |
||
1 | 1 | <?php |
2 | 2 | namespace DexBarrett\ClockworkSms\Builders\Xml; |
3 | 3 | |
4 | -use SimpleXMLElement; |
|
5 | 4 | use DexBarrett\ClockworkSms\Exception\ClockworkSmsException; |
5 | +use SimpleXMLElement; |
|
6 | 6 | |
7 | 7 | abstract class XmlResponse |
8 | 8 | { |