Completed
Push — master ( 45c44e...c3b4db )
by Beñat
02:59
created
src/PostTypes/Fields/Fields.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -39,7 +39,7 @@  discard block
 block discarded – undo
39 39
      */
40 40
     public function __construct()
41 41
     {
42
-        $this->components = [];
42
+        $this->components = [ ];
43 43
 
44 44
         $this->fields();
45 45
         $this->connector();
@@ -61,7 +61,7 @@  discard block
 block discarded – undo
61 61
 
62 62
         if (isset($postId)) {
63 63
             if ($this->name === get_post_meta($postId, '_wp_page_template', true)) {
64
-                add_action('admin_init', [$this, 'removeScreenAttributes']);
64
+                add_action('admin_init', [ $this, 'removeScreenAttributes' ]);
65 65
             }
66 66
         }
67 67
     }
Please login to merge, or discard this patch.