diff options
Diffstat (limited to 'app/Action/Base.php')
-rw-r--r-- | app/Action/Base.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/Action/Base.php b/app/Action/Base.php index 70dd871d..5133c7db 100644 --- a/app/Action/Base.php +++ b/app/Action/Base.php @@ -191,7 +191,6 @@ abstract class Base * Check if the event is compatible with the action * * @access public - * @param array $data Event data dictionary * @return bool */ public function hasCompatibleEvent() |