Skip to content

Commit

Permalink
Fix ambiguous test
Browse files Browse the repository at this point in the history
  • Loading branch information
francoispluchino committed Jul 1, 2016
1 parent d90ccc3 commit 89794b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Repository/Vcs/BitbucketUtil.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ protected static function getComposerContent($resource, $identifier, $scheme, $o
{
$composer = static::getComposerContentOfFile($resource, $driver, $method);

if ($composer) {
if (false !== $composer) {
$composer = (array) JsonFile::parseJson((string) $composer, $resource);
$composer = static::formatComposerContent($composer, $identifier, $scheme, $owner, $repository, $driver, $method);

Expand Down

0 comments on commit 89794b7

Please sign in to comment.