Skip to content

Commit

Permalink
🤖 Automatic code style fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
splitbrain authored and github-actions[bot] committed Nov 21, 2024
1 parent 4667618 commit 760c58a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion action/ajax.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
* @author Andreas Gohr <[email protected]>
*/

use dokuwiki\Logger;
use dokuwiki\Extension\ActionPlugin;
use dokuwiki\Extension\EventHandler;
use dokuwiki\Extension\Event;
Expand Down Expand Up @@ -94,7 +95,7 @@ public function handleAjax(Event $event)
$responseData[$action] = RSSNode::renderAttrsToHTML($attrs);
break;
default:
dokuwiki\Logger::getInstance(dokuwiki\Logger::LOG_DEBUG)->log(
Logger::getInstance(Logger::LOG_DEBUG)->log(
__FILE__ . ': ' . __LINE__,
'Unknown action: ' . $action
);
Expand Down

0 comments on commit 760c58a

Please sign in to comment.