Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Art4 committed Dec 8, 2024
1 parent 2fe37c6 commit 89a673c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pnut/lib/phpnut.php
Original file line number Diff line number Diff line change
Expand Up @@ -2177,14 +2177,12 @@ public function getAppUserTokens()
);
}



/**
* Registers your function (or an array of object and method) to be called
* whenever an event is received via an open pnut.io stream. Your function
* will receive a single parameter, which is the object wrapper containing
* the meta and data.
* @param mixed $fuction A PHP callback (either a string containing the function name,
* @param mixed $function A PHP callback (either a string containing the function name,
* or an array where the first element is the class/object and the second
* is the method).
*/
Expand Down

0 comments on commit 89a673c

Please sign in to comment.