Skip to content

Commit

Permalink
Bugfix: Reference does not implement ArrayAccess
Browse files Browse the repository at this point in the history
  • Loading branch information
DRvanR committed Mar 23, 2015
1 parent e522446 commit 1238f31
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public function process(ContainerBuilder $container)
. '"%s" is already registered at that position',
$stageServiceId,
$tagAttributes['priority'],
(string) $prioritized[$priority][0]
(string) $prioritized[$priority]
));
}

Expand Down

0 comments on commit 1238f31

Please sign in to comment.