Skip to content
Snippets Groups Projects
Commit b3283c5e authored by Christian Kuhn's avatar Christian Kuhn Committed by Mathias Brodala
Browse files

[BUGFIX] Fix minor CGL error

A minor CGL error slipped through with a patch that has
been merged based on a +1 from bamboo before the
'declare_equal_normalize' php-cs-fixer rule has been
established.
The change should make the bamboo nightly builds green again.

Resolves: #85152
Related: #84720
Releases: master
Change-Id: Iaaf08d429780a12bf38a2865a5ae696a73cfcffb
Reviewed-on: https://review.typo3.org/57123


Tested-by: default avatarTYPO3com <no-reply@typo3.com>
Reviewed-by: default avatarAnja Leichsenring <aleichsenring@ab-softlab.de>
Tested-by: default avatarAnja Leichsenring <aleichsenring@ab-softlab.de>
Reviewed-by: default avatarMathias Brodala <mbrodala@pagemachine.de>
Tested-by: default avatarMathias Brodala <mbrodala@pagemachine.de>
parent f64dc8bf
Branches
Tags
No related merge requests found
<?php
declare(strict_types=1);
declare(strict_types = 1);
namespace TYPO3\CMS\Core\Tests\Unit\Cache\Backend;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment