Skip to content

Commit 76313f0

Browse files
committed
Fixed namespacing issues in USPSBase
1 parent 1e4fa41 commit 76313f0

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/USPS/USPSBase.php

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<?php
22
namespace USPS;
33

4+
use Utility\Parsers\XML2Array;
45
use Utility\Parsers\XMLParser;
56

67
/**
@@ -286,10 +287,13 @@ public function setResponse( $response='' ) {
286287
public function getResponse() {
287288
return $this->response;
288289
}
290+
289291
/**
290292
* Set the headers
291293
*
292-
* @param array the headers array
294+
* @param string $headers
295+
*
296+
* @internal param \USPS\the $array headers array
293297
* @return facebookLib object
294298
*/
295299
public function setHeaders( $headers='' ) {

0 commit comments

Comments
 (0)