| @@ -17,9 +17,9 @@ | ||
| 17 | 17 | * |
| 18 | 18 | * 1. wp elementor experiments activate container |
| 19 | 19 | * - This will activate the Container experiment. |
| 20 | 20 | * |
| 21 | - * @param array $args | |
| 21 | + * @param array $args | |
| 22 | 22 | * @param array|null $assoc_args - Arguments from WP CLI command. |
| 23 | 23 | */ |
| 24 | 24 | public function activate( $args, $assoc_args ) { |
| 25 | 25 | if ( empty( $args[0] ) ) { |
| @@ -57,9 +57,9 @@ | ||
| 57 | 57 | * |
| 58 | 58 | * 1. wp elementor experiments deactivate container |
| 59 | 59 | * - This will deactivate the Container experiment. |
| 60 | 60 | * |
| 61 | - * @param array $args | |
| 61 | + * @param array $args | |
| 62 | 62 | * @param array|null $assoc_args - Arguments from WP CLI command. |
| 63 | 63 | */ |
| 64 | 64 | public function deactivate( $args, $assoc_args ) { |
| 65 | 65 | if ( empty( $args[0] ) ) { |
| @@ -158,9 +158,9 @@ | ||
| 158 | 158 | } |
| 159 | 159 | |
| 160 | 160 | /** |
| 161 | 161 | * @param Experiments_Manager $experiments_manager manager. |
| 162 | - * @param array $experiments experiments. | |
| 162 | + * @param array $experiments experiments. | |
| 163 | 163 | * |
| 164 | 164 | * @return bool true when all experiments exist, otherwise false |
| 165 | 165 | */ |
| 166 | 166 | private function check_experiments_exist( $experiments_manager, $experiments ) { |