mirror of
https://github.com/Karaka-Management/oms-Monitoring.git
synced 2026-05-24 05:38:41 +00:00
Fix whitespaces
This commit is contained in:
parent
4f3b62909f
commit
e040ce131c
|
|
@ -49,7 +49,7 @@ echo $this->getData('nav')->render(); ?>
|
||||||
<td><?= $this->getHtml('Modified') ?>
|
<td><?= $this->getHtml('Modified') ?>
|
||||||
<td><?= $this->getHtml('Integrity') ?>
|
<td><?= $this->getHtml('Integrity') ?>
|
||||||
<tbody>
|
<tbody>
|
||||||
<?php
|
<?php
|
||||||
$files = Directory::listByExtension(__DIR__ . '/../../../../phpOMS/', 'php', 'tests(\/|\\\)');
|
$files = Directory::listByExtension(__DIR__ . '/../../../../phpOMS/', 'php', 'tests(\/|\\\)');
|
||||||
foreach ($files as $file) : $content = \file_get_contents(__DIR__ . '/../../../../phpOMS/' . $file); ?>
|
foreach ($files as $file) : $content = \file_get_contents(__DIR__ . '/../../../../phpOMS/' . $file); ?>
|
||||||
<tr>
|
<tr>
|
||||||
|
|
@ -60,7 +60,7 @@ echo $this->getData('nav')->render(); ?>
|
||||||
<td><?= File::changed(__DIR__ . '/../../../../phpOMS/' . $file)->format('Y-m-d'); ?>
|
<td><?= File::changed(__DIR__ . '/../../../../phpOMS/' . $file)->format('Y-m-d'); ?>
|
||||||
<td>
|
<td>
|
||||||
<?= \phpOMS\Security\PhpCode::validateStringIntegrity(
|
<?= \phpOMS\Security\PhpCode::validateStringIntegrity(
|
||||||
$content,
|
$content,
|
||||||
Rest::request(
|
Rest::request(
|
||||||
new Request(
|
new Request(
|
||||||
new Http('https://raw.githubusercontent.com/Orange-Management/phpOMS/develop/' . $file)
|
new Http('https://raw.githubusercontent.com/Orange-Management/phpOMS/develop/' . $file)
|
||||||
|
|
@ -68,7 +68,7 @@ echo $this->getData('nav')->render(); ?>
|
||||||
)
|
)
|
||||||
) ? $this->getHtml('OK') : $this->getHtml('NG'); ?>
|
) ? $this->getHtml('OK') : $this->getHtml('NG'); ?>
|
||||||
<?php endforeach; ?>
|
<?php endforeach; ?>
|
||||||
<?php
|
<?php
|
||||||
$files = Directory::listByExtension(__DIR__ . '/../../../../Model/', 'php', 'tests(\/|\\\)');
|
$files = Directory::listByExtension(__DIR__ . '/../../../../Model/', 'php', 'tests(\/|\\\)');
|
||||||
foreach ($files as $file) : $content = \file_get_contents(__DIR__ . '/../../../../Model/' . $file); ?>
|
foreach ($files as $file) : $content = \file_get_contents(__DIR__ . '/../../../../Model/' . $file); ?>
|
||||||
<tr>
|
<tr>
|
||||||
|
|
@ -79,7 +79,7 @@ echo $this->getData('nav')->render(); ?>
|
||||||
<td><?= File::changed(__DIR__ . '/../../../../Model/' . $file)->format('Y-m-d'); ?>
|
<td><?= File::changed(__DIR__ . '/../../../../Model/' . $file)->format('Y-m-d'); ?>
|
||||||
<td>
|
<td>
|
||||||
<?= \phpOMS\Security\PhpCode::validateStringIntegrity(
|
<?= \phpOMS\Security\PhpCode::validateStringIntegrity(
|
||||||
$content,
|
$content,
|
||||||
Rest::request(
|
Rest::request(
|
||||||
new Request(
|
new Request(
|
||||||
new Http('https://raw.githubusercontent.com/Orange-Management/Model/develop/' . $file)
|
new Http('https://raw.githubusercontent.com/Orange-Management/Model/develop/' . $file)
|
||||||
|
|
@ -87,7 +87,7 @@ echo $this->getData('nav')->render(); ?>
|
||||||
)
|
)
|
||||||
) ? $this->getHtml('OK') : $this->getHtml('NG'); ?>
|
) ? $this->getHtml('OK') : $this->getHtml('NG'); ?>
|
||||||
<?php endforeach; ?>
|
<?php endforeach; ?>
|
||||||
<?php
|
<?php
|
||||||
$files = Directory::listByExtension(__DIR__ . '/../../../../Modules/', 'php', 'tests(\/|\\\)');
|
$files = Directory::listByExtension(__DIR__ . '/../../../../Modules/', 'php', 'tests(\/|\\\)');
|
||||||
foreach ($files as $file) : $content = \file_get_contents(__DIR__ . '/../../../../Modules/' . $file); ?>
|
foreach ($files as $file) : $content = \file_get_contents(__DIR__ . '/../../../../Modules/' . $file); ?>
|
||||||
<tr>
|
<tr>
|
||||||
|
|
@ -98,7 +98,7 @@ echo $this->getData('nav')->render(); ?>
|
||||||
<td><?= File::changed(__DIR__ . '/../../../../Modules/' . $file)->format('Y-m-d'); ?>
|
<td><?= File::changed(__DIR__ . '/../../../../Modules/' . $file)->format('Y-m-d'); ?>
|
||||||
<td>
|
<td>
|
||||||
<?= \phpOMS\Security\PhpCode::validateStringIntegrity(
|
<?= \phpOMS\Security\PhpCode::validateStringIntegrity(
|
||||||
$content,
|
$content,
|
||||||
Rest::request(
|
Rest::request(
|
||||||
new Request(
|
new Request(
|
||||||
new Http('https://raw.githubusercontent.com/Orange-Management/Modules/develop/' . $file)
|
new Http('https://raw.githubusercontent.com/Orange-Management/Modules/develop/' . $file)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user