remove empty line

This commit is contained in:
Dennis Eichhorn 2019-12-15 14:18:15 +01:00
parent 785f77c247
commit 2e5a762f61
7 changed files with 0 additions and 7 deletions

View File

@ -26,5 +26,4 @@ use phpOMS\Module\StatusAbstract;
*/
class Status extends StatusAbstract
{
}

View File

@ -26,5 +26,4 @@ use phpOMS\Module\UpdaterAbstract;
*/
class Updater extends UpdaterAbstract
{
}

View File

@ -32,7 +32,6 @@ use phpOMS\Views\View;
*/
final class BackendController extends Controller
{
/**
* Routing end-point for application behaviour.
*

View File

@ -28,7 +28,6 @@ use phpOMS\Module\WebInterface;
*/
class Controller extends ModuleAbstract implements WebInterface
{
/**
* Module path.
*

View File

@ -27,7 +27,6 @@ use phpOMS\Contract\ArrayableInterface;
*/
class Employee implements ArrayableInterface, \JsonSerializable
{
/**
* Employee ID.
*

View File

@ -29,7 +29,6 @@ use phpOMS\DataStorage\Database\Query\Builder;
*/
final class EmployeeMapper extends DataMapperAbstract
{
/**
* Columns.
*

View File

@ -26,7 +26,6 @@ use phpOMS\DataStorage\Database\DatabaseType;
*/
class StaffList
{
/**
* Database instance.
*