Passed
Push — master ( 1931dd...40edde )
by Nirjhar
02:32
created
src/class-rest.php 1 patch
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,7 @@
 block discarded – undo
1 1
 <?php
2
-if ( ! defined( 'ABSPATH' ) ) exit;
2
+if ( ! defined( 'ABSPATH' ) ) {
3
+	exit;
4
+}
3 5
 
4 6
 /**
5 7
  * Extending REST API framework of WordPress
Please login to merge, or discard this patch.