Skip to content

Commit

Permalink
cc
Browse files Browse the repository at this point in the history
  • Loading branch information
arusinowski committed Dec 21, 2023
1 parent d8e4fe3 commit a803067
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/View/Helper/TinyMCEHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,28 +29,28 @@ class TinyMCEHelper extends Helper
/**
* Other helpers used by FormHelper
*
* @var array
* @var array<string>
*/
public array $helpers = ['Html'];

/**
* Configuration
*
* @var array
* @var array<string, mixed>
*/
public array $configs = [];

/**
* Settings
*
* @var array
* @var array<string, mixed>
*/
public array $settings = [];

/**
* Default values
*
* @var array
* @var array<string, mixed>
*/
protected array $_defaultConfig = [
'script' => 'https://cdn.tiny.cloud/1/no-api-key/tinymce/6/tinymce.min.js',
Expand All @@ -61,7 +61,7 @@ class TinyMCEHelper extends Helper
* Constructor
*
* @param \Cake\View\View $View The View this helper is being attached to.
* @param array $settings Configuration settings for the helper.
* @param array<string, mixed> $settings Configuration settings for the helper.
*/
public function __construct(View $View, array $settings = [])
{
Expand Down

0 comments on commit a803067

Please sign in to comment.