Skip to content

Commit 6309773

Browse files
committed
Clean code
1 parent c04ce6a commit 6309773

File tree

2 files changed

+0
-20
lines changed

2 files changed

+0
-20
lines changed

tests/Fixtures/BadClass.php

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,4 @@
44

55
class BadClass
66
{
7-
private $foo;
8-
9-
static function getDataSet(): array
10-
{
11-
return [
12-
1 => [
13-
'foo' => 'bar',
14-
],
15-
2 => [
16-
'foo' => 'bar',
17-
'bar' => 'baz',
18-
],
19-
];
20-
}
217
}

tests/Fixtures/BadProperty.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,12 @@
66

77
class BadProperty extends AbstractStaticEntity
88
{
9-
private $foo;
10-
119
static function getDataSet(): array
1210
{
1311
return [
1412
1 => [
1513
'foo' => 'bar',
1614
],
17-
2 => [
18-
'foo' => 'bar',
19-
'bar' => 'baz',
20-
],
2115
];
2216
}
2317
}

0 commit comments

Comments
 (0)