| @@ -1,20 +1,15 @@ | ||
| 1 | -<?php | |
| 2 | - | |
| 3 | - | |
| 4 | -namespace Jet_Form_Builder\Classes\Arrayable; | |
| 5 | - | |
| 6 | -// If this file is called directly, abort. | |
| 7 | -if ( ! defined( 'WPINC' ) ) { | |
| 8 | - die; | |
| 9 | -} | |
| 10 | - | |
| 11 | -interface Arrayable { | |
| 12 | - | |
| 13 | - /** | |
| 14 | - * Get the instance as an array. | |
| 15 | - * | |
| 16 | - * @return array | |
| 17 | - */ | |
| 18 | - public function to_array(): array; | |
| 19 | - | |
| 20 | -} | |
| 1 | +<?php | |
| 2 | + | |
| 3 | + | |
| 4 | +namespace Jet_Form_Builder\Classes\Arrayable; | |
| 5 | + | |
| 6 | +interface Arrayable { | |
| 7 | + | |
| 8 | + /** | |
| 9 | + * Get the instance as an array. | |
| 10 | + * | |
| 11 | + * @return array | |
| 12 | + */ | |
| 13 | + public function to_array(): array; | |
| 14 | + | |
| 15 | +} | |