Completed
Push — master ( dcb53f...74d38c )
by Askupa
01:56
created
composer.php 1 patch
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,9 @@
 block discarded – undo
11 11
 /**
12 12
  * Prevent loading the library more than once
13 13
  */
14
-if( defined( 'AMARKAL_ADMIN_NOTIFICATION' ) ) return;
14
+if( defined( 'AMARKAL_ADMIN_NOTIFICATION' ) ) {
15
+    return;
16
+}
15 17
 define( 'AMARKAL_ADMIN_NOTIFICATION', true );
16 18
 
17 19
 require_once 'functions.php';
Please login to merge, or discard this patch.
bootstrap.php 1 patch
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,9 @@
 block discarded – undo
11 11
 /**
12 12
  * Prevent loading the library more than once
13 13
  */
14
-if( defined( 'AMARKAL_ADMIN_NOTIFICATION' ) ) return;
14
+if( defined( 'AMARKAL_ADMIN_NOTIFICATION' ) ) {
15
+    return;
16
+}
15 17
 define( 'AMARKAL_ADMIN_NOTIFICATION', true );
16 18
 
17 19
 /**
Please login to merge, or discard this patch.