diff options
author | Frédéric Guillot <fred@kanboard.net> | 2014-12-27 19:43:59 -0500 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2014-12-27 19:43:59 -0500 |
commit | 0a14c8d5e5538e487dd6b012771f72aea6f4d5a6 (patch) | |
tree | 37518ee92a95fa9aa61eb46daa9a2b0b82edc8c4 /app/Action | |
parent | 1522be603b4508b03b8fa79a6a3fbfeb90ffece6 (diff) |
Fix some PHPAnalyzer issues
Diffstat (limited to 'app/Action')
-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() |