Skip to content
Snippets Groups Projects
Commit 3d0d998d authored by Joshua Sedler's avatar Joshua Sedler :cartwheel_tone2: Committed by Julian Pustkuchen
Browse files

Issue #3347926: Resolve all Drupal Coding Standard issues

parent 3af135f8
No related branches found
No related tags found
1 merge request!6Issue #3347926: Resolve all Drupal Coding Standard issues
......@@ -16,7 +16,7 @@
* @link https://github.com/davidjbradshaw/iframe-resizer iFrame Resizer
* documentation @endlink for the full list of supported parameters.
*/
function hook_iframe_resizer_host_settings_alter(&$settings) {
function hook_iframe_resizer_host_settings_alter(array &$settings) {
// Alter the iFrame Resizer host settings.
$settings['override_defaults'] = TRUE;
$settings['options']['log'] = FALSE;
......@@ -34,7 +34,7 @@ function hook_iframe_resizer_host_settings_alter(&$settings) {
* @link https://github.com/davidjbradshaw/iframe-resizer iFrame Resizer
* documentation @endlink for the full list of supported parameters.
*/
function hook_iframe_resizer_hosted_settings_alter(&$settings) {
function hook_iframe_resizer_hosted_settings_alter(array &$settings) {
// Alter the iFrame Resizer host settings.
$settings['targetOrigin'] = 'https://google.com';
$settings['heightCalculationMethod'] = 'max';
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment