Skip to content

Commit

Permalink
csfix
Browse files Browse the repository at this point in the history
  • Loading branch information
80Quattro committed Mar 5, 2024
1 parent 9f15d43 commit 5d17c17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/Unit/ViewHelpers/ConfigurationViewHelperTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ public function __construct() {}
'puzzleUrl' => 'https://puzzle',
'jsPath' => 'EXT:friendlycaptcha_official/Resources/Public/JavaScript/lib/widget-0.9.12.min.js',
'enabled' => true,
], ConfigurationViewHelper::renderStatic([], static fn () => '', $renderingContext));
], ConfigurationViewHelper::renderStatic([], static fn() => '', $renderingContext));
}
}

0 comments on commit 5d17c17

Please sign in to comment.