We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbb875a commit 501f594Copy full SHA for 501f594
Auth/Yadis/HTTPFetcher.php
@@ -138,7 +138,7 @@ function _findRedirect($headers)
138
* pass the URLHasAllowedScheme check or if the server's response
139
* is malformed.
140
*/
141
- function get($url, $headers)
+ function get($url, $headers = null)
142
{
143
trigger_error("not implemented", E_USER_ERROR);
144
}
Auth/Yadis/XML.php
@@ -91,7 +91,7 @@ function setXML($xml_string)
91
* @return array $node_list An array of matching opaque node
92
* objects to be used with other methods of this parser class.
93
94
- function evalXPath($xpath, $node = null)
+ function &evalXPath($xpath, $node = null)
95
96
// Not implemented.
97
0 commit comments