ext_update
last analyzed

Complexity

Total Complexity 0

Size/Duplication

Total Lines 3
Duplicated Lines 0 %

Coupling/Cohesion

Components 0
Dependencies 1

Importance

Changes 2
Bugs 0 Features 1
Metric Value
wmc 0
c 2
b 0
f 1
lcom 0
cbo 1
dl 0
loc 3
1
<?php
2
3
/*
4
 * This file is part of the DCNGmbH/MooxCore project under GPLv2 or later.
5
 *
6
 * For the full copyright and license information, please read the
7
 * LICENSE.md file that was distributed with this source code.
8
 */
9
10
/**
11
 * Updater Script for moox_core
12
 *
13
 * @package MooxCore
14
 */
15
// @codingStandardsIgnoreStart
16
class ext_update extends DCNGmbH\MooxCore\Service\UpdateService {
17
18
}