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
common
t3olayout
Commits
8da4f667
Commit
8da4f667
authored
Apr 16, 2020
by
Thomas Löffler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
FIx php code style
parent
bec1b064
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
Classes/Middlewares/FlyOutAjaxLogin.php
Classes/Middlewares/FlyOutAjaxLogin.php
+0
-1
Classes/ViewHelpers/GravatarViewHelper.php
Classes/ViewHelpers/GravatarViewHelper.php
+1
-1
No files found.
Classes/Middlewares/FlyOutAjaxLogin.php
View file @
8da4f667
...
...
@@ -21,7 +21,6 @@ use Psr\Http\Server\RequestHandlerInterface;
class
FlyOutAjaxLogin
implements
MiddlewareInterface
{
public
function
process
(
ServerRequestInterface
$request
,
RequestHandlerInterface
$handler
):
ResponseInterface
{
if
(
!
$request
->
getQueryParams
()[
'load'
]
&&
$request
->
getQueryParams
()[
'load'
]
!==
'FlyOutAjaxLogin'
)
{
...
...
Classes/ViewHelpers/GravatarViewHelper.php
View file @
8da4f667
...
...
@@ -13,8 +13,8 @@ namespace T3o\T3olayout\ViewHelpers;
*
* The TYPO3 project - inspiring people to share!
*/
use
TYPO3Fluid\Fluid\Core\ViewHelper\AbstractViewHelper
;
use
TYPO3Fluid\Fluid\Core\Rendering\RenderingContextInterface
;
use
TYPO3Fluid\Fluid\Core\ViewHelper\AbstractViewHelper
;
use
TYPO3Fluid\Fluid\Core\ViewHelper\Traits\CompileWithRenderStatic
;
/**
...
...
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