Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
coder-3461148
Manage
Activity
Members
Labels
Plan
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Issue forks
coder-3461148
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
3461148-incorrect-indent-in
Select Git revision
Branches
12
3461148-incorrect-indent-in
4.7.x-1.x
4.7.x-2.x
5.x-1.x
5.x-2.x
6.x-1.x
6.x-2.x
7.x-1.x
7.x-2.x
8.3.x
default
8.x-2.x
8.x-3.x
Tags
20
8.3.25
8.3.24
8.3.23
8.3.22
8.3.21
8.3.20
8.3.19
8.3.18
8.3.17
8.3.16
8.3.15
8.3.14
8.3.13
8.3.12
8.3.11
8.3.10
8.3.9
8.3.8
8.x-3.8
8.3.7
32 results
Begin with the selected commit
Created with Raphaël 2.2.0
25
Oct
17
22
Sep
1
28
Jun
5
May
21
Apr
20
13
24
Feb
16
27
Jan
15
Oct
9
23
Aug
17
Jul
11
15
Jun
12
11
9
6
May
29
Apr
28
21
18
14
8
2
7
Mar
5
4
19
Feb
3
1
6
Sep
20
Aug
18
Jun
10
18
May
10
9
2
Apr
13
Mar
23
Feb
21
19
28
Jan
23
25
Dec
9
Jul
6
Feb
20
Dec
6
4
2
27
Nov
19
4
25
Oct
17
20
Sep
6
3
15
Aug
11
10
3
30
Jun
26
10
9
5
4
20
May
16
14
8
6
27
Mar
8
6
28
Feb
9
26
Jan
24
19
12
10
9
6
5
4
18
Dec
8
7
30
Nov
28
31
Oct
11
9
Sep
7
6
11
Aug
9
4
27
Jul
12
5
30
Jun
23
22
14
13
12
11
10
2
24
May
16
14
12
11
10
5
4
28
Apr
26
23
22
19
16
14
13
31
Mar
30
29
16
12
21
Sep
20
30
Aug
15
21
Apr
14
11
29
Aug
15
28
Jun
20
Apr
21
Mar
19
18
11
4
3
2
26
Feb
25
24
19
12
9
5
4
3
22
Jan
15
8
7
2
31
Dec
30
18
17
9
8
25
Nov
13
12
5
29
Oct
26
15
10
8
18
Sep
17
9
6
4
29
Aug
28
26
21
20
15
14
13
12
11
12
Jul
5
25
Jun
24
17
16
12
11
10
4
3
26
May
15
6
1
29
Apr
23
17
27
Mar
20
19
18
13
5
26
Feb
18
14
13
7
22
Jan
17
16
12
2
30
Dec
29
28
27
26
22
5
26
Nov
22
21
20
16
15
14
13
8
7
6
1
16
Oct
11
9
7
6
4
26
Sep
19
18
13
11
22
Aug
21
2
1
28
Jun
26
20
19
1
22
May
4
2
1
26
Apr
25
24
6
4
29
Mar
28
21
20
14
8
6
2
1
28
Feb
27
24
22
20
14
9
1
31
Jan
25
24
18
17
15
9
6
5
4
2
1
30
Dec
Fix attributes on functions
3461148-incorre…
3461148-incorrect-indent-in
Add example of bad indentation from rector
fix(InlineCommen): Allow spellchecker keyword (#3424914)
8.3.25 8.3.x
8.3.25 8.3.x
test(TypeHints): Add test case for SlevomatCodingStandard.TypeHints.NullableTypeForNullDefaultValue (#3471146)
feat(TypeHints): Add SlevomatCodingStandard.TypeHints.NullableTypeForNullDefaultValue sniffer for PHP 8.4 (#3471146)
fix(Namespaces): Case sensitive sorting for use statements (#3470716)
style(cspell): Fix cspell spelling and enable cspell testing (#3418190)
fix(InlineComment): Fix cspell ignore detection (#/3424914)
fix(YAML): Enable YAML custom tags support (#3456991 by Grimreaper)
fix(ScopeClosingBrace): Exclude sniff from PHP template files and fix PHP error (#3204177)
chore(composer): Bump minimum version of PHPCS (#3440603)
8.3.24
8.3.24
feat(MultiLineFunctionDeclaration): Add new sniff for multi-line function declarations and trailing commas (#3440603)
feat(MultiLineFunctionDeclaration): Enable multi-line function declaration checking (#3440075)
fix(FunctionComment): Ignore return statements in closures (#3427690)
fix(UnusedPrivateMethod): Fix case insensitivity og PHP method calls (#3398208)
fix(VariableComment): Support PHP attributes on class properties (#3408524)
feat(UnsilencedDeprecation): Add sniff for unsilenced trigger_error() deprecation warnings (#3412078)
test(php): Enable PHP 8.3 testing
8.3.23
8.3.23
feat(DeclareStrictTypes): Add Slevomat sniff for declare strict_types (#3407995)
feat(FunctionComment): Docblock is not required for __constuct() methods (#3400560)
fix(VariableComment): Allow intersection types in @var comment (#3392423)
8.3.22
8.3.22
test(github): Add Drupal core regression testing (#3374864)
feat(Array): Allow array definition lines up to 120 characters for better readability (#3185082)
feat(enums): Add support for enums (#3283741 by chfoidl, claudiu.cristea, pfrenssen)
Revert "feat(FunctionT): Allow passing constants to t() (#3326197 by Murz)"
8.3.21
8.3.21
fix(ConstantName): Fix constant name detection with define() calls (#3369978 by jonathan1055)
style(FunctionT): Fix coding standard spacing in test (#3326197)
8.3.20
8.3.20
feat(FunctionT): Allow passing constants to t() (#3326197 by Murz)
fix(FunctionComment): Fix regression in 8.3.19 for variadic function parameters (#3365993)
test(github): Remove phpstan install workaround for removed PHP 7.1 (#203)
test(phpunit): PHPunit 7 is unused
feat(ConstName): Support const keyword in constant name prefix detection (#3358592)
8.3.19
8.3.19
feat(AlphabeticallySortedUses): Add sniff to check and fix use statement order (#3310013)
fix(FunctionComment): Fix support for PHP 8 intersection types (#3303625)
fix(DocComment): Fix undefined string index on short comments (#3307937)
fix(UseGlobalClass): Fix false positive with closure use statements (#3217297)
tests(InfoFiles): Fix CRLF line endings in tests (#3323964)
feat(VariableComment): Allow more complex PHPStan type annotations (#3355543)
feat(FunctionComment): Allow PHPStan advanced string types (#3205017)
8.3.18
8.3.18
feat(FunctionComment): Allow advanced array shapes and integer ranges as doc data types (#193)
Loading