@@ -510,6 +510,9 @@ discard block |
||
| 510 | 510 | $this->settings->set( $settings ); |
| 511 | 511 | } |
| 512 | 512 | |
| 513 | + /** |
|
| 514 | + * @param boolean $echo |
|
| 515 | + */ |
|
| 513 | 516 | public function settings_edd_license_activation( $field, $echo ) { |
| 514 | 517 | |
| 515 | 518 | $script_debug = ( defined( 'SCRIPT_DEBUG' ) && SCRIPT_DEBUG ) ? '' : '.min'; |
@@ -617,7 +620,6 @@ discard block |
||
| 617 | 620 | * Check the GravityView license information |
| 618 | 621 | * |
| 619 | 622 | * @since 1.19.3 |
| 620 | - * @param bool $force Whether to force checking license, even if AJAX |
|
| 621 | 623 | * |
| 622 | 624 | * @return void |
| 623 | 625 | */ |
@@ -140,7 +140,7 @@ |
||
| 140 | 140 | * |
| 141 | 141 | * @param array $items Styles to exclude from no-conflict |
| 142 | 142 | * |
| 143 | - * @return array |
|
| 143 | + * @return string[] |
|
| 144 | 144 | */ |
| 145 | 145 | public function register_no_conflict( $items ) { |
| 146 | 146 | |