Skip to content

Commit a8fcc41

Browse files
kdauzickasfabpot
authored andcommitted
Minor style fix
1 parent 172bbb1 commit a8fcc41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Config/Loader/DelegatingLoader.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,6 @@ public function load($resource, $type = null)
5757
*/
5858
public function supports($resource, $type = null)
5959
{
60-
return false === $this->resolver->resolve($resource, $type) ? false : true;
60+
return false !== $this->resolver->resolve($resource, $type);
6161
}
6262
}

0 commit comments

Comments
 (0)