We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c04ce6a commit 6309773Copy full SHA for 6309773
tests/Fixtures/BadClass.php
@@ -4,18 +4,4 @@
4
5
class BadClass
6
{
7
- private $foo;
8
-
9
- static function getDataSet(): array
10
- {
11
- return [
12
- 1 => [
13
- 'foo' => 'bar',
14
- ],
15
- 2 => [
16
17
- 'bar' => 'baz',
18
19
- ];
20
- }
21
}
tests/Fixtures/BadProperty.php
@@ -6,18 +6,12 @@
class BadProperty extends AbstractStaticEntity
static function getDataSet(): array
return [
1 => [
'foo' => 'bar',
],
];
22
23
0 commit comments