Passed
Push — master ( 1cd2c2...fa1786 )
by Mihail
07:12
created
Apps/View/Front/default/widgets/newcomment/default.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -22,7 +22,7 @@  discard block
 block discarded – undo
22 22
 		<ul class="list-inline list-info">
23 23
 			<li><i class="fa fa-calendar"></i> <?= $data['date'] ?></li>
24 24
 			<li><i class="fa fa-user"></i>
25
-			<?php if ((int)$data['user']['id'] > 0): ?>
25
+			<?php if ((int) $data['user']['id'] > 0): ?>
26 26
 				<?= Url::link(['profile/show', $data['user']['id']], $data['user']['name']) ?>
27 27
 			<?php else: ?>
28 28
 				<?= $data['user']['name'] ?>
@@ -35,7 +35,7 @@  discard block
 block discarded – undo
35 35
 			<img class="media-object img-responsive" src="<?= $data['user']['avatar']?>" style="width: 64px; height: 64px;" alt="Picture of user <?= $data['user']['name'] ?>">
36 36
 		</span>
37 37
 		<div class="media-body">
38
-			<a href="<?= \App::$Alias->baseUrl . $data['pathway'] . '#comment-list' ?>"><?= $data['text'] ?></a>
38
+			<a href="<?= \App::$Alias->baseUrl.$data['pathway'].'#comment-list' ?>"><?= $data['text'] ?></a>
39 39
 		</div>
40 40
 	</li>
41 41
 </ul>
Please login to merge, or discard this patch.