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
a964adb4
Commit
a964adb4
authored
Nov 05, 2018
by
mabolek
Committed by
Thomas Löffler
Feb 11, 2019
Browse files
[FIX] Linitng errors fixed
parent
8c53afcd
Changes
3
Hide whitespace changes
Inline
Side-by-side
extensions/karma/Classes/Controller/ManagerController.php
View file @
a964adb4
...
...
@@ -66,7 +66,8 @@ class ManagerController extends \TYPO3\CMS\Extbase\Mvc\Controller\ActionControll
/**
* @param KarmaSourceRepository $karmaSourceRepository
*/
public
function
injectKarmaSourceRepository
(
KarmaSourceRepository
$karmaSourceRepository
)
{
public
function
injectKarmaSourceRepository
(
KarmaSourceRepository
$karmaSourceRepository
)
{
$this
->
karmaSourceRepository
=
$karmaSourceRepository
;
}
...
...
extensions/karma/Classes/Domain/Model/FrontendUser.php
View file @
a964adb4
...
...
@@ -107,4 +107,4 @@ class FrontendUser extends \TYPO3\CMS\Extbase\Domain\Model\FrontendUser
{
$this
->
karmaCacheTimestamp
=
$karmaCacheTimestamp
;
}
}
\ No newline at end of file
}
extensions/karma/Classes/Domain/Model/LedgerEntry.php
View file @
a964adb4
...
...
@@ -2,8 +2,6 @@
namespace
T3o\Karma\Domain\Model
;
use
T3o\Karma\Domain\Model\FrontendUser
;
/***************************************************************
* 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