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 c803321 commit 4dd6769Copy full SHA for 4dd6769
src/Analyser/LegacyTypeSpecifier.php
@@ -92,6 +92,7 @@
92
#[AutowiredService(name: 'typeSpecifier', factory: '@typeSpecifierFactory::create', as: TypeSpecifier::class)]
93
final class LegacyTypeSpecifier implements TypeSpecifier
94
{
95
+
96
private const MAX_ACCESSORIES_LIMIT = 8;
97
98
/** @var MethodTypeSpecifyingExtension[][]|null */
0 commit comments