Skip to content

Commit 2d1b4e3

Browse files
Fixed PHPDocs error.
1 parent 3e9d128 commit 2d1b4e3

1 file changed

Lines changed: 7 additions & 8 deletions

File tree

externallib.php

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,6 @@
1414
// You should have received a copy of the GNU General Public License
1515
// along with Moodle. If not, see <https://www.gnu.org/licenses/>.
1616

17-
/**
18-
* Class which contains the implementations of the added functions.
19-
*
20-
* @package local_sync_service
21-
* @copyright 2022 Daniel Schröter
22-
* @license https://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
23-
*/
24-
2517
use core_completion\progress;
2618
require_once(__DIR__ . '/../../config.php');
2719
require_once($CFG->libdir . '/externallib.php');
@@ -31,6 +23,13 @@
3123

3224
defined('MOODLE_INTERNAL') || die();
3325

26+
/**
27+
* Class which contains the implementations of the added functions.
28+
*
29+
* @package local_sync_service
30+
* @copyright 2022 Daniel Schröter
31+
* @license https://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
32+
*/
3433
class local_sync_service_external extends external_api {
3534
/**
3635
* Defines the necessary method parameters.

0 commit comments

Comments
 (0)