remove empty line

This commit is contained in:
Dennis Eichhorn 2019-12-15 14:18:15 +01:00
parent 73ffc3c3fd
commit b4cbe2d0b1
5 changed files with 0 additions and 5 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

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

View File

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

View File

@ -26,7 +26,6 @@ use phpOMS\DataStorage\Database\DataMapperAbstract;
*/
final class TagMapper extends DataMapperAbstract
{
/**
* Columns.
*