phpcs autofixes

This commit is contained in:
Dennis Eichhorn 2023-05-28 12:19:03 +00:00
parent e253e2e8d7
commit 139db356e6
3 changed files with 25 additions and 24 deletions

View File

@ -27,5 +27,6 @@ use phpOMS\Stdlib\Base\Enum;
abstract class PermissionState extends Enum abstract class PermissionState extends Enum
{ {
public const PRODUCTION = 1; public const PRODUCTION = 1;
public const PROCESS = 2; public const PROCESS = 2;
} }

View File

@ -29,17 +29,17 @@ echo $this->getData('nav')->render(); ?>
<div class="col-xs-12"> <div class="col-xs-12">
<div class="box wf-100"> <div class="box wf-100">
<table class="default"> <table class="default">
<caption><?= $this->getHtml('Productions') ?><i class="fa fa-download floatRight download btn"></i></caption> <caption><?= $this->getHtml('Productions'); ?><i class="fa fa-download floatRight download btn"></i></caption>
<thead> <thead>
<tr> <tr>
<td><?= $this->getHtml('Status') ?> <td><?= $this->getHtml('Status'); ?>
<td><?= $this->getHtml('ID', '0', '0'); ?> <td><?= $this->getHtml('ID', '0', '0'); ?>
<td><?= $this->getHtml('ID', '0', '0'); ?> <td><?= $this->getHtml('ID', '0', '0'); ?>
<td class="wf-100"><?= $this->getHtml('Article') ?> <td class="wf-100"><?= $this->getHtml('Article'); ?>
<td><?= $this->getHtml('Quantity') ?> <td><?= $this->getHtml('Quantity'); ?>
<td><?= $this->getHtml('Start') ?> <td><?= $this->getHtml('Start'); ?>
<td><?= $this->getHtml('Due') ?> <td><?= $this->getHtml('Due'); ?>
<td><?= $this->getHtml('Done') ?> <td><?= $this->getHtml('Done'); ?>
<tfoot> <tfoot>
<tr><td colspan="8"> <tr><td colspan="8">
<tbody> <tbody>