We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e4fa41 commit 76313f0Copy full SHA for 76313f0
src/USPS/USPSBase.php
@@ -1,6 +1,7 @@
1
<?php
2
namespace USPS;
3
4
+use Utility\Parsers\XML2Array;
5
use Utility\Parsers\XMLParser;
6
7
/**
@@ -286,10 +287,13 @@ public function setResponse( $response='' ) {
286
287
public function getResponse() {
288
return $this->response;
289
}
290
+
291
292
* Set the headers
293
*
- * @param array the headers array
294
+ * @param string $headers
295
+ *
296
+ * @internal param \USPS\the $array headers array
297
* @return facebookLib object
298
*/
299
public function setHeaders( $headers='' ) {
0 commit comments