Skip to content

Commit

Permalink
Initialize $gsspidMatches variable
Browse files Browse the repository at this point in the history
  • Loading branch information
MKodde committed Jan 6, 2020
1 parent ef403fa commit 355affc
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ public function process(ContainerBuilder $container)
$taggedServices = array_keys($taggedServices);

foreach ($taggedServices as $id) {
$gsspIdMatches = null;
preg_match('/^gssp\.view_config\.(\w+)$/', $id, $gsspIdMatches);
if (!is_array($gsspIdMatches)) {
throw new InvalidConfigurationException('A manually tagged view config service was named incorrectly.');
Expand Down

0 comments on commit 355affc

Please sign in to comment.