diff --git a/src/WPDesk/Notice/AjaxHandler.php b/src/WPDesk/Notice/AjaxHandler.php
index 577bcc11869ddd40d7ddfb7563f0957a66bee1c2..0df30006a9ccd180d936303f3dbca6e9a1db977a 100644
--- a/src/WPDesk/Notice/AjaxHandler.php
+++ b/src/WPDesk/Notice/AjaxHandler.php
@@ -63,6 +63,8 @@ class AjaxHandler implements HookablePluginDependant
 
     /**
      * Process AJAX notice dismiss.
+     *
+     * Updates corresponded WordPress option and fires wpdesk_notice_dismissed_notice action with notice name.
      */
     public function processAjaxNoticeDismiss()
     {