Skip to content

Commit

Permalink
Apply fixes from StyleCI (#432)
Browse files Browse the repository at this point in the history
  • Loading branch information
soullivaneuh authored and OskarStark committed Nov 20, 2017
1 parent 3a30a0e commit 7058760
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Block/BlockContextManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,7 @@ protected function configureSettings(OptionsResolver $optionsResolver, BlockInte
'ttl' => (int) $block->getTtl(),
]);


$optionsResolver
$optionsResolver
->addAllowedTypes('use_cache', 'bool')
->addAllowedTypes('extra_cache_keys', 'array')
->addAllowedTypes('attr', 'array')
Expand Down

0 comments on commit 7058760

Please sign in to comment.