Completed
Pull Request — development (#673)
by Nick
10:41 queued 03:56
created
htdocs/thumbs.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -37,7 +37,7 @@  discard block
 block discarded – undo
37 37
 );
38 38
 if ($r) {
39 39
     if ($r['object_type'] == 1) {
40
-        $check = (int) $connection
40
+        $check = (int)$connection
41 41
             ->fetchColumn('SELECT COUNT(*)
42 42
                            FROM `cache_logs`
43 43
                            INNER JOIN `caches`
@@ -61,7 +61,7 @@  discard block
 block discarded – undo
61 61
 
62 62
         }
63 63
     } elseif ($r['object_type'] == 2) {
64
-        $check = (int) $connection
64
+        $check = (int)$connection
65 65
             ->fetchColumn('SELECT COUNT(*)
66 66
                            FROM `caches`
67 67
                            INNER JOIN `cache_status`
Please login to merge, or discard this patch.
htdocs/src/Oc/FieldNotes/Form/UploadFieldNotesType.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -54,7 +54,7 @@
 block discarded – undo
54 54
                 ]
55 55
             );
56 56
 
57
-        $builder->addEventListener(FormEvents::PRE_SET_DATA, function (FormEvent $event) {
57
+        $builder->addEventListener(FormEvents::PRE_SET_DATA, function(FormEvent $event) {
58 58
             $data = $event->getData();
59 59
             $form = $event->getForm();
60 60
 
Please login to merge, or discard this patch.