Skip to content
Snippets Groups Projects

php8 only; added variable types; short array syntax; remove glyphicons

Merged Hahn Axel (hahn) requested to merge 7359-update-php83 into master
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
@@ -453,6 +453,7 @@ class vcs implements iVcs
||
isset($this->_aRemoteBranches[$sBranch]) && !$sVerifyRevision
)
&& isset($this->_aRemoteBranches[$sBranch]['message'])
) {
// it is up to date - doing nothing
$this->log(__FUNCTION__ . " return cached data");
Loading