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