| @@ -7,9 +7,9 @@ | ||
| 7 | 7 | use Elementor\Control_Exit_Animation; |
| 8 | 8 | use Elementor\Control_Hover_Animation; |
| 9 | 9 | |
| 10 | 10 | if ( ! defined( 'ABSPATH' ) ) { |
| 11 | - exit; // Exit if accessed directly. | |
| 11 | + exit; // Exit if accessed directly | |
| 12 | 12 | } |
| 13 | 13 | |
| 14 | 14 | /** |
| 15 | 15 | * Elementor assets loader. |
| @@ -99,9 +99,9 @@ | ||
| 99 | 99 | return $this->assets; |
| 100 | 100 | } |
| 101 | 101 | |
| 102 | 102 | /** |
| 103 | - * @param array $assets_data { | |
| 103 | + * @param array $assets { | |
| 104 | 104 | * @type array 'styles' |
| 105 | 105 | * @type array 'scripts' |
| 106 | 106 | * } |
| 107 | 107 | */ |