Fix if for foreach while spacing

This commit is contained in:
Dennis Eichhorn 2017-10-27 17:56:33 +02:00
parent a8d7e08f7a
commit 88f93c80b3
32 changed files with 32 additions and 32 deletions

View File

@ -11,7 +11,7 @@
* @version 1.0.0 * @version 1.0.0
* @link http://orange-management.com * @link http://orange-management.com
*/ */
declare(strict_types=1); declare(strict_types = 1);
namespace Modules\Accounting\Admin; namespace Modules\Accounting\Admin;
use phpOMS\DataStorage\Database\DatabasePool; use phpOMS\DataStorage\Database\DatabasePool;

View File

@ -11,7 +11,7 @@
* @version 1.0.0 * @version 1.0.0
* @link http://orange-management.com * @link http://orange-management.com
*/ */
declare(strict_types=1); declare(strict_types = 1);
namespace Modules\Accounting\Admin; namespace Modules\Accounting\Admin;
use phpOMS\DataStorage\Database\DatabasePool; use phpOMS\DataStorage\Database\DatabasePool;

View File

@ -11,7 +11,7 @@
* @version 1.0.0 * @version 1.0.0
* @link http://orange-management.com * @link http://orange-management.com
*/ */
declare(strict_types=1); declare(strict_types = 1);
namespace Modules\Accounting\Admin\Install; namespace Modules\Accounting\Admin\Install;
use phpOMS\DataStorage\Database\DatabasePool; use phpOMS\DataStorage\Database\DatabasePool;

View File

@ -11,7 +11,7 @@
* @version 1.0.0 * @version 1.0.0
* @link http://orange-management.com * @link http://orange-management.com
*/ */
declare(strict_types=1); declare(strict_types = 1);
namespace Modules\Accounting\Admin; namespace Modules\Accounting\Admin;
use phpOMS\DataStorage\Database\DatabaseType; use phpOMS\DataStorage\Database\DatabaseType;

View File

@ -11,7 +11,7 @@
* @version 1.0.0 * @version 1.0.0
* @link http://orange-management.com * @link http://orange-management.com
*/ */
declare(strict_types=1); declare(strict_types = 1);
namespace Modules\Accounting\Admin; namespace Modules\Accounting\Admin;
use phpOMS\DataStorage\Database\DatabasePool; use phpOMS\DataStorage\Database\DatabasePool;

View File

@ -11,7 +11,7 @@
* @version 1.0.0 * @version 1.0.0
* @link http://orange-management.com * @link http://orange-management.com
*/ */
declare(strict_types=1); declare(strict_types = 1);
namespace Modules\Accounting\Admin; namespace Modules\Accounting\Admin;
use phpOMS\DataStorage\Database\DatabasePool; use phpOMS\DataStorage\Database\DatabasePool;

View File

@ -11,7 +11,7 @@
* @version 1.0.0 * @version 1.0.0
* @link http://orange-management.com * @link http://orange-management.com
*/ */
declare(strict_types=1); declare(strict_types = 1);
namespace Modules\Accounting; namespace Modules\Accounting;
use Modules\Navigation\Models\Navigation; use Modules\Navigation\Models\Navigation;

View File

@ -11,7 +11,7 @@
* @version 1.0.0 * @version 1.0.0
* @link http://orange-management.com * @link http://orange-management.com
*/ */
declare(strict_types=1); declare(strict_types = 1);
namespace Modules\Accounting\Models; namespace Modules\Accounting\Models;

View File

@ -11,7 +11,7 @@
* @version 1.0.0 * @version 1.0.0
* @link http://orange-management.com * @link http://orange-management.com
*/ */
declare(strict_types=1); declare(strict_types = 1);
namespace Modules\Accounting\Models; namespace Modules\Accounting\Models;
/** /**

View File

@ -11,7 +11,7 @@
* @version 1.0.0 * @version 1.0.0
* @link http://orange-management.com * @link http://orange-management.com
*/ */
declare(strict_types=1); declare(strict_types = 1);
namespace Modules\Accounting\Models; namespace Modules\Accounting\Models;
/** /**

View File

@ -11,7 +11,7 @@
* @version 1.0.0 * @version 1.0.0
* @link http://orange-management.com * @link http://orange-management.com
*/ */
declare(strict_types=1); declare(strict_types = 1);
namespace Modules\Accounting\Models; namespace Modules\Accounting\Models;
use phpOMS\Stdlib\Base\Enum; use phpOMS\Stdlib\Base\Enum;

View File

@ -11,7 +11,7 @@
* @version 1.0.0 * @version 1.0.0
* @link http://orange-management.com * @link http://orange-management.com
*/ */
declare(strict_types=1); declare(strict_types = 1);
namespace Modules\Accounting\Models; namespace Modules\Accounting\Models;
use phpOMS\Utils\IO\ExchangeInterface; use phpOMS\Utils\IO\ExchangeInterface;

View File

@ -11,7 +11,7 @@
* @version 1.0.0 * @version 1.0.0
* @link http://orange-management.com * @link http://orange-management.com
*/ */
declare(strict_types=1); declare(strict_types = 1);
namespace Modules\Accounting\Models; namespace Modules\Accounting\Models;
use phpOMS\Utils\IO\ExchangeInterface; use phpOMS\Utils\IO\ExchangeInterface;

View File

@ -11,7 +11,7 @@
* @version 1.0.0 * @version 1.0.0
* @link http://orange-management.com * @link http://orange-management.com
*/ */
declare(strict_types=1); declare(strict_types = 1);
namespace Modules\Accounting\Models; namespace Modules\Accounting\Models;
use phpOMS\Utils\IO\ExchangeInterface; use phpOMS\Utils\IO\ExchangeInterface;

View File

@ -11,7 +11,7 @@
* @version 1.0.0 * @version 1.0.0
* @link http://orange-management.com * @link http://orange-management.com
*/ */
declare(strict_types=1); declare(strict_types = 1);
namespace Modules\Accounting\Models; namespace Modules\Accounting\Models;
use Modules\Accounting\Models\PersonalAccountAbstract; use Modules\Accounting\Models\PersonalAccountAbstract;

View File

@ -11,7 +11,7 @@
* @version 1.0.0 * @version 1.0.0
* @link http://orange-management.com * @link http://orange-management.com
*/ */
declare(strict_types=1); declare(strict_types = 1);
namespace Modules\Accounting\Models; namespace Modules\Accounting\Models;
use phpOMS\Utils\IO\ExchangeInterface; use phpOMS\Utils\IO\ExchangeInterface;

View File

@ -11,7 +11,7 @@
* @version 1.0.0 * @version 1.0.0
* @link http://orange-management.com * @link http://orange-management.com
*/ */
declare(strict_types=1); declare(strict_types = 1);
namespace Modules\Accounting\Models; namespace Modules\Accounting\Models;
use Modules\Accounting\Models\PersonalAccountAbstract; use Modules\Accounting\Models\PersonalAccountAbstract;

View File

@ -11,7 +11,7 @@
* @version 1.0.0 * @version 1.0.0
* @link http://orange-management.com * @link http://orange-management.com
*/ */
declare(strict_types=1); declare(strict_types = 1);
namespace Modules\Accounting\Models; namespace Modules\Accounting\Models;
/** /**

View File

@ -11,7 +11,7 @@
* @version 1.0.0 * @version 1.0.0
* @link http://orange-management.com * @link http://orange-management.com
*/ */
declare(strict_types=1); declare(strict_types = 1);
namespace Modules\Accounting\Models; namespace Modules\Accounting\Models;
use phpOMS\Utils\IO\ExchangeInterface; use phpOMS\Utils\IO\ExchangeInterface;

View File

@ -11,7 +11,7 @@
* @version 1.0.0 * @version 1.0.0
* @link http://orange-management.com * @link http://orange-management.com
*/ */
declare(strict_types=1); declare(strict_types = 1);
namespace Modules\Accounting\Models; namespace Modules\Accounting\Models;
use phpOMS\Utils\IO\ExchangeInterface; use phpOMS\Utils\IO\ExchangeInterface;

View File

@ -11,7 +11,7 @@
* @version 1.0.0 * @version 1.0.0
* @link http://orange-management.com * @link http://orange-management.com
*/ */
declare(strict_types=1); declare(strict_types = 1);
namespace Modules\Accounting\Models; namespace Modules\Accounting\Models;

View File

@ -11,7 +11,7 @@
* @version 1.0.0 * @version 1.0.0
* @link http://orange-management.com * @link http://orange-management.com
*/ */
declare(strict_types=1); declare(strict_types = 1);
namespace Modules\Accounting\Models; namespace Modules\Accounting\Models;

View File

@ -11,7 +11,7 @@
* @version 1.0.0 * @version 1.0.0
* @link http://orange-management.com * @link http://orange-management.com
*/ */
declare(strict_types=1); declare(strict_types = 1);
namespace Modules\Accounting\Models; namespace Modules\Accounting\Models;
use phpOMS\Utils\IO\ExchangeInterface; use phpOMS\Utils\IO\ExchangeInterface;

View File

@ -11,7 +11,7 @@
* @version 1.0.0 * @version 1.0.0
* @link http://orange-management.com * @link http://orange-management.com
*/ */
declare(strict_types=1); declare(strict_types = 1);
namespace Modules\Accounting\Models; namespace Modules\Accounting\Models;

View File

@ -11,7 +11,7 @@
* @version 1.0.0 * @version 1.0.0
* @link http://orange-management.com * @link http://orange-management.com
*/ */
declare(strict_types=1); declare(strict_types = 1);
namespace Modules\Accounting\Models; namespace Modules\Accounting\Models;

View File

@ -11,7 +11,7 @@
* @version 1.0.0 * @version 1.0.0
* @link http://orange-management.com * @link http://orange-management.com
*/ */
declare(strict_types=1); declare(strict_types = 1);
namespace Modules\Accounting\Models; namespace Modules\Accounting\Models;
use phpOMS\Utils\IO\ExchangeInterface; use phpOMS\Utils\IO\ExchangeInterface;

View File

@ -11,7 +11,7 @@
* @version 1.0.0 * @version 1.0.0
* @link http://orange-management.com * @link http://orange-management.com
*/ */
declare(strict_types=1); declare(strict_types = 1);
namespace Modules\Accounting\Models; namespace Modules\Accounting\Models;
use phpOMS\Stdlib\Base\Enum; use phpOMS\Stdlib\Base\Enum;

View File

@ -45,7 +45,7 @@ echo $this->getData('nav')->render(); ?>
<td> <td>
<td> <td>
<?php endforeach; ?> <?php endforeach; ?>
<?php if($c === 0) : ?> <?php if ($c === 0) : ?>
<tr><td colspan="5" class="empty"><?= $this->getHtml('Empty', 0, 0); ?> <tr><td colspan="5" class="empty"><?= $this->getHtml('Empty', 0, 0); ?>
<?php endif; ?> <?php endif; ?>
</table> </table>

View File

@ -43,7 +43,7 @@ echo $this->getData('nav')->render(); ?>
<td> <td>
<td> <td>
<?php endforeach; ?> <?php endforeach; ?>
<?php if($c === 0) : ?> <?php if ($c === 0) : ?>
<tr><td colspan="5" class="empty"><?= $this->getHtml('Empty', 0, 0); ?> <tr><td colspan="5" class="empty"><?= $this->getHtml('Empty', 0, 0); ?>
<?php endif; ?> <?php endif; ?>
</table> </table>

View File

@ -45,7 +45,7 @@ echo $this->getData('nav')->render(); ?>
<td> <td>
<td> <td>
<?php endforeach; ?> <?php endforeach; ?>
<?php if($c === 0) : ?> <?php if ($c === 0) : ?>
<tr><td colspan="5" class="empty"><?= $this->getHtml('Empty', 0, 0); ?> <tr><td colspan="5" class="empty"><?= $this->getHtml('Empty', 0, 0); ?>
<?php endif; ?> <?php endif; ?>
</table> </table>

View File

@ -47,7 +47,7 @@ echo $this->getData('nav')->render(); ?>
<td> <td>
<td> <td>
<?php endforeach; ?> <?php endforeach; ?>
<?php if($c === 0) : ?> <?php if ($c === 0) : ?>
<tr><td colspan="5" class="empty"><?= $this->getHtml('Empty', 0, 0); ?> <tr><td colspan="5" class="empty"><?= $this->getHtml('Empty', 0, 0); ?>
<?php endif; ?> <?php endif; ?>
</table> </table>

View File

@ -46,7 +46,7 @@ echo $this->getData('nav')->render(); ?>
<td> <td>
<td> <td>
<?php endforeach; ?> <?php endforeach; ?>
<?php if($c === 0) : ?> <?php if ($c === 0) : ?>
<tr><td colspan="5" class="empty"><?= $this->getHtml('Empty', 0, 0); ?> <tr><td colspan="5" class="empty"><?= $this->getHtml('Empty', 0, 0); ?>
<?php endif; ?> <?php endif; ?>
</table> </table>