Completed
Push — master ( 55a138...ee7aee )
by Michael
05:41
created
class/Utility.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,6 @@
 block discarded – undo
19 19
 require_once XOOPS_ROOT_PATH . '/class/uploader.php';
20 20
 
21 21
 use XoopsModules\Extcal;
22
-use XoopsModules\Extcal\Common;
23 22
 
24 23
 /**
25 24
  * Class Utility
Please login to merge, or discard this patch.
class/Common/FilesManagement.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -35,8 +35,7 @@
 block discarded – undo
35 35
 
36 36
                 file_put_contents($folder . '/index.html', '<script>history.go(-1);</script>');
37 37
             }
38
-        }
39
-        catch (\Exception $e) {
38
+        } catch (\Exception $e) {
40 39
             echo 'Caught exception: ', $e->getMessage(), "\n", '<br>';
41 40
         }
42 41
     }
Please login to merge, or discard this patch.