[Repository] removed unused local $match variable from HgBitbucketDriver::supports() method.
parent
70d7ab43ee
commit
09f0ba6604
|
@ -158,6 +158,6 @@ class HgBitbucketDriver implements VcsDriverInterface
|
||||||
*/
|
*/
|
||||||
public static function supports($url, $deep = false)
|
public static function supports($url, $deep = false)
|
||||||
{
|
{
|
||||||
return preg_match('#^https://bitbucket\.org/([^/]+)/([^/]+)/?$#', $url, $match);
|
return preg_match('#^https://bitbucket\.org/([^/]+)/([^/]+)/?$#', $url);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue