Skip to content

Commit

Permalink
[TASK] Define type for whitelist
Browse files Browse the repository at this point in the history
For compatible with fluidcontent extends
  • Loading branch information
xf- committed Jan 3, 2016
1 parent 101abe4 commit eb82f24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/Hooks/WizardItemsHookSubscriber.php
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ protected function applyBlacklist(array $items, array $blacklist) {
* @param array $whitelist
* @return array
*/
protected function applyWhitelist(array $items, $whitelist) {
protected function applyWhitelist(array $items, array $whitelist) {
$whitelist = array_unique($whitelist);
if (0 < count($whitelist)) {
foreach ($items as $name => $item) {
Expand Down

0 comments on commit eb82f24

Please sign in to comment.