| @@ -3,16 +3,14 @@ | ||
| 3 | 3 | |
| 4 | 4 | use Elementor\Element_Base; |
| 5 | 5 | |
| 6 | 6 | if ( ! defined( 'ABSPATH' ) ) { |
| 7 | - exit; // Exit if accessed directly. | |
| 7 | + exit; // Exit if accessed directly | |
| 8 | 8 | } |
| 9 | 9 | |
| 10 | 10 | abstract class Base { |
| 11 | 11 | /** |
| 12 | 12 | * The current document that the Base class instance was created from. |
| 13 | - * | |
| 14 | - * @var \Elementor\Core\Document | |
| 15 | 13 | */ |
| 16 | 14 | protected $document; |
| 17 | 15 | |
| 18 | 16 | /** |