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 af0c6c0 commit 1964a4bCopy full SHA for 1964a4b
src/Parse/ParseObject.php
@@ -952,8 +952,7 @@ public function _encode()
952
}
953
954
/**
955
- * Returns a JSON encoded value of a ParseObject,
956
- * defers to encodeObject internally
+ * Returns a JSON encoded array of a ParseObject
957
*
958
* @return string
959
*/
@@ -996,7 +995,7 @@ public function encode()
996
995
997
998
999
- * Decodes and returns an encoded ParseObject
+ * Decodes and returns a ParseObject from an encoded object
1000
1001
* @param string|array $encoded Encoded ParseObject to decode
1002
* @return ParseObject
0 commit comments