Skip to content
Snippets Groups Projects
Commit 7b94e2a6 authored by Christian Kuhn's avatar Christian Kuhn Committed by Wouter Wolters
Browse files

[TASK] Add spaces around '=' of 'strict_types=1'

This cosmetical CGL change just substitutes all

declare(strict_types=1);
with
declare(strict_types = 1);

to be in line with the general 'spaces around ='
rule. While that is cosmetical, it makes scrutinizer-ci
a bit more happy and prevents it from creating
auto-patches for these cases.

Change-Id: Ic754b3fd2a0f06624909e6188ed270bd2797745c
Resolves: #83554
Releases: master
Reviewed-on: https://review.typo3.org/55349


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 avatarWouter Wolters <typo3@wouterwolters.nl>
Tested-by: default avatarWouter Wolters <typo3@wouterwolters.nl>
parent 311f62ac
Branches
Tags
No related merge requests found
Showing
with 20 additions and 20 deletions
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