Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
E
extensions.typo3.org
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
59
Issues
59
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
8
Merge Requests
8
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Test Cases
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
services
T
t3o sites
extensions.typo3.org
extensions.typo3.org
Commits
126345f2
Commit
126345f2
authored
Oct 13, 2017
by
Tomas Norre Mikkelsen
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch '266-can-t-upload-a-new-extension-after-creating-a-new-extension-key' into 'develop'
Removes version return type Closes
#266
and
#265
See merge request t3o/ter!249
parents
432fc9f4
6b3d0a90
Pipeline
#2507
passed with stages
in 2 minutes and 7 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
html/typo3conf/ext/ter_fe2/Classes/Domain/Model/Extension.php
.../typo3conf/ext/ter_fe2/Classes/Domain/Model/Extension.php
+1
-1
No files found.
html/typo3conf/ext/ter_fe2/Classes/Domain/Model/Extension.php
View file @
126345f2
...
...
@@ -373,7 +373,7 @@ class Extension extends \TYPO3\CMS\Extbase\DomainObject\AbstractEntity
*
* @return \T3o\TerFe2\Domain\Model\Version lastVersion
*/
public
function
getLastVersion
()
:
Version
public
function
getLastVersion
()
{
return
$this
->
lastVersion
;
}
...
...
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