Skip to content

Commit

Permalink
docs(file): typo in doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
weakish committed Dec 11, 2020
1 parent 4d95b90 commit 303df9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LeanCloud/File.php
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ public function getKey() {
/**
* Set key of file
*
* @return key
* @return self
*/
public function setKey($val) {
$this->_data["key"] = $val;
Expand Down

0 comments on commit 303df9e

Please sign in to comment.