Skip to content

Commit a790340

Browse files
Alignment
1 parent 6c7190a commit a790340

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

tests/Core/File/GetMemberPropertiesTest.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1208,7 +1208,7 @@ public static function dataGetMemberProperties()
12081208
'nullable_type' => true,
12091209
],
12101210
],
1211-
'php8.4-final-public-property' => [
1211+
'php8.4-final-public-property' => [
12121212
'identifier' => '/* testPHP84FinalPublicTypedProp */',
12131213
'expected' => [
12141214
'scope' => 'public',
@@ -1222,7 +1222,7 @@ public static function dataGetMemberProperties()
12221222
'nullable_type' => false,
12231223
],
12241224
],
1225-
'php8.4-final-protected-property' => [
1225+
'php8.4-final-protected-property' => [
12261226
'identifier' => '/* testPHP84FinalProtectedTypedProp */',
12271227
'expected' => [
12281228
'scope' => 'protected',
@@ -1236,7 +1236,7 @@ public static function dataGetMemberProperties()
12361236
'nullable_type' => false,
12371237
],
12381238
],
1239-
'php8.4-final-middle-keyword-property' => [
1239+
'php8.4-final-middle-keyword-property' => [
12401240
'identifier' => '/* testPHP84FinalMiddleTypedProp */',
12411241
'expected' => [
12421242
'scope' => 'public',
@@ -1250,7 +1250,7 @@ public static function dataGetMemberProperties()
12501250
'nullable_type' => false,
12511251
],
12521252
],
1253-
'php8.4-final-last-keyword-property' => [
1253+
'php8.4-final-last-keyword-property' => [
12541254
'identifier' => '/* testPHP84FinalLastTypedProp */',
12551255
'expected' => [
12561256
'scope' => 'public',
@@ -1264,7 +1264,7 @@ public static function dataGetMemberProperties()
12641264
'nullable_type' => false,
12651265
],
12661266
],
1267-
'php8.4-final-implicit-public-typed-property' => [
1267+
'php8.4-final-implicit-public-typed-property' => [
12681268
'identifier' => '/* testPHP84FinalImplicitVisibilityTypedProp */',
12691269
'expected' => [
12701270
'scope' => 'public',
@@ -1278,7 +1278,7 @@ public static function dataGetMemberProperties()
12781278
'nullable_type' => false,
12791279
],
12801280
],
1281-
'php8.4-final-implicit-public-untyped-property' => [
1281+
'php8.4-final-implicit-public-untyped-property' => [
12821282
'identifier' => '/* testPHP84FinalImplicitVisibilityProp */',
12831283
'expected' => [
12841284
'scope' => 'public',

0 commit comments

Comments
 (0)