Passed
Push — master ( b61a9d...24e034 )
by Faiq
04:42
created
app/Common.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -4,8 +4,7 @@
 block discarded – undo
4 4
 
5 5
 use Illuminate\Support\Facades\Auth;
6 6
 
7
-class Common
8
-{
7
+class Common {
9 8
 
10 9
     /**
11 10
      * Register new activity log
Please login to merge, or discard this patch.
app/Http/Controllers/ThreadAskController.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -182,8 +182,8 @@
 block discarded – undo
182 182
         $unreg = null;
183 183
         if($thread->delete() && $this->deleteTopic($thread->id_topic)) {
184 184
             $unreg = Common::unregisterLog([
185
-               'target' => 'thread',
186
-               'target_id' => $id
185
+                'target' => 'thread',
186
+                'target_id' => $id
187 187
             ]);
188 188
         }
189 189
         if($unreg != null && $unreg) {
Please login to merge, or discard this patch.