Skip to content

Commit

Permalink
sensiolabs insight fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
tmilos committed Dec 11, 2015
1 parent 7a05355 commit 484e935
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 484e935

Please sign in to comment.