Skip to content

Commit

Permalink
CS
Browse files Browse the repository at this point in the history
  • Loading branch information
lolautruche committed Jan 13, 2015
1 parent cbae7e0 commit e855899
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -26,7 +26,8 @@ public function process( ContainerBuilder $container )
foreach ( $attributes as $attribute )
{
$dataCollectorDef->addMethodCall(
'addCollector', [
'addCollector',
[
new Reference( $id ),
isset( $attribute['panelTemplate'] ) ? $attribute['panelTemplate'] : null,
isset( $attribute['toolbarTemplate'] ) ? $attribute['toolbarTemplate'] : null,
Expand Down

0 comments on commit e855899

Please sign in to comment.