Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
services
T
t3o sites
extensions.typo3.org
extensions.typo3.org
Commits
7bc8dff0
Commit
7bc8dff0
authored
Oct 23, 2017
by
Thomas Löffler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixes return parameter in calculatedHighestVersion
parent
f24369c4
Pipeline
#2589
passed with stages
in 2 minutes and 47 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
html/typo3conf/ext/ter_fe2/Classes/Task/ImportExtensionsFromQueueTask.php
...xt/ter_fe2/Classes/Task/ImportExtensionsFromQueueTask.php
+2
-2
No files found.
html/typo3conf/ext/ter_fe2/Classes/Task/ImportExtensionsFromQueueTask.php
View file @
7bc8dff0
...
...
@@ -457,9 +457,9 @@ class ImportExtensionsFromQueueTask extends Task
*
* @param $versionUid
* @param $extUid
* @return
mixed
* @return
int
*/
private
function
calculatedHighestVersion
(
$versionUid
,
$extUid
):
mixed
private
function
calculatedHighestVersion
(
$versionUid
,
$extUid
):
int
{
$currentHighestVersion
=
$this
->
getHighestVersion
(
$extUid
);
if
(
empty
(
$currentHighestVersion
))
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment