Passed
Push — master ( edf6f7...2c5c47 )
by Mihail
06:37
created
Apps/View/Admin/default/main/antivirus.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,7 @@
 block discarded – undo
16 16
 <?php $this->start('body') ?>
17 17
 <h1><?= __('Antivirus scan'); ?></h1>
18 18
 <hr />
19
-<p><?= __('FFCMS 3 provide a simple signature-based antivirus software') . '. ' . __('Remember! This is just an advisory algorithm!') ?></p>
19
+<p><?= __('FFCMS 3 provide a simple signature-based antivirus software').'. '.__('Remember! This is just an advisory algorithm!') ?></p>
20 20
 
21 21
 <div class="row mb-2">
22 22
     <div class="col-md-8">
Please login to merge, or discard this patch.
Apps/View/Admin/default/main/routing.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -92,6 +92,6 @@
 block discarded – undo
92 92
 </div>
93 93
 <?php if (!$aliasExist && !$callbackExist): ?>
94 94
     <p class="alert alert-warning"><?= __('Custom routes is not yet found') ?></p>
95
-<?php endif ;?>
96
-<?= Url::a(['main/addroute'], '<i class="fa fa-plus"></i> ' . __('New route'), ['class' => 'btn btn-primary', 'html' => true]) ?>
95
+<?php endif; ?>
96
+<?= Url::a(['main/addroute'], '<i class="fa fa-plus"></i> '.__('New route'), ['class' => 'btn btn-primary', 'html' => true]) ?>
97 97
 <?php $this->stop() ?>
Please login to merge, or discard this patch.