We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4012304 commit 9d63c3bCopy full SHA for 9d63c3b
SourceGithub/SourceGithub.php
@@ -214,7 +214,7 @@ public function update_repo( $p_repo ) {
214
# Git branch name validation regex, based on rules defined in man page
215
# http://www.kernel.org/pub/software/scm/git/docs/git-check-ref-format.html
216
# @TODO this should probably be moved to Source so the logic can be reused in other git-based plugins
217
- static $s_valid_branch_regex = '%'
+ $s_valid_branch_regex = '%'
218
# Must not start with '/'; cannot contain '/.', '//', '@{' or '\';
219
# cannot be a single '@'.
220
. '^(?!/|.*([/.]\.|//|@\{|\\)|@$)'
0 commit comments