Skip to content

Commit

Permalink
Merge pull request #6 from tmilos/sensiolabs-insight-fixes
Browse files Browse the repository at this point in the history
Sensiolabs insight fixes
  • Loading branch information
tmilos committed Dec 11, 2015
2 parents 7a05355 + 484e935 commit b95b54f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ private function configureOwnEntityDescriptor(ContainerBuilder $container, array

private function configureOwnCredentials(ContainerBuilder $container, array $config)
{
if (false == isset($config['own']['credentials'])) {
if (false === isset($config['own']['credentials'])) {
return;
}

Expand Down

0 comments on commit b95b54f

Please sign in to comment.