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 0e5bf31 commit 3067c6cCopy full SHA for 3067c6c
rector.php
@@ -77,6 +77,12 @@
77
__DIR__ . '/tests/system/Config/fixtures',
78
__DIR__ . '/tests/system/Filters/fixtures',
79
__DIR__ . '/tests/_support',
80
+
81
+ // Error: ] Could not process "tests/system/Entity/EntityLiveTest.php" file, due
82
+ // to:
83
+ // "Call to a member function getValue() on bool". On line: 172
84
+ __DIR__ . '/tests/system/Entity/EntityLiveTest.php',
85
86
JsonThrowOnErrorRector::class,
87
YieldDataProviderRector::class,
88
0 commit comments