Skip to content

Commit 359a2d4

Browse files
Fix CS/WS issues
1 parent b1fbe7d commit 359a2d4

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

tests/tests/Target/MapperTest.php

+7
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ public static function provider(): array
7474
],
7575
),
7676
],
77+
7778
'classes that implement interface' => [
7879
[
7980
$file => range(26, 31),
@@ -84,6 +85,7 @@ public static function provider(): array
8485
],
8586
),
8687
],
88+
8789
'trait' => [
8890
[
8991
realpath(__DIR__ . '/../../_files/Target/TraitOne.php') => range(4, 9),
@@ -94,6 +96,7 @@ public static function provider(): array
9496
],
9597
),
9698
],
99+
97100
'function' => [
98101
[
99102
$file => range(54, 56),
@@ -104,6 +107,7 @@ public static function provider(): array
104107
],
105108
),
106109
],
110+
107111
'method of class' => [
108112
[
109113
$file => range(37, 39),
@@ -114,6 +118,7 @@ public static function provider(): array
114118
],
115119
),
116120
],
121+
117122
'methods of class' => [
118123
[
119124
$file => array_merge(range(37, 39), range(41, 43)),
@@ -125,6 +130,7 @@ public static function provider(): array
125130
],
126131
),
127132
],
133+
128134
'method of trait' => [
129135
[
130136
$file => range(21, 23),
@@ -135,6 +141,7 @@ public static function provider(): array
135141
],
136142
),
137143
],
144+
138145
'namespace' => [
139146
[
140147
$file => array_merge(

0 commit comments

Comments
 (0)