Skip to content

Commit

Permalink
Change comments for method types
Browse files Browse the repository at this point in the history
Parameters are not always String, e.g. EVENT_UPDATE_BUG_DATA
  • Loading branch information
cproensa authored and dregad committed Oct 24, 2015
1 parent 0ebdfa4 commit ac63e6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/event_api.php
Expand Up @@ -270,9 +270,9 @@ function event_type_output( $p_event, array $p_callbacks, $p_params = null ) {
* final callback's return value will be returned to the event origin.
* @param string $p_event Event name.
* @param array $p_callbacks Array of callback function/plugin basename key/value pairs.
* @param string $p_input Input string.
* @param mixed $p_input Input data.
* @param array $p_params Parameters.
* @return string Output string
* @return mixed Output data
* @access public
*/
function event_type_chain( $p_event, array $p_callbacks, $p_input, $p_params = null ) {
Expand Down

0 comments on commit ac63e6b

Please sign in to comment.