Skip to content

Commit

Permalink
Move class PHPDoc to top of file
Browse files Browse the repository at this point in the history
  • Loading branch information
dregad committed May 7, 2023
1 parent ccc8b5f commit 0102fe8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions syntax.php
@@ -1,15 +1,15 @@
<?php

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

/**
* Add-New-Page Plugin: a simple form for adding new pages.
*
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
* @author iDO <ido@idotech.info>
* @author Sam Wilson <sam@samwilson.id.au>
*/

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

class syntax_plugin_addnewpage extends DokuWiki_Syntax_Plugin {

/**
Expand Down

0 comments on commit 0102fe8

Please sign in to comment.