1
0
Fork 0

Some more small documentation stuff

This commit is contained in:
Michael Vogel 2016-03-27 23:25:32 +02:00
commit faa9b77a90
2 changed files with 4 additions and 4 deletions

View file

@ -118,7 +118,7 @@ class diaspora {
*
* @return string the repaired signature
*/
function repair_signature($signature, $handle = "", $level = 1) {
private function repair_signature($signature, $handle = "", $level = 1) {
if ($signature == "")
return ($signature);
@ -146,7 +146,7 @@ class diaspora {
* 'author' -> author diaspora handle
* 'key' -> author public key (converted to pkcs#8)
*/
function decode($importer, $xml) {
public static function decode($importer, $xml) {
$public = false;
$basedom = parse_xml_string($xml);