Skip to content

Commit

Permalink
Coding style
Browse files Browse the repository at this point in the history
  • Loading branch information
pief committed Sep 20, 2023
1 parent e1eeb11 commit 5354221
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion action.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
*/

// must be run within Dokuwiki
if(!defined('DOKU_INC')) die();
if (!defined('DOKU_INC'))
die();

use dokuwiki\Extension\ActionPlugin;

Expand Down
3 changes: 2 additions & 1 deletion auth.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
*/

// must be run within Dokuwiki
if(!defined('DOKU_INC')) die();
if (!defined('DOKU_INC'))
die();

use dokuwiki\Extension\AuthPlugin;

Expand Down

0 comments on commit 5354221

Please sign in to comment.