Skip to content

Commit

Permalink
indented phpdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
akaunderr committed Feb 11, 2024
1 parent 40cdb5d commit 5fa6f90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/engine/event.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public function __construct($registry) {
/**
* @param string $trigger
* @param Action $action
* @param int $priority
* @param int $priority
*/
public function register($trigger, Action $action, $priority = 0) {
$this->data[] = array(
Expand Down

0 comments on commit 5fa6f90

Please sign in to comment.