Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
t3o
my.typo3.org
Commits
251f5b33
Commit
251f5b33
authored
Nov 06, 2018
by
mabolek
Committed by
Thomas Löffler
Feb 11, 2019
Browse files
[FIX] Bad style betterment
parent
f4f7821a
Pipeline
#6120
passed with stages
in 2 minutes and 52 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
extensions/karma/Classes/Service/KarmaService.php
View file @
251f5b33
...
...
@@ -70,7 +70,8 @@ class KarmaService implements \TYPO3\CMS\Core\SingletonInterface
/**
* @param KarmaSourceRepository $karmaSourceRepository
*/
public
function
injectKarmaSourceRepository
(
KarmaSourceRepository
$karmaSourceRepository
)
{
public
function
injectKarmaSourceRepository
(
KarmaSourceRepository
$karmaSourceRepository
)
{
$this
->
karmaSourceRepository
=
$karmaSourceRepository
;
}
...
...
html/typo3conf/ext/karma/Classes/Utility/UserProfileChangeKarmaIssuer.php
View file @
251f5b33
...
...
@@ -3,9 +3,9 @@
namespace
T3o\Karma\Utility
;
use
In2code\Femanager\Controller\AbstractController
as
In2CodeAbstractController
;
use
T3o\Karma\Service\KarmaService
;
use
TYPO3\CMS\Core\Utility\GeneralUtility
;
use
TYPO3\CMS\Extbase\Domain\Model\FrontendUser
as
ExtbaseFrontendUser
;
use
T3o\Karma\Service\KarmaService
;
/***************************************************************
* Copyright notice
...
...
Write
Preview
Supports
Markdown
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