Passed
Push — master ( ef8807...c1ca83 )
by Mihail
05:17
created
Apps/View/Front/default/feedback/read.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -30,7 +30,7 @@
 block discarded – undo
30 30
 if (!(bool)$post->closed && \App::$User->isAuth()) {
31 31
     $user = App::$User->identity();
32 32
     if ((int)$user->getId() === (int)$post->user_id) {
33
-       echo Url::a(['feedback/close', [$post->id, $post->hash]], __('Close request'), ['class' => 'btn btn-danger']);
33
+        echo Url::a(['feedback/close', [$post->id, $post->hash]], __('Close request'), ['class' => 'btn btn-danger']);
34 34
     }
35 35
 }
36 36
 ?>
Please login to merge, or discard this patch.