@@ -180,7 +180,7 @@ class HgDriver implements VcsDriverInterface
return false;
}
- exec(sprintf('hg identify %s', escapeshellarg($url)), null, $exit);
+ exec(sprintf('hg identify %s', escapeshellarg($url)), $ignored, $exit);
return $exit == 0;
@@ -178,7 +178,7 @@ class SvnDriver implements VcsDriverInterface
- exec(sprintf('svn info --non-interactive %s 2>/dev/null', escapeshellarg($url)), null, $exit);
+ exec(sprintf('svn info --non-interactive %s 2>/dev/null', escapeshellarg($url)), $ignored, $exit);