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