From 797f42a100b9f5a0d96666ce223d3b385b1a865a Mon Sep 17 00:00:00 2001
From: Grzegorz Rola <grola@seostudio.pl>
Date: Sun, 7 Oct 2018 15:18:08 +0200
Subject: [PATCH] Ajax - phpdoc.

---
 src/WPDesk/Notice/AjaxHandler.php | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/WPDesk/Notice/AjaxHandler.php b/src/WPDesk/Notice/AjaxHandler.php
index 577bcc1..0df3000 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()
     {
-- 
GitLab