Changed Classes

Class Constant / Property / Method
abstract class Constraint { /**/ } ERROR_NAMES = [ ]
class UniqueEntity extends Constraint { /**/ } ERROR_NAMES = [self::NOT_UNIQUE_ERROR => 'NOT_UNIQUE_ERROR', ]

abstract class BaseTypeTestCase extends TypeTestCase { /**/ } TESTED_TYPE = ''
class EntityTypeTest extends BaseTypeTestCase { /**/ } TESTED_TYPE = 'Symfony\Bridge\Doctrine\Form\Type\EntityType'

abstract class Constraint { /**/ } ERROR_NAMES = [ ]
class Form extends Constraint { /**/ } ERROR_NAMES = [self::NOT_SYNCHRONIZED_ERROR => 'NOT_SYNCHRONIZED_ERROR', self::NO_SUCH_FIELD_ERROR => 'NO_SUCH_FIELD_ERROR', ]

abstract class BaseTypeTestCase extends TypeTestCase { /**/ } TESTED_TYPE = ''
class ButtonTypeTest extends BaseTypeTestCase { /**/ } TESTED_TYPE = 'Symfony\Component\Form\Extension\Core\Type\ButtonType'

abstract class BaseTypeTestCase extends TypeTestCase { /**/ } TESTED_TYPE = ''
class WeekTypeTest extends BaseTypeTestCase { /**/ } TESTED_TYPE = 'Symfony\Component\Form\Extension\Core\Type\WeekType'

abstract class BaseTypeTestCase extends TypeTestCase { /**/ } TESTED_TYPE = ''
final class ColorTypeTest extends BaseTypeTestCase { /**/ } TESTED_TYPE = ColorType::class

abstract class BaseTypeTestCase extends TypeTestCase { /**/ } TESTED_TYPE = ''
class MoneyTypeTest extends BaseTypeTestCase { /**/ } TESTED_TYPE = 'Symfony\Component\Form\Extension\Core\Type\MoneyType'

abstract class BaseTypeTestCase extends TypeTestCase { /**/ } TESTED_TYPE = ''
class FormTypeTest extends BaseTypeTestCase { /**/ } TESTED_TYPE = 'Symfony\Component\Form\Extension\Core\Type\FormType'

abstract class BaseTypeTestCase extends TypeTestCase { /**/ } TESTED_TYPE = ''
class LanguageTypeTest extends BaseTypeTestCase { /**/ } TESTED_TYPE = 'Symfony\Component\Form\Extension\Core\Type\LanguageType'

abstract class BaseTypeTestCase extends TypeTestCase { /**/ } TESTED_TYPE = ''
class DateTimeTypeTest extends BaseTypeTestCase { /**/ } TESTED_TYPE = 'Symfony\Component\Form\Extension\Core\Type\DateTimeType'

abstract class BaseTypeTestCase extends TypeTestCase { /**/ } TESTED_TYPE = ''
class BirthdayTypeTest extends DateTypeTest { /**/ } TESTED_TYPE = 'Symfony\Component\Form\Extension\Core\Type\BirthdayType'

class DateTypeTest extends BaseTypeTestCase { /**/ } TESTED_TYPE = 'Symfony\Component\Form\Extension\Core\Type\DateType'
class BirthdayTypeTest extends DateTypeTest { /**/ } TESTED_TYPE = 'Symfony\Component\Form\Extension\Core\Type\BirthdayType'

abstract class BaseTypeTestCase extends TypeTestCase { /**/ } TESTED_TYPE = ''
class CurrencyTypeTest extends BaseTypeTestCase { /**/ } TESTED_TYPE = 'Symfony\Component\Form\Extension\Core\Type\CurrencyType'

abstract class BaseTypeTestCase extends TypeTestCase { /**/ } TESTED_TYPE = ''
final class UlidTypeTest extends BaseTypeTestCase { /**/ } TESTED_TYPE = UlidType::class

abstract class BaseTypeTestCase extends TypeTestCase { /**/ } TESTED_TYPE = ''
class NumberTypeTest extends BaseTypeTestCase { /**/ } TESTED_TYPE = 'Symfony\Component\Form\Extension\Core\Type\NumberType'

abstract class BaseTypeTestCase extends TypeTestCase { /**/ } TESTED_TYPE = ''
class DateIntervalTypeTest extends BaseTypeTestCase { /**/ } TESTED_TYPE = DateIntervalType::class

abstract class BaseTypeTestCase extends TypeTestCase { /**/ } TESTED_TYPE = ''
class SubmitTypeTest extends ButtonTypeTest { /**/ } TESTED_TYPE = 'Symfony\Component\Form\Extension\Core\Type\SubmitType'

class ButtonTypeTest extends BaseTypeTestCase { /**/ } TESTED_TYPE = 'Symfony\Component\Form\Extension\Core\Type\ButtonType'
class SubmitTypeTest extends ButtonTypeTest { /**/ } TESTED_TYPE = 'Symfony\Component\Form\Extension\Core\Type\SubmitType'

abstract class BaseTypeTestCase extends TypeTestCase { /**/ } TESTED_TYPE = ''
class FileTypeTest extends BaseTypeTestCase { /**/ } TESTED_TYPE = 'Symfony\Component\Form\Extension\Core\Type\FileType'

abstract class BaseTypeTestCase extends TypeTestCase { /**/ } TESTED_TYPE = ''
class PasswordTypeTest extends BaseTypeTestCase { /**/ } TESTED_TYPE = 'Symfony\Component\Form\Extension\Core\Type\PasswordType'

abstract class BaseTypeTestCase extends TypeTestCase { /**/ } TESTED_TYPE = ''
class CheckboxTypeTest extends BaseTypeTestCase { /**/ } TESTED_TYPE = 'Symfony\Component\Form\Extension\Core\Type\CheckboxType'

abstract class BaseTypeTestCase extends TypeTestCase { /**/ } TESTED_TYPE = ''
class UrlTypeTest extends TextTypeTest { /**/ } TESTED_TYPE = 'Symfony\Component\Form\Extension\Core\Type\UrlType'

class TextTypeTest extends BaseTypeTestCase { /**/ } TESTED_TYPE = 'Symfony\Component\Form\Extension\Core\Type\TextType'
class UrlTypeTest extends TextTypeTest { /**/ } TESTED_TYPE = 'Symfony\Component\Form\Extension\Core\Type\UrlType'

abstract class BaseTypeTestCase extends TypeTestCase { /**/ } TESTED_TYPE = ''
class EnumTypeTest extends BaseTypeTestCase { /**/ } TESTED_TYPE = EnumType::class

abstract class BaseTypeTestCase extends TypeTestCase { /**/ } TESTED_TYPE = ''
final class UuidTypeTest extends BaseTypeTestCase { /**/ } TESTED_TYPE = UuidType::class

abstract class BaseTypeTestCase extends TypeTestCase { /**/ } TESTED_TYPE = ''
class TimeTypeTest extends BaseTypeTestCase { /**/ } TESTED_TYPE = 'Symfony\Component\Form\Extension\Core\Type\TimeType'

abstract class BaseTypeTestCase extends TypeTestCase { /**/ } TESTED_TYPE = ''
class RepeatedTypeTest extends BaseTypeTestCase { /**/ } TESTED_TYPE = 'Symfony\Component\Form\Extension\Core\Type\RepeatedType'

abstract class BaseTypeTestCase extends TypeTestCase { /**/ } TESTED_TYPE = ''
class CountryTypeTest extends BaseTypeTestCase { /**/ } TESTED_TYPE = 'Symfony\Component\Form\Extension\Core\Type\CountryType'

abstract class BaseTypeTestCase extends TypeTestCase { /**/ } TESTED_TYPE = ''
class DateTypeTest extends BaseTypeTestCase { /**/ } TESTED_TYPE = 'Symfony\Component\Form\Extension\Core\Type\DateType'

abstract class BaseTypeTestCase extends TypeTestCase { /**/ } TESTED_TYPE = ''
class ChoiceTypeTest extends BaseTypeTestCase { /**/ } TESTED_TYPE = 'Symfony\Component\Form\Extension\Core\Type\ChoiceType'

abstract class BaseTypeTestCase extends TypeTestCase { /**/ } TESTED_TYPE = ''
class TextTypeTest extends BaseTypeTestCase { /**/ } TESTED_TYPE = 'Symfony\Component\Form\Extension\Core\Type\TextType'

abstract class BaseTypeTestCase extends TypeTestCase { /**/ } TESTED_TYPE = ''
class CollectionTypeTest extends BaseTypeTestCase { /**/ } TESTED_TYPE = 'Symfony\Component\Form\Extension\Core\Type\CollectionType'

abstract class BaseTypeTestCase extends TypeTestCase { /**/ } TESTED_TYPE = ''
class LocaleTypeTest extends BaseTypeTestCase { /**/ } TESTED_TYPE = 'Symfony\Component\Form\Extension\Core\Type\LocaleType'

abstract class BaseTypeTestCase extends TypeTestCase { /**/ } TESTED_TYPE = ''
class TimezoneTypeTest extends BaseTypeTestCase { /**/ } TESTED_TYPE = 'Symfony\Component\Form\Extension\Core\Type\TimezoneType'

abstract class BaseTypeTestCase extends TypeTestCase { /**/ } TESTED_TYPE = ''
class IntegerTypeTest extends BaseTypeTestCase { /**/ } TESTED_TYPE = 'Symfony\Component\Form\Extension\Core\Type\IntegerType'

abstract class Constraint { /**/ } ERROR_NAMES = [ ]
class Expression extends Constraint { /**/ } ERROR_NAMES = [self::EXPRESSION_FAILED_ERROR => 'EXPRESSION_FAILED_ERROR', ]

abstract class Constraint { /**/ } ERROR_NAMES = [ ]
class Email extends Constraint { /**/ } ERROR_NAMES = [self::INVALID_FORMAT_ERROR => 'INVALID_FORMAT_ERROR', ]

abstract class Constraint { /**/ } ERROR_NAMES = [ ]
class DateTime extends Constraint { /**/ } ERROR_NAMES = [self::INVALID_FORMAT_ERROR => 'INVALID_FORMAT_ERROR', self::INVALID_DATE_ERROR => 'INVALID_DATE_ERROR', self::INVALID_TIME_ERROR => 'INVALID_TIME_ERROR', ]

abstract class Constraint { /**/ } ERROR_NAMES = [ ]
class ExpressionSyntax extends Constraint { /**/ } ERROR_NAMES = [self::EXPRESSION_SYNTAX_ERROR => 'EXPRESSION_SYNTAX_ERROR', ]

abstract class Constraint { /**/ } ERROR_NAMES = [ ]
class GreaterThanOrEqual extends AbstractComparison { /**/ } ERROR_NAMES = [self::TOO_LOW_ERROR => 'TOO_LOW_ERROR', ]

abstract class Constraint { /**/ } ERROR_NAMES = [ ]
class IsFalse extends Constraint { /**/ } ERROR_NAMES = [self::NOT_FALSE_ERROR => 'NOT_FALSE_ERROR', ]

abstract class Constraint { /**/ } ERROR_NAMES = [ ]
class Luhn extends Constraint { /**/ } ERROR_NAMES = [self::INVALID_CHARACTERS_ERROR => 'INVALID_CHARACTERS_ERROR', self::CHECKSUM_FAILED_ERROR => 'CHECKSUM_FAILED_ERROR', ]

abstract class Constraint { /**/ } ERROR_NAMES = [ ]
class LessThan extends AbstractComparison { /**/ } ERROR_NAMES = [self::TOO_HIGH_ERROR => 'TOO_HIGH_ERROR', ]

abstract class Constraint { /**/ } ERROR_NAMES = [ ]
class Time extends Constraint { /**/ } ERROR_NAMES = [self::INVALID_FORMAT_ERROR => 'INVALID_FORMAT_ERROR', self::INVALID_TIME_ERROR => 'INVALID_TIME_ERROR', ]

abstract class Constraint { /**/ } ERROR_NAMES = [ ]
class Issn extends Constraint { /**/ } ERROR_NAMES = [self::TOO_SHORT_ERROR => 'TOO_SHORT_ERROR', self::TOO_LONG_ERROR => 'TOO_LONG_ERROR', self::MISSING_HYPHEN_ERROR => 'MISSING_HYPHEN_ERROR', self::INVALID_CHARACTERS_ERROR => 'INVALID_CHARACTERS_ERROR', self::INVALID_CASE_ERROR => 'INVALID_CASE_ERROR', self::CHECKSUM_FAILED_ERROR => 'CHECKSUM_FAILED_ERROR', ]

abstract class Constraint { /**/ } ERROR_NAMES = [ ]
final class PasswordStrength extends Constraint { /**/ } ERROR_NAMES = [self::PASSWORD_STRENGTH_ERROR => 'PASSWORD_STRENGTH_ERROR', ]

abstract class Constraint { /**/ } ERROR_NAMES = [ ]
class Type extends Constraint { /**/ } ERROR_NAMES = [self::INVALID_TYPE_ERROR => 'INVALID_TYPE_ERROR', ]

abstract class Constraint { /**/ } ERROR_NAMES = [ ]
class Regex extends Constraint { /**/ } ERROR_NAMES = [self::REGEX_FAILED_ERROR => 'REGEX_FAILED_ERROR', ]

abstract class Constraint { /**/ } ERROR_NAMES = [ ]
class Json extends Constraint { /**/ } ERROR_NAMES = [self::INVALID_JSON_ERROR => 'INVALID_JSON_ERROR', ]

abstract class Constraint { /**/ } ERROR_NAMES = [ ]
class NotIdenticalTo extends AbstractComparison { /**/ } ERROR_NAMES = [self::IS_IDENTICAL_ERROR => 'IS_IDENTICAL_ERROR', ]

abstract class Constraint { /**/ } ERROR_NAMES = [ ]
class Cidr extends Constraint { /**/ } ERROR_NAMES = [self::INVALID_CIDR_ERROR => 'INVALID_CIDR_ERROR', self::OUT_OF_RANGE_ERROR => 'OUT_OF_RANGE_VIOLATION', ]

abstract class Constraint { /**/ } ERROR_NAMES = [ ]
class Hostname extends Constraint { /**/ } ERROR_NAMES = [self::INVALID_HOSTNAME_ERROR => 'INVALID_HOSTNAME_ERROR', ]

abstract class Constraint { /**/ } ERROR_NAMES = [ ]
class Country extends Constraint { /**/ } ERROR_NAMES = [self::NO_SUCH_COUNTRY_ERROR => 'NO_SUCH_COUNTRY_ERROR', ]

abstract class Constraint { /**/ } ERROR_NAMES = [ ]
class Blank extends Constraint { /**/ } ERROR_NAMES = [self::NOT_BLANK_ERROR => 'NOT_BLANK_ERROR', ]

abstract class Constraint { /**/ } ERROR_NAMES = [ ]
class Ulid extends Constraint { /**/ } ERROR_NAMES = [self::TOO_SHORT_ERROR => 'TOO_SHORT_ERROR', self::TOO_LONG_ERROR => 'TOO_LONG_ERROR', self::INVALID_CHARACTERS_ERROR => 'INVALID_CHARACTERS_ERROR', self::TOO_LARGE_ERROR => 'TOO_LARGE_ERROR', ]

abstract class Constraint { /**/ } ERROR_NAMES = [ ]
class Unique extends Constraint { /**/ } ERROR_NAMES = [self::IS_NOT_UNIQUE => 'IS_NOT_UNIQUE', ]

abstract class Constraint { /**/ } ERROR_NAMES = [ ]
class Bic extends Constraint { /**/ } ERROR_NAMES = [self::INVALID_LENGTH_ERROR => 'INVALID_LENGTH_ERROR', self::INVALID_CHARACTERS_ERROR => 'INVALID_CHARACTERS_ERROR', self::INVALID_BANK_CODE_ERROR => 'INVALID_BANK_CODE_ERROR', self::INVALID_COUNTRY_CODE_ERROR => 'INVALID_COUNTRY_CODE_ERROR', self::INVALID_CASE_ERROR => 'INVALID_CASE_ERROR', ]

abstract class Constraint { /**/ } ERROR_NAMES = [ ]
class File extends Constraint { /**/ } ERROR_NAMES = [self::NOT_FOUND_ERROR => 'NOT_FOUND_ERROR', self::NOT_READABLE_ERROR => 'NOT_READABLE_ERROR', self::EMPTY_ERROR => 'EMPTY_ERROR', self::TOO_LARGE_ERROR => 'TOO_LARGE_ERROR', self::INVALID_MIME_TYPE_ERROR => 'INVALID_MIME_TYPE_ERROR', self::INVALID_EXTENSION_ERROR => 'INVALID_EXTENSION_ERROR', self::FILENAME_TOO_LONG => 'FILENAME_TOO_LONG', ]

abstract class Constraint { /**/ } ERROR_NAMES = [ ]
class IsTrue extends Constraint { /**/ } ERROR_NAMES = [self::NOT_TRUE_ERROR => 'NOT_TRUE_ERROR', ]

abstract class Constraint { /**/ } ERROR_NAMES = [ ]
class AtLeastOneOf extends Composite { /**/ } ERROR_NAMES = [self::AT_LEAST_ONE_OF_ERROR => 'AT_LEAST_ONE_OF_ERROR', ]

abstract class Constraint { /**/ } ERROR_NAMES = [ ]
class Uuid extends Constraint { /**/ } ERROR_NAMES = [self::TOO_SHORT_ERROR => 'TOO_SHORT_ERROR', self::TOO_LONG_ERROR => 'TOO_LONG_ERROR', self::INVALID_CHARACTERS_ERROR => 'INVALID_CHARACTERS_ERROR', self::INVALID_HYPHEN_PLACEMENT_ERROR => 'INVALID_HYPHEN_PLACEMENT_ERROR', self::INVALID_VERSION_ERROR => 'INVALID_VERSION_ERROR', self::INVALID_VARIANT_ERROR => 'INVALID_VARIANT_ERROR', ]

abstract class Constraint { /**/ } ERROR_NAMES = [ ]
class NotNull extends Constraint { /**/ } ERROR_NAMES = [self::IS_NULL_ERROR => 'IS_NULL_ERROR', ]

abstract class Constraint { /**/ } ERROR_NAMES = [ ]
class IdenticalTo extends AbstractComparison { /**/ } ERROR_NAMES = [self::NOT_IDENTICAL_ERROR => 'NOT_IDENTICAL_ERROR', ]

abstract class Constraint { /**/ } ERROR_NAMES = [ ]
class NotCompromisedPassword extends Constraint { /**/ } ERROR_NAMES = [self::COMPROMISED_PASSWORD_ERROR => 'COMPROMISED_PASSWORD_ERROR', ]

abstract class Constraint { /**/ } ERROR_NAMES = [ ]
class Url extends Constraint { /**/ } ERROR_NAMES = [self::INVALID_URL_ERROR => 'INVALID_URL_ERROR', ]

abstract class Constraint { /**/ } ERROR_NAMES = [ ]
class NotEqualTo extends AbstractComparison { /**/ } ERROR_NAMES = [self::IS_EQUAL_ERROR => 'IS_EQUAL_ERROR', ]

abstract class Constraint { /**/ } ERROR_NAMES = [ ]
class Ip extends Constraint { /**/ } ERROR_NAMES = [self::INVALID_IP_ERROR => 'INVALID_IP_ERROR', ]

abstract class Constraint { /**/ } ERROR_NAMES = [ ]
class Choice extends Constraint { /**/ } ERROR_NAMES = [self::NO_SUCH_CHOICE_ERROR => 'NO_SUCH_CHOICE_ERROR', self::TOO_FEW_ERROR => 'TOO_FEW_ERROR', self::TOO_MANY_ERROR => 'TOO_MANY_ERROR', ]

abstract class Constraint { /**/ } ERROR_NAMES = [ ]
class Iban extends Constraint { /**/ } ERROR_NAMES = [self::INVALID_COUNTRY_CODE_ERROR => 'INVALID_COUNTRY_CODE_ERROR', self::INVALID_CHARACTERS_ERROR => 'INVALID_CHARACTERS_ERROR', self::CHECKSUM_FAILED_ERROR => 'CHECKSUM_FAILED_ERROR', self::INVALID_FORMAT_ERROR => 'INVALID_FORMAT_ERROR', self::NOT_SUPPORTED_COUNTRY_CODE_ERROR => 'NOT_SUPPORTED_COUNTRY_CODE_ERROR', ]

abstract class Constraint { /**/ } ERROR_NAMES = [ ]
class Date extends Constraint { /**/ } ERROR_NAMES = [self::INVALID_FORMAT_ERROR => 'INVALID_FORMAT_ERROR', self::INVALID_DATE_ERROR => 'INVALID_DATE_ERROR', ]

abstract class Constraint { /**/ } ERROR_NAMES = [ ]
class DivisibleBy extends AbstractComparison { /**/ } ERROR_NAMES = [self::NOT_DIVISIBLE_BY => 'NOT_DIVISIBLE_BY', ]

abstract class Constraint { /**/ } ERROR_NAMES = [ ]
class Count extends Constraint { /**/ } ERROR_NAMES = [self::TOO_FEW_ERROR => 'TOO_FEW_ERROR', self::TOO_MANY_ERROR => 'TOO_MANY_ERROR', self::NOT_EQUAL_COUNT_ERROR => 'NOT_EQUAL_COUNT_ERROR', self::NOT_DIVISIBLE_BY_ERROR => 'NOT_DIVISIBLE_BY_ERROR', ]

abstract class Constraint { /**/ } ERROR_NAMES = [ ]
class Isbn extends Constraint { /**/ } ERROR_NAMES = [self::TOO_SHORT_ERROR => 'TOO_SHORT_ERROR', self::TOO_LONG_ERROR => 'TOO_LONG_ERROR', self::INVALID_CHARACTERS_ERROR => 'INVALID_CHARACTERS_ERROR', self::CHECKSUM_FAILED_ERROR => 'CHECKSUM_FAILED_ERROR', self::TYPE_NOT_RECOGNIZED_ERROR => 'TYPE_NOT_RECOGNIZED_ERROR', ]

abstract class Constraint { /**/ } ERROR_NAMES = [ ]
class Currency extends Constraint { /**/ } ERROR_NAMES = [self::NO_SUCH_CURRENCY_ERROR => 'NO_SUCH_CURRENCY_ERROR', ]

abstract class Constraint { /**/ } ERROR_NAMES = [ ]
class Timezone extends Constraint { /**/ } ERROR_NAMES = [self::TIMEZONE_IDENTIFIER_ERROR => 'TIMEZONE_IDENTIFIER_ERROR', self::TIMEZONE_IDENTIFIER_IN_ZONE_ERROR => 'TIMEZONE_IDENTIFIER_IN_ZONE_ERROR', self::TIMEZONE_IDENTIFIER_IN_COUNTRY_ERROR => 'TIMEZONE_IDENTIFIER_IN_COUNTRY_ERROR', self::TIMEZONE_IDENTIFIER_INTL_ERROR => 'TIMEZONE_IDENTIFIER_INTL_ERROR', ]

abstract class Constraint { /**/ } ERROR_NAMES = [ ]
class Language extends Constraint { /**/ } ERROR_NAMES = [self::NO_SUCH_LANGUAGE_ERROR => 'NO_SUCH_LANGUAGE_ERROR', ]

abstract class Constraint { /**/ } ERROR_NAMES = [ ]
class Collection extends Composite { /**/ } ERROR_NAMES = [self::MISSING_FIELD_ERROR => 'MISSING_FIELD_ERROR', self::NO_SUCH_FIELD_ERROR => 'NO_SUCH_FIELD_ERROR', ]

abstract class Constraint { /**/ } ERROR_NAMES = [ ]
class LessThanOrEqual extends AbstractComparison { /**/ } ERROR_NAMES = [self::TOO_HIGH_ERROR => 'TOO_HIGH_ERROR', ]

abstract class Constraint { /**/ } ERROR_NAMES = [ ]
class IsNull extends Constraint { /**/ } ERROR_NAMES = [self::NOT_NULL_ERROR => 'NOT_NULL_ERROR', ]

abstract class Constraint { /**/ } ERROR_NAMES = [ ]
class Length extends Constraint { /**/ } ERROR_NAMES = [self::TOO_SHORT_ERROR => 'TOO_SHORT_ERROR', self::TOO_LONG_ERROR => 'TOO_LONG_ERROR', self::NOT_EQUAL_LENGTH_ERROR => 'NOT_EQUAL_LENGTH_ERROR', self::INVALID_CHARACTERS_ERROR => 'INVALID_CHARACTERS_ERROR', ]

abstract class Constraint { /**/ } ERROR_NAMES = [ ]
class CardScheme extends Constraint { /**/ } ERROR_NAMES = [self::NOT_NUMERIC_ERROR => 'NOT_NUMERIC_ERROR', self::INVALID_FORMAT_ERROR => 'INVALID_FORMAT_ERROR', ]

abstract class Constraint { /**/ } ERROR_NAMES = [ ]
class Range extends Constraint { /**/ } ERROR_NAMES = [self::INVALID_CHARACTERS_ERROR => 'INVALID_CHARACTERS_ERROR', self::NOT_IN_RANGE_ERROR => 'NOT_IN_RANGE_ERROR', self::TOO_HIGH_ERROR => 'TOO_HIGH_ERROR', self::TOO_LOW_ERROR => 'TOO_LOW_ERROR', ]

abstract class Constraint { /**/ } ERROR_NAMES = [ ]
class Isin extends Constraint { /**/ } ERROR_NAMES = [self::INVALID_LENGTH_ERROR => 'INVALID_LENGTH_ERROR', self::INVALID_PATTERN_ERROR => 'INVALID_PATTERN_ERROR', self::INVALID_CHECKSUM_ERROR => 'INVALID_CHECKSUM_ERROR', ]

abstract class Constraint { /**/ } ERROR_NAMES = [ ]
class CssColor extends Constraint { /**/ } ERROR_NAMES = [self::INVALID_FORMAT_ERROR => 'INVALID_FORMAT_ERROR', ]

abstract class Constraint { /**/ } ERROR_NAMES = [ ]
class NoSuspiciousCharacters extends Constraint { /**/ } ERROR_NAMES = [self::RESTRICTION_LEVEL_ERROR => 'RESTRICTION_LEVEL_ERROR', self::INVISIBLE_ERROR => 'INVISIBLE_ERROR', self::MIXED_NUMBERS_ERROR => 'MIXED_NUMBERS_ERROR', self::HIDDEN_OVERLAY_ERROR => 'INVALID_CASE_ERROR', ]

abstract class Constraint { /**/ } ERROR_NAMES = [ ]
class Locale extends Constraint { /**/ } ERROR_NAMES = [self::NO_SUCH_LOCALE_ERROR => 'NO_SUCH_LOCALE_ERROR', ]

abstract class Constraint { /**/ } ERROR_NAMES = [ ]
class EqualTo extends AbstractComparison { /**/ } ERROR_NAMES = [self::NOT_EQUAL_ERROR => 'NOT_EQUAL_ERROR', ]

abstract class Constraint { /**/ } ERROR_NAMES = [ ]
class Image extends File { /**/ } ERROR_NAMES = [self::NOT_FOUND_ERROR => 'NOT_FOUND_ERROR', self::NOT_READABLE_ERROR => 'NOT_READABLE_ERROR', self::EMPTY_ERROR => 'EMPTY_ERROR', self::TOO_LARGE_ERROR => 'TOO_LARGE_ERROR', self::INVALID_MIME_TYPE_ERROR => 'INVALID_MIME_TYPE_ERROR', self::FILENAME_TOO_LONG => 'FILENAME_TOO_LONG', self::SIZE_NOT_DETECTED_ERROR => 'SIZE_NOT_DETECTED_ERROR', self::TOO_WIDE_ERROR => 'TOO_WIDE_ERROR', self::TOO_NARROW_ERROR => 'TOO_NARROW_ERROR', self::TOO_HIGH_ERROR => 'TOO_HIGH_ERROR', self::TOO_LOW_ERROR => 'TOO_LOW_ERROR', self::TOO_FEW_PIXEL_ERROR => 'TOO_FEW_PIXEL_ERROR', self::TOO_MANY_PIXEL_ERROR => 'TOO_MANY_PIXEL_ERROR', self::RATIO_TOO_BIG_ERROR => 'RATIO_TOO_BIG_ERROR', self::RATIO_TOO_SMALL_ERROR => 'RATIO_TOO_SMALL_ERROR', self::SQUARE_NOT_ALLOWED_ERROR => 'SQUARE_NOT_ALLOWED_ERROR', self::LANDSCAPE_NOT_ALLOWED_ERROR => 'LANDSCAPE_NOT_ALLOWED_ERROR', self::PORTRAIT_NOT_ALLOWED_ERROR => 'PORTRAIT_NOT_ALLOWED_ERROR', self::CORRUPTED_IMAGE_ERROR => 'CORRUPTED_IMAGE_ERROR', ]

class File extends Constraint { /**/ } ERROR_NAMES = [self::NOT_FOUND_ERROR => 'NOT_FOUND_ERROR', self::NOT_READABLE_ERROR => 'NOT_READABLE_ERROR', self::EMPTY_ERROR => 'EMPTY_ERROR', self::TOO_LARGE_ERROR => 'TOO_LARGE_ERROR', self::INVALID_MIME_TYPE_ERROR => 'INVALID_MIME_TYPE_ERROR', self::INVALID_EXTENSION_ERROR => 'INVALID_EXTENSION_ERROR', self::FILENAME_TOO_LONG => 'FILENAME_TOO_LONG', ]
class Image extends File { /**/ } ERROR_NAMES = [self::NOT_FOUND_ERROR => 'NOT_FOUND_ERROR', self::NOT_READABLE_ERROR => 'NOT_READABLE_ERROR', self::EMPTY_ERROR => 'EMPTY_ERROR', self::TOO_LARGE_ERROR => 'TOO_LARGE_ERROR', self::INVALID_MIME_TYPE_ERROR => 'INVALID_MIME_TYPE_ERROR', self::FILENAME_TOO_LONG => 'FILENAME_TOO_LONG', self::SIZE_NOT_DETECTED_ERROR => 'SIZE_NOT_DETECTED_ERROR', self::TOO_WIDE_ERROR => 'TOO_WIDE_ERROR', self::TOO_NARROW_ERROR => 'TOO_NARROW_ERROR', self::TOO_HIGH_ERROR => 'TOO_HIGH_ERROR', self::TOO_LOW_ERROR => 'TOO_LOW_ERROR', self::TOO_FEW_PIXEL_ERROR => 'TOO_FEW_PIXEL_ERROR', self::TOO_MANY_PIXEL_ERROR => 'TOO_MANY_PIXEL_ERROR', self::RATIO_TOO_BIG_ERROR => 'RATIO_TOO_BIG_ERROR', self::RATIO_TOO_SMALL_ERROR => 'RATIO_TOO_SMALL_ERROR', self::SQUARE_NOT_ALLOWED_ERROR => 'SQUARE_NOT_ALLOWED_ERROR', self::LANDSCAPE_NOT_ALLOWED_ERROR => 'LANDSCAPE_NOT_ALLOWED_ERROR', self::PORTRAIT_NOT_ALLOWED_ERROR => 'PORTRAIT_NOT_ALLOWED_ERROR', self::CORRUPTED_IMAGE_ERROR => 'CORRUPTED_IMAGE_ERROR', ]

abstract class Constraint { /**/ } ERROR_NAMES = [ ]
class GreaterThan extends AbstractComparison { /**/ } ERROR_NAMES = [self::TOO_LOW_ERROR => 'TOO_LOW_ERROR', ]

abstract class Constraint { /**/ } ERROR_NAMES = [ ]
class NotBlank extends Constraint { /**/ } ERROR_NAMES = [self::IS_BLANK_ERROR => 'IS_BLANK_ERROR', ]

abstract class AbstractAdapter implements AdapterInterface, CacheInterface, LoggerAwareInterface, ResettableInterface { /**/ } NS_SEPARATOR = ':'
class Psr16Adapter extends AbstractAdapter implements PruneableInterface, ResettableInterface { /**/ } NS_SEPARATOR = '_'

abstract class AbstractTransport implements TransportInterface { /**/ } HOST = 'localhost'
final class SendberryTransport extends AbstractTransport { /**/ } HOST = 'api.sendberry.com'

abstract class AbstractTransport implements TransportInterface { /**/ } HOST = 'localhost'
final class FortySixElksTransport extends AbstractTransport { /**/ } HOST = 'api.46elks.com'

abstract class AbstractTransport implements TransportInterface { /**/ } HOST = 'localhost'
final class TwitterTransport extends AbstractTransport { /**/ } HOST = 'api.twitter.com'

abstract class AbstractTransport implements TransportInterface { /**/ } HOST = 'localhost'
final class BandwidthTransport extends AbstractTransport { /**/ } HOST = 'messaging.bandwidth.com'

abstract class AbstractTransport implements TransportInterface { /**/ } HOST = 'localhost'
class ChatworkTransport extends AbstractTransport { /**/ } HOST = 'api.chatwork.com'

abstract class AbstractTransport implements TransportInterface { /**/ } HOST = 'localhost'
final class SmsBiurasTransport extends AbstractTransport { /**/ } HOST = 'savitarna.smsbiuras.lt'

abstract class AbstractTransport implements TransportInterface { /**/ } HOST = 'localhost'
final class FreeMobileTransport extends AbstractTransport { /**/ } HOST = 'smsapi.free-mobile.fr/sendmsg'

abstract class AbstractTransport implements TransportInterface { /**/ } HOST = 'localhost'
final class ClickSendTransport extends AbstractTransport { /**/ } HOST = 'rest.clicksend.com'

abstract class AbstractTransport implements TransportInterface { /**/ } HOST = 'localhost'
final class DiscordTransport extends AbstractTransport { /**/ } HOST = 'discord.com'

abstract class AbstractTransport implements TransportInterface { /**/ } HOST = 'localhost'
final class TurboSmsTransport extends AbstractTransport { /**/ } HOST = 'api.turbosms.ua'

abstract class AbstractTransport implements TransportInterface { /**/ } HOST = 'localhost'
final class MessageBirdTransport extends AbstractTransport { /**/ } HOST = 'rest.messagebird.com'

abstract class AbstractTransport implements TransportInterface { /**/ } HOST = 'localhost'
final class TelnyxTransport extends AbstractTransport { /**/ } HOST = 'api.telnyx.com'

abstract class AbstractTransport implements TransportInterface { /**/ } HOST = 'localhost'
class KazInfoTehTransport extends AbstractTransport { /**/ } HOST = 'kazinfoteh.org'

abstract class AbstractTransport implements TransportInterface { /**/ } HOST = 'localhost'
final class SmsapiTransport extends AbstractTransport { /**/ } HOST = 'api.smsapi.pl'

abstract class AbstractTransport implements TransportInterface { /**/ } HOST = 'localhost'
final class RedlinkTransport extends AbstractTransport { /**/ } HOST = 'api.redlink.pl'

abstract class AbstractTransport implements TransportInterface { /**/ } HOST = 'localhost'
final class OctopushTransport extends AbstractTransport { /**/ } HOST = 'www.octopush-dm.com'

abstract class AbstractTransport implements TransportInterface { /**/ } HOST = 'localhost'
final class SmsmodeTransport extends AbstractTransport { /**/ } HOST = 'rest.smsmode.com'

abstract class AbstractTransport implements TransportInterface { /**/ } HOST = 'localhost'
final class PagerDutyTransport extends AbstractTransport { /**/ } HOST = 'events.pagerduty.com'

abstract class AbstractTransport implements TransportInterface { /**/ } HOST = 'localhost'
final class EsendexTransport extends AbstractTransport { /**/ } HOST = 'api.esendex.com'

abstract class AbstractTransport implements TransportInterface { /**/ } HOST = 'localhost'
final class MailjetTransport extends AbstractTransport { /**/ } HOST = 'api.mailjet.com'

abstract class AbstractTransport implements TransportInterface { /**/ } HOST = 'localhost'
final class OvhCloudTransport extends AbstractTransport { /**/ } HOST = 'eu.api.ovh.com'

abstract class AbstractTransport implements TransportInterface { /**/ } HOST = 'localhost'
final class NtfyTransport extends AbstractTransport { /**/ } HOST = 'ntfy.sh'

abstract class AbstractTransport implements TransportInterface { /**/ } HOST = 'localhost'
final class AllMySmsTransport extends AbstractTransport { /**/ } HOST = 'api.allmysms.com'

abstract class AbstractTransport implements TransportInterface { /**/ } HOST = 'localhost'
final class FakeSmsEmailTransport extends AbstractTransport { /**/ } HOST = 'default'

abstract class AbstractTransport implements TransportInterface { /**/ } HOST = 'localhost'
final class FakeSmsLoggerTransport extends AbstractTransport { /**/ } HOST = 'default'

abstract class AbstractTransport implements TransportInterface { /**/ } HOST = 'localhost'
final class OneSignalTransport extends AbstractTransport { /**/ } HOST = 'onesignal.com'

abstract class AbstractTransport implements TransportInterface { /**/ } HOST = 'localhost'
final class LightSmsTransport extends AbstractTransport { /**/ } HOST = 'www.lightsms.com'

abstract class AbstractTransport implements TransportInterface { /**/ } HOST = 'localhost'
final class OrangeSmsTransport extends AbstractTransport { /**/ } HOST = 'api.orange.com'

abstract class AbstractTransport implements TransportInterface { /**/ } HOST = 'localhost'
final class ExpoTransport extends AbstractTransport { /**/ } HOST = 'exp.host/--/api/v2/push/send'

abstract class AbstractTransport implements TransportInterface { /**/ } HOST = 'localhost'
class NovuTransport extends AbstractTransport { /**/ } HOST = 'web.novu.co'

abstract class AbstractTransport implements TransportInterface { /**/ } HOST = 'localhost'
final class VonageTransport extends AbstractTransport { /**/ } HOST = 'rest.nexmo.com'

abstract class AbstractTransport implements TransportInterface { /**/ } HOST = 'localhost'
final class SimpleTextinTransport extends AbstractTransport { /**/ } HOST = 'api-app2.simpletexting.com'

abstract class AbstractTransport implements TransportInterface { /**/ } HOST = 'localhost'
final class PushoverTransport extends AbstractTransport { /**/ } HOST = 'api.pushover.net'

abstract class AbstractTransport implements TransportInterface { /**/ } HOST = 'localhost'
final class FakeChatLoggerTransport extends AbstractTransport { /**/ } HOST = 'default'

abstract class AbstractTransport implements TransportInterface { /**/ } HOST = 'localhost'
final class FakeChatEmailTransport extends AbstractTransport { /**/ } HOST = 'default'

abstract class AbstractTransport implements TransportInterface { /**/ } HOST = 'localhost'
final class PlivoTransport extends AbstractTransport { /**/ } HOST = 'api.plivo.com'

abstract class AbstractTransport implements TransportInterface { /**/ } HOST = 'localhost'
final class SpotHitTransport extends AbstractTransport { /**/ } HOST = 'spot-hit.fr'

abstract class AbstractTransport implements TransportInterface { /**/ } HOST = 'localhost'
final class FirebaseTransport extends AbstractTransport { /**/ } HOST = 'fcm.googleapis.com/fcm/send'

abstract class AbstractTransport implements TransportInterface { /**/ } HOST = 'localhost'
final class TelegramTransport extends AbstractTransport { /**/ } HOST = 'api.telegram.org'

abstract class AbstractTransport implements TransportInterface { /**/ } HOST = 'localhost'
final class IsendproTransport extends AbstractTransport { /**/ } HOST = 'apirest.isendpro.com'

abstract class AbstractTransport implements TransportInterface { /**/ } HOST = 'localhost'
final class SinchTransport extends AbstractTransport { /**/ } HOST = 'sms.api.sinch.com'

abstract class AbstractTransport implements TransportInterface { /**/ } HOST = 'localhost'
final class GoogleChatTransport extends AbstractTransport { /**/ } HOST = 'chat.googleapis.com'

abstract class AbstractTransport implements TransportInterface { /**/ } HOST = 'localhost'
final class IqsmsTransport extends AbstractTransport { /**/ } HOST = 'api.iqsms.ru'

abstract class AbstractTransport implements TransportInterface { /**/ } HOST = 'localhost'
class YunpianTransport extends AbstractTransport { /**/ } HOST = 'sms.yunpian.com'

abstract class AbstractTransport implements TransportInterface { /**/ } HOST = 'localhost'
final class SlackTransport extends AbstractTransport { /**/ } HOST = 'slack.com'

abstract class AbstractTransport implements TransportInterface { /**/ } HOST = 'localhost'
final class GatewayApiTransport extends AbstractTransport { /**/ } HOST = 'gatewayapi.com'

abstract class AbstractTransport implements TransportInterface { /**/ } HOST = 'localhost'
final class EngagespotTransport extends AbstractTransport { /**/ } HOST = 'api.engagespot.co/2/campaigns'

abstract class AbstractTransport implements TransportInterface { /**/ } HOST = 'localhost'
final class ClickatellTransport extends AbstractTransport { /**/ } HOST = 'api.clickatell.com'

abstract class AbstractTransport implements TransportInterface { /**/ } HOST = 'localhost'
final class LineNotifyTransport extends AbstractTransport { /**/ } HOST = 'notify-api.line.me'

abstract class AbstractTransport implements TransportInterface { /**/ } HOST = 'localhost'
final class SmscTransport extends AbstractTransport { /**/ } HOST = 'smsc.ru'

abstract class AbstractTransport implements TransportInterface { /**/ } HOST = 'localhost'
final class GitterTransport extends AbstractTransport { /**/ } HOST = 'api.gitter.im'

abstract class AbstractTransport implements TransportInterface { /**/ } HOST = 'localhost'
final class Sms77Transport extends AbstractTransport { /**/ } HOST = 'gateway.sms77.io'

abstract class AbstractTransport implements TransportInterface { /**/ } HOST = 'localhost'
final class ContactEveryoneTransport extends AbstractTransport { /**/ } HOST = 'contact-everyone.orange-business.com'

abstract class AbstractTransport implements TransportInterface { /**/ } HOST = 'localhost'
final class BrevoTransport extends AbstractTransport { /**/ } HOST = 'api.brevo.com'

abstract class AbstractTransport implements TransportInterface { /**/ } HOST = 'localhost'
final class SmsFactorTransport extends AbstractTransport { /**/ } HOST = 'api.smsfactor.com'

abstract class AbstractTransport implements TransportInterface { /**/ } HOST = 'localhost'
final class RingCentralTransport extends AbstractTransport { /**/ } HOST = 'platform.ringcentral.com'

abstract class AbstractTransport implements TransportInterface { /**/ } HOST = 'localhost'
final class RocketChatTransport extends AbstractTransport { /**/ } HOST = 'rocketchat.com'

abstract class AbstractTransport implements TransportInterface { /**/ } HOST = 'localhost'
final class TermiiTransport extends AbstractTransport { /**/ } HOST = 'api.ng.termii.com'

abstract class AbstractTransport implements TransportInterface { /**/ } HOST = 'localhost'
final class MessageMediaTransport extends AbstractTransport { /**/ } HOST = 'api.messagemedia.com'

abstract class AbstractTransport implements TransportInterface { /**/ } HOST = 'localhost'
final class LinkedInTransport extends AbstractTransport { /**/ } HOST = 'api.linkedin.com'

abstract class AbstractTransport implements TransportInterface { /**/ } HOST = 'localhost'
final class TwilioTransport extends AbstractTransport { /**/ } HOST = 'api.twilio.com'

abstract class AbstractTransport implements TransportInterface { /**/ } HOST = 'localhost'
final class MobytTransport extends AbstractTransport { /**/ } HOST = 'app.mobyt.fr'

abstract class Constraint { /**/ } ERROR_NAMES = [ ]
class UserPassword extends Constraint { /**/ } ERROR_NAMES = [self::INVALID_PASSWORD_ERROR => 'INVALID_PASSWORD_ERROR', ]

class Uuid extends AbstractUid { /**/ } TYPE = 0
class UuidV8 extends Uuid { /**/ } TYPE = 8

class Uuid extends AbstractUid { /**/ } TYPE = 0
class NilUuid extends Uuid { /**/ } TYPE = -1

class Uuid extends AbstractUid { /**/ } TYPE = 0
class MaxUuid extends Uuid { /**/ } TYPE = -1

class Uuid extends AbstractUid { /**/ } TYPE = 0
class UuidV1 extends Uuid implements TimeBasedUidInterface { /**/ } TYPE = 1

class Uuid extends AbstractUid { /**/ } TYPE = 0
class UuidV3 extends Uuid { /**/ } TYPE = 3

class Uuid extends AbstractUid { /**/ } TYPE = 0
class UuidV6 extends Uuid implements TimeBasedUidInterface { /**/ } TYPE = 6

class Uuid extends AbstractUid { /**/ } TYPE = 0
class UuidV7 extends Uuid implements TimeBasedUidInterface { /**/ } TYPE = 7

class Uuid extends AbstractUid { /**/ } TYPE = 0
class UuidV5 extends Uuid { /**/ } TYPE = 5

class Uuid extends AbstractUid { /**/ } TYPE = 0
class UuidV4 extends Uuid { /**/ } TYPE = 4

class FinalConstants extends FinalConstants2 { /**/ } OVERRIDDEN_FINAL_PARENT_CLASS = 'OVERRIDDEN_FINAL_PARENT_CLASS'
class OverrideFinalConstant extends FinalConstants { /**/ } OVERRIDDEN_FINAL_PARENT_CLASS = 'O_OVERRIDDEN_FINAL_PARENT_CLASS'

class FinalConstants extends FinalConstants2 { /**/ } OVERRIDDEN_NOT_FINAL_PARENT_CLASS = 'OVERRIDDEN_NOT_FINAL_PARENT_CLASS'
class OverrideFinalConstant extends FinalConstants { /**/ } OVERRIDDEN_NOT_FINAL_PARENT_CLASS = 'O_OVERRIDDEN_NOT_FINAL_PARENT_CLASS'

class FinalConstants2 { /**/ } OVERRIDDEN_FINAL_PARENT_PARENT_CLASS = 'OVERRIDDEN_FINAL_PARENT_PARENT_CLASS'
class OverrideFinalConstant extends FinalConstants { /**/ } OVERRIDDEN_FINAL_PARENT_PARENT_CLASS = 'O_OVERRIDDEN_FINAL_PARENT_PARENT_CLASS'

class FinalConstants2 { /**/ } OVERRIDDEN_NOT_FINAL_PARENT_PARENT_CLASS = 'OVERRIDDEN_NOT_FINAL_PARENT_PARENT_CLASS'
class OverrideFinalConstant extends FinalConstants { /**/ } OVERRIDDEN_NOT_FINAL_PARENT_PARENT_CLASS = 'O_OVERRIDDEN_NOT_FINAL_PARENT_PARENT_CLASS'

class Connection implements ResetInterface { /**/ } DEFAULT_OPTIONS = ['table_name' => 'messenger_messages', 'queue_name' => 'default', 'redeliver_timeout' => 3600, 'auto_setup' => true, ]
final class PostgreSqlConnection extends Connection { /**/ } DEFAULT_OPTIONS = parent::DEFAULT_OPTIONS + ['check_delayed_interval' => 60000, 'get_notify_timeout' => 0, ]

class RouteCompiler implements RouteCompilerInterface { /**/ } SEPARATORS = '/,;.:-_~+*=@|'
class Utf8RouteCompiler extends RouteCompiler { /**/ } SEPARATORS = '/§'

abstract class AbstractConfigurator { /**/ } FACTORY = 'unknown'
class ServicesConfigurator extends AbstractConfigurator { /**/ } FACTORY = 'services'

abstract class AbstractConfigurator { /**/ } FACTORY = 'unknown'
class DefaultsConfigurator extends AbstractServiceConfigurator { /**/ } FACTORY = 'defaults'

abstract class AbstractConfigurator { /**/ } FACTORY = 'unknown'
class FromCallableConfigurator extends AbstractServiceConfigurator { /**/ } FACTORY = 'services'

abstract class AbstractConfigurator { /**/ } FACTORY = 'unknown'
class InstanceofConfigurator extends AbstractServiceConfigurator { /**/ } FACTORY = 'instanceof'

abstract class AbstractConfigurator { /**/ } FACTORY = 'unknown'
class ContainerConfigurator extends AbstractConfigurator { /**/ } FACTORY = 'container'

abstract class AbstractConfigurator { /**/ } FACTORY = 'unknown'
class AliasConfigurator extends AbstractServiceConfigurator { /**/ } FACTORY = 'alias'

abstract class AbstractConfigurator { /**/ } FACTORY = 'unknown'
class InlineServiceConfigurator extends AbstractConfigurator { /**/ } FACTORY = 'service'

abstract class AbstractConfigurator { /**/ } FACTORY = 'unknown'
class PrototypeConfigurator extends AbstractServiceConfigurator { /**/ } FACTORY = 'load'

abstract class AbstractConfigurator { /**/ } FACTORY = 'unknown'
class ParametersConfigurator extends AbstractConfigurator { /**/ } FACTORY = 'parameters'

abstract class AbstractConfigurator { /**/ } FACTORY = 'unknown'
class ServiceConfigurator extends AbstractServiceConfigurator { /**/ } FACTORY = 'services'

class FinalConstants extends FinalConstants2 { /**/ } private FOO
class OverrideFinalConstant extends FinalConstants { /**/ } public FOO

abstract class AbstractFileExtractor { /**/ } function extractFromDirectory(6165)
class TwigExtractor extends AbstractFileExtractor implements ExtractorInterface { /**/ } function extractFromDirectory(9166)

class FileLocator implements FileLocatorInterface { /**/ } function locate(34, 20220, 20222)
class FileLocator extends BaseFileLocator { /**/ } function locate(5799, 20220, 20222)

class ControllerResolverTest extends TestCase { /**/ } function createControllerResolver(4755)
class ContainerControllerResolverTest extends ControllerResolverTest { /**/ } function createControllerResolver(4755, 31)

abstract class HttpClientTestCase extends TestCase { /**/ } function getHttpClient(17353)
class AsyncDecoratorTraitTest extends NativeHttpClientTest { /**/ } function getHttpClient(17353, 43255, 43257)

class NativeHttpClientTest extends HttpClientTestCase { /**/ } function getHttpClient(17353)
class AsyncDecoratorTraitTest extends NativeHttpClientTest { /**/ } function getHttpClient(17353, 43255, 43257)

abstract class FilesLoader extends LoaderChain { /**/ } function getFileLoaderInstance(7502)
class YamlFilesLoader extends FilesLoader { /**/ } function getFileLoaderInstance(5799)

abstract class FilesLoader extends LoaderChain { /**/ } function getFileLoaderInstance(7502)
class XmlFilesLoader extends FilesLoader { /**/ } function getFileLoaderInstance(5799)

abstract class MemberMetadata extends GenericMetadata implements PropertyMetadataInterface { /**/ } function newReflectionMember(54644)
class TestMemberMetadata extends MemberMetadata { /**/ } function newReflectionMember(201)

abstract class FilesLoader extends LoaderChain { /**/ } function getFileLoaderInstance(7502)
abstract class FilesLoader extends BaseFilesLoader { /**/ } function getFileLoaderInstance(5799)

abstract class AbstractTagAwareAdapter implements TagAwareAdapterInterface, TagAwareCacheInterface, LoggerAwareInterface, ResettableInterface { /**/ } function doSave(533, 27895, 71124, 71560)
class RedisTagAwareAdapter extends AbstractTagAwareAdapter { /**/ } function doSave(533, 27895, 71124, 71126)

abstract class AbstractAdapter implements AdapterInterface, CacheInterface, LoggerAwareInterface, ResettableInterface { /**/ } function createConnection(27080, 1128)
class CouchbaseBucketAdapter extends AbstractAdapter { /**/ } function createConnection(71204, 1128)

abstract class AbstractAdapter implements AdapterInterface, CacheInterface, LoggerAwareInterface, ResettableInterface { /**/ } function createConnection(27080, 1128)
class MemcachedAdapter extends AbstractAdapter { /**/ } function createConnection(71204, 1128)

abstract class ProviderTestCase extends TestCase { /**/ } function createProvider(9677, 2846, 4755, 13694, 10689)
class LokaliseProviderTest extends ProviderTestCase { /**/ } function createProvider(9677, 2846, 4755, 13694, 10689, 851131)

abstract class ProviderTestCase extends TestCase { /**/ } function createProvider(9677, 2846, 4755, 13694, 10689)
class CrowdinProviderTest extends ProviderTestCase { /**/ } function createProvider(9677, 2846, 4755, 13694, 10689, 851131)

abstract class ProviderTestCase extends TestCase { /**/ } function createProvider(9677, 2846, 4755, 13694, 10689)
class LocoProviderWithoutTranslatorBagTest extends LocoProviderTest { /**/ } function createProvider(9677, 2846, 4755, 13694, 10689, 851131)

abstract class ProviderTestCase extends TestCase { /**/ } function createProvider(9677, 2846, 4755, 13694, 10689)
class LocoProviderTest extends ProviderTestCase { /**/ } function createProvider(9677, 2846, 4755, 13694, 10689, 851131)

abstract class TransportTestCase extends TestCase { /**/ } function createTransport(9677)
final class BandwidthTransportTest extends TransportTestCase { /**/ } function createTransport(9677, 34830)

abstract class TransportTestCase extends TestCase { /**/ } function createTransport(9677)
final class MercureTransportTest extends TransportTestCase { /**/ } function createTransport(9677, 857762, 857758, 857781)

abstract class TransportTestCase extends TestCase { /**/ } function createTransport(9677)
final class ClickSendTransportTest extends TransportTestCase { /**/ } function createTransport(9677, 34830, 16264, 858003, 858006)

abstract class TransportTestCase extends TestCase { /**/ } function createTransport(9677)
final class SmsapiTransportTest extends TransportTestCase { /**/ } function createTransport(9677, 34830, 858797, 7057)

abstract class TransportTestCase extends TestCase { /**/ } function createTransport(9677)
final class SmsmodeTransportTest extends TransportTestCase { /**/ } function createTransport(9677, 34830)

abstract class TransportTestCase extends TestCase { /**/ } function createTransport(9677)
final class OvhCloudTransportTest extends TransportTestCase { /**/ } function createTransport(9677, 858703, 859506)

abstract class TransportTestCase extends TestCase { /**/ } function createTransport(9677)
final class AllMySmsTransportTest extends TransportTestCase { /**/ } function createTransport(9677, 34830)

abstract class TransportTestCase extends TestCase { /**/ } function createTransport(9677)
final class FakeSmsEmailTransportTest extends TransportTestCase { /**/ } function createTransport(9677, 856212)

abstract class TransportTestCase extends TestCase { /**/ } function createTransport(9677)
final class FakeSmsLoggerTransportTest extends TransportTestCase { /**/ } function createTransport(9677, 4755)

abstract class TransportTestCase extends TestCase { /**/ } function createTransport(9677)
final class OneSignalTransportTest extends TransportTestCase { /**/ } function createTransport(9677, 860030)

abstract class TransportTestCase extends TestCase { /**/ } function createTransport(9677)
final class SimpleTextinTransportTest extends TransportTestCase { /**/ } function createTransport(9677, 34830)

abstract class TransportTestCase extends TestCase { /**/ } function createTransport(9677)
final class FakeChatLoggerTransportTest extends TransportTestCase { /**/ } function createTransport(9677, 4755)

abstract class TransportTestCase extends TestCase { /**/ } function createTransport(9677)
final class FakeChatEmailTransportTest extends TransportTestCase { /**/ } function createTransport(9677, 856212)

abstract class TransportTestCase extends TestCase { /**/ } function createTransport(9677)
final class PlivoTransportTest extends TransportTestCase { /**/ } function createTransport(9677, 34830)

abstract class TransportTestCase extends TestCase { /**/ } function createTransport(9677)
final class TelegramTransportTest extends TransportTestCase { /**/ } function createTransport(9677, 10994)

abstract class TransportTestCase extends TestCase { /**/ } function createTransport(9677)
final class GoogleChatTransportTest extends TransportTestCase { /**/ } function createTransport(9677, 862085)

abstract class TransportTestCase extends TestCase { /**/ } function createTransport(9677)
final class SlackTransportTest extends TransportTestCase { /**/ } function createTransport(9677, 10994)

abstract class TransportTestCase extends TestCase { /**/ } function createTransport(9677)
final class ClickatellTransportTest extends TransportTestCase { /**/ } function createTransport(9677, 34830)

abstract class TransportTestCase extends TestCase { /**/ } function createTransport(9677)
final class Sms77TransportTest extends TransportTestCase { /**/ } function createTransport(9677, 34830)

abstract class TransportTestCase extends TestCase { /**/ } function createTransport(9677)
final class RingCentralTransportTest extends TransportTestCase { /**/ } function createTransport(9677, 34830)

abstract class TransportTestCase extends TestCase { /**/ } function createTransport(9677)
final class RocketChatTransportTest extends TransportTestCase { /**/ } function createTransport(9677, 10994)

abstract class TransportTestCase extends TestCase { /**/ } function createTransport(9677)
final class TermiiTransportTest extends TransportTestCase { /**/ } function createTransport(9677, 34830)

abstract class TransportTestCase extends TestCase { /**/ } function createTransport(9677)
final class MessageMediaTransportTest extends TransportTestCase { /**/ } function createTransport(9677, 34830)

abstract class TransportTestCase extends TestCase { /**/ } function createTransport(9677)
final class TwilioTransportTest extends TransportTestCase { /**/ } function createTransport(9677, 34830)

abstract class TransportTestCase extends TestCase { /**/ } function createTransport(9677)
final class MobytTransportTest extends TransportTestCase { /**/ } function createTransport(9677, 864775)

abstract class Loader implements LoaderInterface { /**/ } function import(6165, 349)
abstract class FileLoader extends Loader { /**/ } function import(6165, 349, 26567, 868215, 1681)

abstract class Voter implements VoterInterface, CacheableVoterInterface { /**/ } function voteOnAttribute(2105, 12719, 1870)
class VoterTest_Voter extends Voter { /**/ } function voteOnAttribute(2105, 201, 1870)

abstract class Voter implements VoterInterface, CacheableVoterInterface { /**/ } function supports(2105, 12719)
class VoterTest_Voter extends Voter { /**/ } function supports(2105, 201)

abstract class Voter implements VoterInterface, CacheableVoterInterface { /**/ } function voteOnAttribute(2105, 12719, 1870)
class IntegerVoterTest_Voter extends Voter { /**/ } function voteOnAttribute(2105, 201, 1870)

abstract class Voter implements VoterInterface, CacheableVoterInterface { /**/ } function supports(2105, 12719)
class IntegerVoterTest_Voter extends Voter { /**/ } function supports(2105, 201)

abstract class Voter implements VoterInterface, CacheableVoterInterface { /**/ } function voteOnAttribute(2105, 12719, 1870)
class TypeErrorVoterTest_Voter extends Voter { /**/ } function voteOnAttribute(2105, 201, 1870)

abstract class Voter implements VoterInterface, CacheableVoterInterface { /**/ } function supports(2105, 12719)
class TypeErrorVoterTest_Voter extends Voter { /**/ } function supports(2105, 201)

abstract class AbstractUid implements \JsonSerializable, \Stringable { /**/ } function isValid(50634)
class Ulid extends AbstractUid implements TimeBasedUidInterface { /**/ } function isValid(3603)

abstract class AbstractUid implements \JsonSerializable, \Stringable { /**/ } function fromString(50634)
class Ulid extends AbstractUid implements TimeBasedUidInterface { /**/ } function fromString(3603)

abstract class AbstractUid implements \JsonSerializable, \Stringable { /**/ } function fromString(50634)
class Uuid extends AbstractUid { /**/ } function fromString(3667)

abstract class AbstractUid implements \JsonSerializable, \Stringable { /**/ } function isValid(50634)
class Uuid extends AbstractUid { /**/ } function isValid(3667)

class SymfonyRuntime extends GenericRuntime { /**/ } function getRunner(16129)
class (['project_dir' => __DIR__]) extends SymfonyRuntime { /**/ } function getRunner(16445)

class GenericRuntime implements RuntimeInterface { /**/ } function getRunner(16129)
class (['project_dir' => __DIR__]) extends SymfonyRuntime { /**/ } function getRunner(16445)

class ClassWithAnnotatedParameters { /**/ } function barMethod(1)
class SubClassWithAnnotatedParameters extends ClassWithAnnotatedParameters implements InterfaceWithAnnotatedParameters { /**/ } function barMethod(4526)

abstract class AbstractString implements \Stringable, \JsonSerializable { /**/ } function folded(1)
abstract class AbstractUnicodeString extends AbstractString { /**/ } function folded(924915)

abstract class AbstractString implements \Stringable, \JsonSerializable { /**/ } function toUnicodeString(1)
class ByteString extends AbstractString { /**/ } function toUnicodeString(924297)

abstract class AbstractString implements \Stringable, \JsonSerializable { /**/ } function toCodePointString(1)
class ByteString extends AbstractString { /**/ } function toCodePointString(924297)

abstract class Loader implements LoaderInterface { /**/ } function import(6165, 349)
class GlobFileLoaderWithoutImport extends GlobFileLoader { /**/ } function import(6165, 349, 26567, 868215, 1681)

class AttributeFileLoader extends FileLoader { /**/ } function load(5799, 349)
class AttributeDirectoryLoader extends AttributeFileLoader { /**/ } function load(7502, 349)

abstract class AbstractHandlerTestCase extends TestCase { /**/ } function testHandleValue(381, 939575, 939562)
class CommentHandlerTest extends AbstractHandlerTestCase { /**/ } function testHandleValue(381, 897150, 939562)

abstract class AbstractDumper implements DataDumperInterface, DumperInterface { /**/ } function dumpLine(11647)
class CliDumper extends AbstractDumper { /**/ } function dumpLine(11647, 945901)

abstract class AbstractDumper implements DataDumperInterface, DumperInterface { /**/ } function dump(275, 7894)
class HtmlDumper extends CliDumper { /**/ } function dump(275, 7894, 945984)

abstract class AbstractDumper implements DataDumperInterface, DumperInterface { /**/ } function dumpLine(11647)
class HtmlDumper extends CliDumper { /**/ } function dumpLine(11647, 945901)

class Container implements ContainerInterface, ResetInterface { /**/ } function compile(1)
class ContainerBuilder extends Container implements TaggedContainerInterface { /**/ } function compile(949919)

class Definition { /**/ } function replaceArgument(10691, 2069)
class ChildDefinition extends Definition { /**/ } function replaceArgument(10691, 381)

abstract class Loader implements LoaderInterface { /**/ } function import(6165, 349)
class GlobFileLoaderWithoutImport extends GlobFileLoader { /**/ } function import(6165, 349, 26567, 868215, 1681)

abstract class Loader implements LoaderInterface { /**/ } function import(6165, 349)
abstract class FileLoader extends BaseFileLoader { /**/ } function import(6165, 349, 26567, 868215, 1681)

class Container implements ContainerInterface, ResetInterface { /**/ } function compile(1)
class MergeExtensionConfigurationContainerBuilder extends ContainerBuilder { /**/ } function compile(949919)

class ParameterBag implements \IteratorAggregate, \Countable { /**/ } function replace(12206)
final class InputBag extends ParameterBag { /**/ } function replace(964527)

class ParameterBag implements \IteratorAggregate, \Countable { /**/ } function add(12206)
final class InputBag extends ParameterBag { /**/ } function add(964527)

class ParameterBag implements \IteratorAggregate, \Countable { /**/ } function replace(12206)
class FileBag extends ParameterBag { /**/ } function replace(5779)

class ParameterBag implements \IteratorAggregate, \Countable { /**/ } function add(12206)
class FileBag extends ParameterBag { /**/ } function add(5779)

abstract class AbstractSessionHandler implements \SessionHandlerInterface, \SessionUpdateTimestampHandlerInterface { /**/ } function open(969657, 27869)
class TestSessionHandler extends AbstractSessionHandler { /**/ } function open(7502, 34)

class ControllerResolverTest extends TestCase { /**/ } function createControllerResolver(4755)
class ControllerResolverTest extends ContainerControllerResolverTest { /**/ } function createControllerResolver(4755, 31)

abstract class ServiceLocatorTestCase extends TestCase { /**/ } public getservicelocator
class ServiceLocatorTest extends ServiceLocatorTestCase { /**/ } protected getservicelocator

abstract class Kernel implements KernelInterface, RebootableInterface, TerminableInterface { /**/ } public getcontainerclass
class ('test', true) extends Kernel { /**/ } protected getcontainerclass

abstract class Kernel implements KernelInterface, RebootableInterface, TerminableInterface { /**/ } public getcontainerclass
class AppKernel extends Kernel { /**/ } protected getcontainerclass

class RouterDataCollector extends DataCollector { /**/ } public guessroute
class RouterDataCollector extends BaseRouterDataCollector { /**/ } protected guessroute

trait CommonResponseTrait { /**/ } private close
final class NativeResponse implements ResponseInterface, StreamableInterface { /**/ } protected close

trait CommonResponseTrait { /**/ } private close
class AsyncResponse implements ResponseInterface, StreamableInterface { /**/ } protected close

trait TransportResponseTrait { /**/ } private close
final class NativeResponse implements ResponseInterface, StreamableInterface { /**/ } protected close

trait TransportResponseTrait { /**/ } private schedule
final class CurlResponse implements ResponseInterface, StreamableInterface { /**/ } protected schedule

trait TransportResponseTrait { /**/ } private schedule
final class AmpResponse implements ResponseInterface, StreamableInterface { /**/ } protected schedule

trait TransportResponseTrait { /**/ } private schedule
final class NativeResponse implements ResponseInterface, StreamableInterface { /**/ } protected schedule

trait TransportResponseTrait { /**/ } private perform
final class CurlResponse implements ResponseInterface, StreamableInterface { /**/ } protected perform

trait TransportResponseTrait { /**/ } private perform
final class NativeResponse implements ResponseInterface, StreamableInterface { /**/ } protected perform

trait TransportResponseTrait { /**/ } private perform
final class AmpResponse implements ResponseInterface, StreamableInterface { /**/ } protected perform

trait TransportResponseTrait { /**/ } private select
final class CurlResponse implements ResponseInterface, StreamableInterface { /**/ } protected select

trait TransportResponseTrait { /**/ } private select
final class NativeResponse implements ResponseInterface, StreamableInterface { /**/ } protected select

trait TransportResponseTrait { /**/ } private select
final class AmpResponse implements ResponseInterface, StreamableInterface { /**/ } protected select

abstract class AbstractObjectNormalizer extends AbstractNormalizer { /**/ } public instantiateobject
class AbstractObjectNormalizerCollectionDummy extends AbstractObjectNormalizer { /**/ } protected instantiateobject

abstract class AbstractObjectNormalizer extends AbstractNormalizer { /**/ } public instantiateobject
class AbstractObjectNormalizerDummy extends AbstractObjectNormalizer { /**/ } protected instantiateobject

abstract class AbstractNormalizer implements NormalizerInterface, DenormalizerInterface, SerializerAwareInterface { /**/ } public getallowedattributes
class AbstractNormalizerDummy extends AbstractNormalizer { /**/ } protected getallowedattributes

abstract class AbstractNormalizer implements NormalizerInterface, DenormalizerInterface, SerializerAwareInterface { /**/ } public instantiateobject
class AbstractObjectNormalizerCollectionDummy extends AbstractObjectNormalizer { /**/ } protected instantiateobject

abstract class AbstractNormalizer implements NormalizerInterface, DenormalizerInterface, SerializerAwareInterface { /**/ } public instantiateobject
class AbstractObjectNormalizerDummy extends AbstractObjectNormalizer { /**/ } protected instantiateobject

abstract class FilesLoader extends LoaderChain { /**/ } public getfileloaderinstance
class XmlFilesLoader extends FilesLoader { /**/ } protected getfileloaderinstance

abstract class FilesLoader extends LoaderChain { /**/ } public getfileloaderinstance
class YamlFilesLoader extends FilesLoader { /**/ } protected getfileloaderinstance

abstract class CollectionValidatorTestCase extends ConstraintValidatorTestCase { /**/ } public preparetestdata
class CollectionValidatorCustomArrayObjectTest extends CollectionValidatorTestCase { /**/ } protected preparetestdata

abstract class CollectionValidatorTestCase extends ConstraintValidatorTestCase { /**/ } public preparetestdata
class CollectionValidatorArrayTest extends CollectionValidatorTestCase { /**/ } protected preparetestdata

abstract class CollectionValidatorTestCase extends ConstraintValidatorTestCase { /**/ } public preparetestdata
class CollectionValidatorArrayObjectTest extends CollectionValidatorTestCase { /**/ } protected preparetestdata

abstract class AbstractTransport implements TransportInterface { /**/ } public dosend
class ($clientMock, $eventDispatcherMock) extends AbstractTransport { /**/ } protected dosend

abstract class AbstractTransport implements TransportInterface { /**/ } public dosend
final class OrangeSmsTransport extends AbstractTransport { /**/ } protected dosend

abstract class AbstractRememberMeHandler implements RememberMeHandlerInterface { /**/ } public processrememberme
final class SignatureRememberMeHandler extends AbstractRememberMeHandler { /**/ } protected processrememberme

abstract class AbstractRememberMeHandler implements RememberMeHandlerInterface { /**/ } public processrememberme
final class PersistentRememberMeHandler extends AbstractRememberMeHandler { /**/ } protected processrememberme

trait SharedLockStoreTestTrait { /**/ } public getstore
class InMemoryStoreTest extends AbstractStoreTestCase { /**/ } protected getstore

trait SharedLockStoreTestTrait { /**/ } public getstore
class CombinedStoreTest extends AbstractStoreTestCase { /**/ } protected getstore

trait SharedLockStoreTestTrait { /**/ } public getstore
class PostgreSqlStoreTest extends AbstractStoreTestCase { /**/ } protected getstore

trait SharedLockStoreTestTrait { /**/ } public getstore
class DoctrineDbalPostgreSqlStoreTest extends AbstractStoreTestCase { /**/ } protected getstore

abstract class AbstractStoreTestCase extends TestCase { /**/ } public getstore
class InMemoryStoreTest extends AbstractStoreTestCase { /**/ } protected getstore

abstract class AbstractStoreTestCase extends TestCase { /**/ } public getstore
class PdoStoreTest extends AbstractStoreTestCase { /**/ } protected getstore

abstract class AbstractStoreTestCase extends TestCase { /**/ } public getstore
class DoctrineDbalStoreTest extends AbstractStoreTestCase { /**/ } protected getstore

abstract class AbstractStoreTestCase extends TestCase { /**/ } public getstore
class ZookeeperStoreTest extends AbstractStoreTestCase { /**/ } protected getstore

abstract class AbstractStoreTestCase extends TestCase { /**/ } public getstore
class MongoDbStoreTest extends AbstractStoreTestCase { /**/ } protected getstore

abstract class AbstractStoreTestCase extends TestCase { /**/ } public getstore
class CombinedStoreTest extends AbstractStoreTestCase { /**/ } protected getstore

abstract class AbstractStoreTestCase extends TestCase { /**/ } public getstore
class PostgreSqlStoreTest extends AbstractStoreTestCase { /**/ } protected getstore

abstract class AbstractStoreTestCase extends TestCase { /**/ } public getstore
class MemcachedStoreTest extends AbstractStoreTestCase { /**/ } protected getstore

abstract class AbstractStoreTestCase extends TestCase { /**/ } public getstore
class DoctrineDbalPostgreSqlStoreTest extends AbstractStoreTestCase { /**/ } protected getstore

abstract class AbstractStoreTestCase extends TestCase { /**/ } public getstore
abstract class AbstractRedisStoreTestCase extends AbstractStoreTestCase { /**/ } protected getstore

trait ExpiringStoreTestTrait { /**/ } public getstore
class PdoStoreTest extends AbstractStoreTestCase { /**/ } protected getstore

trait ExpiringStoreTestTrait { /**/ } public getstore
class MongoDbStoreTest extends AbstractStoreTestCase { /**/ } protected getstore

trait ExpiringStoreTestTrait { /**/ } public getstore
class CombinedStoreTest extends AbstractStoreTestCase { /**/ } protected getstore

trait ExpiringStoreTestTrait { /**/ } public getstore
class MemcachedStoreTest extends AbstractStoreTestCase { /**/ } protected getstore

trait ExpiringStoreTestTrait { /**/ } public getstore
abstract class AbstractRedisStoreTestCase extends AbstractStoreTestCase { /**/ } protected getstore

trait ExpiringStoreTestTrait { /**/ } public getstore
class DoctrineDbalStoreTest extends AbstractStoreTestCase { /**/ } protected getstore

trait UnserializableTestTrait { /**/ } public getstore
class ZookeeperStoreTest extends AbstractStoreTestCase { /**/ } protected getstore

trait BlockingStoreTestTrait { /**/ } public getstore
class PostgreSqlStoreTest extends AbstractStoreTestCase { /**/ } protected getstore

trait BlockingStoreTestTrait { /**/ } public getstore
class DoctrineDbalPostgreSqlStoreTest extends AbstractStoreTestCase { /**/ } protected getstore

abstract class AbstractStoreTestCase extends TestCase { /**/ } public getstore
abstract class AbstractRedisStoreTestCase extends AbstractStoreTestCase { /**/ } protected getstore

abstract class MultiplePcreFilterIterator extends \FilterIterator { /**/ } public isregex
class TestMultiplePcreFilterIterator extends MultiplePcreFilterIterator { /**/ } protected isregex

abstract class MultiplePcreFilterIterator extends \FilterIterator { /**/ } public toregex
class TestMultiplePcreFilterIterator extends MultiplePcreFilterIterator { /**/ } protected toregex

abstract class Extension implements ExtensionInterface, ConfigurationExtensionInterface { /**/ } public isconfigenabled
class EnableableExtension extends Extension { /**/ } protected isconfigenabled

abstract class AbstractRecursivePass implements CompilerPassInterface { /**/ } public processvalue
class ( ) extends AbstractRecursivePass { /**/ } protected processvalue

abstract class Input implements InputInterface, StreamableInputInterface { /**/ } public parse
class NonStringInput extends Input { /**/ } protected parse

class Command { /**/ } public configure
class ( ) extends Command { /**/ } protected configure

class Command { /**/ } public configure
class CompleteCommandTest_HelloCommand extends Command { /**/ } protected configure

class Command { /**/ } public execute
class LazyTestCommand extends Command { /**/ } protected execute

trait MicroKernelTrait { /**/ } protected configurecontainer
class Kernel extends SymfonyKernel { /**/ } private configurecontainer

trait MicroKernelTrait { /**/ } protected configurecontainer
class FlexStyleMicroKernel extends Kernel { /**/ } private configurecontainer

trait MicroKernelTrait { /**/ } protected configurecontainer
class ConcreteMicroKernel extends Kernel implements EventSubscriberInterface { /**/ } private configurecontainer

trait MicroKernelTrait { /**/ } protected configurecontainer
class ('anonymous_kernel') extends MinimalKernel { /**/ } private configurecontainer

trait MicroKernelTrait { /**/ } protected configurecontainer
class WebProfilerBundleKernel extends Kernel { /**/ } private configurecontainer

trait MicroKernelTrait { /**/ } protected configureroutes
class Kernel extends SymfonyKernel { /**/ } private configureroutes

trait MicroKernelTrait { /**/ } protected configureroutes
class FlexStyleMicroKernel extends Kernel { /**/ } private configureroutes

trait MicroKernelTrait { /**/ } protected configureroutes
class ConcreteMicroKernel extends Kernel implements EventSubscriberInterface { /**/ } private configureroutes

trait MicroKernelTrait { /**/ } protected configureroutes
class ('anonymous_kernel') extends MinimalKernel { /**/ } private configureroutes

trait MicroKernelTrait { /**/ } protected configureroutes
class WebProfilerBundleKernel extends Kernel { /**/ } private configureroutes

abstract class DoctrineType extends AbstractType implements ResetInterface { /**/ } getloader : [\symfony\bridge\doctrine\form\choicelist\ormquerybuilderloader]
class EntityType extends DoctrineType { /**/ } getloader : [\symfony\bridge\doctrine\form\choicelist\entityloaderinterface]

class TemplatedEmail extends Email { /**/ } gettexttemplate : [\null, \string]
class NotificationEmail extends TemplatedEmail { /**/ } gettexttemplate : [\string, \null]

abstract class DataCollector implements DataCollectorInterface { /**/ } reset : [\void]
final class MessageDataCollector extends DataCollector { /**/ } reset : []

abstract class DataCollector implements DataCollectorInterface { /**/ } reset : [\void]
class TranslationDataCollector extends DataCollector implements LateDataCollectorInterface { /**/ } reset : []

abstract class DataCollector implements DataCollectorInterface { /**/ } reset : [\void]
final class NotificationDataCollector extends DataCollector { /**/ } reset : []

abstract class DataCollector implements DataCollectorInterface { /**/ } reset : [\void]
class CacheDataCollector extends DataCollector implements LateDataCollectorInterface { /**/ } reset : []

abstract class DataCollector implements DataCollectorInterface { /**/ } reset : [\void]
class ValidatorDataCollector extends DataCollector implements LateDataCollectorInterface { /**/ } reset : []

abstract class DataCollector implements DataCollectorInterface { /**/ } reset : [\void]
class SerializerDataCollector extends DataCollector implements LateDataCollectorInterface { /**/ } reset : []

abstract class DataCollector implements DataCollectorInterface { /**/ } reset : [\void]
class FormDataCollector extends DataCollector implements FormDataCollectorInterface { /**/ } reset : []

abstract class DataCollector implements DataCollectorInterface { /**/ } reset : [\void]
class DoctrineDataCollector extends DataCollector { /**/ } reset : []

abstract class DataCollector implements DataCollectorInterface { /**/ } reset : [\void]
final class HttpClientDataCollector extends DataCollector implements LateDataCollectorInterface { /**/ } reset : []

abstract class DataCollector implements DataCollectorInterface { /**/ } reset : [\void]
class TwigDataCollector extends DataCollector implements LateDataCollectorInterface { /**/ } reset : []

abstract class DataCollector implements DataCollectorInterface { /**/ } reset : [\void]
class EventDataCollector extends DataCollector implements LateDataCollectorInterface { /**/ } reset : []

abstract class DataCollector implements DataCollectorInterface { /**/ } reset : [\void]
class AjaxDataCollector extends DataCollector { /**/ } reset : []

abstract class DataCollector implements DataCollectorInterface { /**/ } reset : [\void]
class TimeDataCollector extends DataCollector implements LateDataCollectorInterface { /**/ } reset : []

abstract class DataCollector implements DataCollectorInterface { /**/ } reset : [\void]
class RequestDataCollector extends DataCollector implements EventSubscriberInterface, LateDataCollectorInterface { /**/ } reset : []

abstract class DataCollector implements DataCollectorInterface { /**/ } reset : [\void]
class MemoryDataCollector extends DataCollector implements LateDataCollectorInterface { /**/ } reset : []

abstract class DataCollector implements DataCollectorInterface { /**/ } reset : [\void]
class RouterDataCollector extends DataCollector { /**/ } reset : []

abstract class DataCollector implements DataCollectorInterface { /**/ } reset : [\void]
class DumpDataCollector extends DataCollector implements DataDumperInterface { /**/ } reset : []

abstract class DataCollector implements DataCollectorInterface { /**/ } reset : [\void]
class SecurityDataCollector extends DataCollector implements LateDataCollectorInterface { /**/ } reset : []

abstract class DataCollector implements DataCollectorInterface { /**/ } reset : [\void]
final class CommandDataCollector extends DataCollector { /**/ } reset : []

abstract class DataCollector implements DataCollectorInterface { /**/ } reset : [\void]
final class WorkflowDataCollector extends DataCollector implements LateDataCollectorInterface { /**/ } reset : []

abstract class DataCollector implements DataCollectorInterface { /**/ } reset : [\void]
class MessengerDataCollector extends DataCollector implements LateDataCollectorInterface { /**/ } reset : []

class ControllerResolverTest extends TestCase { /**/ } getundefinedcontrollers : [\array]
class ContainerControllerResolverTest extends ControllerResolverTest { /**/ } getundefinedcontrollers : []

abstract class AbstractType implements FormTypeInterface { /**/ } getparent : [\string, \null]
class TimezoneType extends AbstractType { /**/ } getparent : []

abstract class AbstractType implements FormTypeInterface { /**/ } getparent : [\string, \null]
class PasswordType extends AbstractType { /**/ } getparent : []

abstract class AbstractType implements FormTypeInterface { /**/ } getparent : [\string, \null]
class SearchType extends AbstractType { /**/ } getparent : []

abstract class AbstractType implements FormTypeInterface { /**/ } getparent : [\null, \string]
class TextareaType extends AbstractType { /**/ } getparent : []

abstract class AbstractType implements FormTypeInterface { /**/ } getparent : [\null, \string]
class LocaleType extends AbstractType { /**/ } getparent : []

abstract class AbstractType implements FormTypeInterface { /**/ } getparent : [\string]
final class EnumType extends AbstractType { /**/ } getparent : []

abstract class AbstractType implements FormTypeInterface { /**/ } getparent : [\string, \null]
class LanguageType extends AbstractType { /**/ } getparent : []

abstract class AbstractType implements FormTypeInterface { /**/ } getparent : [\null, \string]
class BirthdayType extends AbstractType { /**/ } getparent : []

abstract class AbstractType implements FormTypeInterface { /**/ } getparent : [\null, \string]
class TelType extends AbstractType { /**/ } getparent : []

abstract class AbstractType implements FormTypeInterface { /**/ } getparent : [\null, \string]
class SubmitType extends AbstractType implements SubmitButtonTypeInterface { /**/ } getparent : []

abstract class AbstractType implements FormTypeInterface { /**/ } getparent : [\null, \string]
class CountryType extends AbstractType { /**/ } getparent : []

abstract class AbstractType implements FormTypeInterface { /**/ } getparent : [\string, \null]
class RangeType extends AbstractType { /**/ } getparent : []

abstract class AbstractType implements FormTypeInterface { /**/ } getparent : [\string, \null]
class ResetType extends AbstractType implements ButtonTypeInterface { /**/ } getparent : []

abstract class AbstractType implements FormTypeInterface { /**/ } getparent : [\null, \string]
class RadioType extends AbstractType { /**/ } getparent : []

abstract class AbstractType implements FormTypeInterface { /**/ } getparent : [\null, \string]
class UrlType extends AbstractType { /**/ } getparent : []

abstract class AbstractType implements FormTypeInterface { /**/ } getparent : [\string, \null]
class CurrencyType extends AbstractType { /**/ } getparent : []

abstract class AbstractType implements FormTypeInterface { /**/ } getparent : [\string]
abstract class DoctrineType extends AbstractType implements ResetInterface { /**/ } getparent : []

abstract class AbstractType implements FormTypeInterface { /**/ } getparent : [\null, \string]
class ColorType extends AbstractType { /**/ } getparent : []

abstract class AbstractType implements FormTypeInterface { /**/ } getparent : [\null, \string]
class EmailType extends AbstractType { /**/ } getparent : []

abstract class AbstractType implements FormTypeInterface { /**/ } getparent : [\string, \null]
class ButtonType extends BaseType implements ButtonTypeInterface { /**/ } getparent : []

abstract class AbstractType implements FormTypeInterface { /**/ } getparent : [\null, \string]
class FormType extends BaseType { /**/ } getparent : []

abstract class AbstractType implements FormTypeInterface { /**/ } getparent : [\string]
class UsageTrackingFormType extends AbstractType { /**/ } getparent : []

abstract class AbstractType implements FormTypeInterface { /**/ } getparent : [\null, \string]
class RecursiveFormTypeFoo extends AbstractType { /**/ } getparent : []

abstract class AbstractType implements FormTypeInterface { /**/ } getparent : [\string, \null]
class RecursiveFormTypeBar extends AbstractType { /**/ } getparent : []

abstract class AbstractType implements FormTypeInterface { /**/ } getparent : [\string, \null]
class ChoiceSubType extends AbstractType { /**/ } getparent : []

abstract class AbstractType implements FormTypeInterface { /**/ } getparent : [\string, \null]
class FormWithSameParentType extends AbstractType { /**/ } getparent : []

abstract class AbstractType implements FormTypeInterface { /**/ } getparent : [\string, \null]
class FooSubType extends AbstractType { /**/ } getparent : []

abstract class AbstractType implements FormTypeInterface { /**/ } getparent : [\null, \string]
class RepeatedPasswordField extends AbstractType { /**/ } getparent : []

abstract class AbstractType implements FormTypeInterface { /**/ } getparent : [\null, \string]
class FooType extends AbstractType { /**/ } getparent : []

abstract class AbstractType implements FormTypeInterface { /**/ } getparent : [\string, \null]
class RecursiveFormTypeBaz extends AbstractType { /**/ } getparent : []

abstract class AbstractType implements FormTypeInterface { /**/ } configureoptions : [\void]
class TimezoneType extends AbstractType { /**/ } configureoptions : []

abstract class AbstractType implements FormTypeInterface { /**/ } configureoptions : [\void]
class NumberType extends AbstractType { /**/ } configureoptions : []

abstract class AbstractType implements FormTypeInterface { /**/ } configureoptions : [\void]
class PasswordType extends AbstractType { /**/ } configureoptions : []

abstract class AbstractType implements FormTypeInterface { /**/ } configureoptions : [\void]
class CollectionType extends AbstractType { /**/ } configureoptions : []

abstract class AbstractType implements FormTypeInterface { /**/ } configureoptions : [\void]
class SearchType extends AbstractType { /**/ } configureoptions : []

abstract class AbstractType implements FormTypeInterface { /**/ } configureoptions : [\void]
class LocaleType extends AbstractType { /**/ } configureoptions : []

abstract class AbstractType implements FormTypeInterface { /**/ } configureoptions : [\void]
class LanguageType extends AbstractType { /**/ } configureoptions : []

abstract class AbstractType implements FormTypeInterface { /**/ } configureoptions : [\void]
class BirthdayType extends AbstractType { /**/ } configureoptions : []

abstract class AbstractType implements FormTypeInterface { /**/ } configureoptions : [\void]
final class EnumType extends AbstractType { /**/ } configureoptions : []

abstract class AbstractType implements FormTypeInterface { /**/ } configureoptions : [\void]
class UserLoginType extends AbstractType { /**/ } configureoptions : []

abstract class AbstractType implements FormTypeInterface { /**/ } configureoptions : [\void]
class FooType extends AbstractType { /**/ } configureoptions : []

abstract class AbstractType implements FormTypeInterface { /**/ } configureoptions : [\void]
class FooType extends AbstractType { /**/ } configureoptions : []

abstract class AbstractType implements FormTypeInterface { /**/ } configureoptions : [\void]
class BlockPrefixedFooTextType extends AbstractType { /**/ } configureoptions : []

abstract class AbstractType implements FormTypeInterface { /**/ } configureoptions : [\void]
class NotMappedType extends AbstractType { /**/ } configureoptions : []

abstract class AbstractType implements FormTypeInterface { /**/ } configureoptions : [\void]
class AuthorType extends AbstractType { /**/ } configureoptions : []

abstract class AbstractType implements FormTypeInterface { /**/ } configureoptions : [\void]
class RepeatedPasswordField extends AbstractType { /**/ } configureoptions : []

abstract class AbstractType implements FormTypeInterface { /**/ } configureoptions : [\void]
class ChoiceSubType extends AbstractType { /**/ } configureoptions : []

abstract class AbstractType implements FormTypeInterface { /**/ } configureoptions : [\void]
class ConfigurableFormType extends AbstractType { /**/ } configureoptions : []

abstract class AbstractType implements FormTypeInterface { /**/ } configureoptions : [\void]
class ReviewType extends AbstractType { /**/ } configureoptions : []

abstract class AbstractType implements FormTypeInterface { /**/ } configureoptions : [\void]
class FooType extends AbstractType { /**/ } configureoptions : []

abstract class AbstractType implements FormTypeInterface { /**/ } configureoptions : [\void]
class CustomerType extends AbstractType { /**/ } configureoptions : []

abstract class AbstractType implements FormTypeInterface { /**/ } configureoptions : [\void]
class UsageTrackingFormType extends AbstractType { /**/ } configureoptions : []

abstract class AbstractType implements FormTypeInterface { /**/ } configureoptions : [\void]
class UsageTrackingParentFormType extends AbstractType { /**/ } configureoptions : []

abstract class AbstractType implements FormTypeInterface { /**/ } configureoptions : [\void]
class FormType extends BaseType { /**/ } configureoptions : []

abstract class AbstractType implements FormTypeInterface { /**/ } configureoptions : [\void]
class ColorType extends AbstractType { /**/ } configureoptions : []

abstract class AbstractType implements FormTypeInterface { /**/ } configureoptions : [\void]
class PercentType extends AbstractType { /**/ } configureoptions : []

abstract class AbstractType implements FormTypeInterface { /**/ } configureoptions : [\void]
class HiddenType extends AbstractType { /**/ } configureoptions : []

abstract class AbstractType implements FormTypeInterface { /**/ } configureoptions : [\void]
class EmailType extends AbstractType { /**/ } configureoptions : []

abstract class AbstractType implements FormTypeInterface { /**/ } configureoptions : [\void]
class ButtonType extends BaseType implements ButtonTypeInterface { /**/ } configureoptions : []

abstract class AbstractType implements FormTypeInterface { /**/ } configureoptions : [\void]
class CheckboxType extends AbstractType { /**/ } configureoptions : []

abstract class AbstractType implements FormTypeInterface { /**/ } configureoptions : [\void]
class ChoiceType extends AbstractType { /**/ } configureoptions : []

abstract class AbstractType implements FormTypeInterface { /**/ } configureoptions : [\void]
class DateIntervalType extends AbstractType { /**/ } configureoptions : []

abstract class AbstractType implements FormTypeInterface { /**/ } configureoptions : [\void]
class UlidType extends AbstractType { /**/ } configureoptions : []

abstract class AbstractType implements FormTypeInterface { /**/ } configureoptions : [\void]
class EntityType extends DoctrineType { /**/ } configureoptions : []

abstract class AbstractType implements FormTypeInterface { /**/ } configureoptions : [\void]
class MoneyType extends AbstractType { /**/ } configureoptions : []

abstract class AbstractType implements FormTypeInterface { /**/ } configureoptions : [\void]
abstract class DoctrineType extends AbstractType implements ResetInterface { /**/ } configureoptions : []

abstract class AbstractType implements FormTypeInterface { /**/ } configureoptions : [\void]
class FileType extends AbstractType { /**/ } configureoptions : []

abstract class AbstractType implements FormTypeInterface { /**/ } configureoptions : [\void]
class CurrencyType extends AbstractType { /**/ } configureoptions : []

abstract class AbstractType implements FormTypeInterface { /**/ } configureoptions : [\void]
class TextType extends AbstractType implements DataTransformerInterface { /**/ } configureoptions : []

abstract class AbstractType implements FormTypeInterface { /**/ } configureoptions : [\void]
class RadioType extends AbstractType { /**/ } configureoptions : []

abstract class AbstractType implements FormTypeInterface { /**/ } configureoptions : [\void]
class UrlType extends AbstractType { /**/ } configureoptions : []

abstract class AbstractType implements FormTypeInterface { /**/ } configureoptions : [\void]
class DateTimeType extends AbstractType { /**/ } configureoptions : []

abstract class AbstractType implements FormTypeInterface { /**/ } configureoptions : [\void]
class TimeType extends AbstractType { /**/ } configureoptions : []

abstract class AbstractType implements FormTypeInterface { /**/ } configureoptions : [\void]
class IntegerType extends AbstractType { /**/ } configureoptions : []

abstract class AbstractType implements FormTypeInterface { /**/ } configureoptions : [\void]
class RepeatedType extends AbstractType { /**/ } configureoptions : []

abstract class AbstractType implements FormTypeInterface { /**/ } configureoptions : [\void]
class RangeType extends AbstractType { /**/ } configureoptions : []

abstract class AbstractType implements FormTypeInterface { /**/ } configureoptions : [\void]
class CountryType extends AbstractType { /**/ } configureoptions : []

abstract class AbstractType implements FormTypeInterface { /**/ } configureoptions : [\void]
class WeekType extends AbstractType { /**/ } configureoptions : []

abstract class AbstractType implements FormTypeInterface { /**/ } configureoptions : [\void]
class SubmitType extends AbstractType implements SubmitButtonTypeInterface { /**/ } configureoptions : []

abstract class AbstractType implements FormTypeInterface { /**/ } configureoptions : [\void]
abstract class BaseType extends AbstractType { /**/ } configureoptions : []

abstract class AbstractType implements FormTypeInterface { /**/ } configureoptions : [\void]
class TelType extends AbstractType { /**/ } configureoptions : []

abstract class AbstractType implements FormTypeInterface { /**/ } configureoptions : [\void]
class UuidType extends AbstractType { /**/ } configureoptions : []

abstract class AbstractType implements FormTypeInterface { /**/ } configureoptions : [\void]
class DateType extends AbstractType { /**/ } configureoptions : []

abstract class AbstractType implements FormTypeInterface { /**/ } buildform : [\void]
class TimezoneType extends AbstractType { /**/ } buildform : []

abstract class AbstractType implements FormTypeInterface { /**/ } buildform : [\void]
class NumberType extends AbstractType { /**/ } buildform : []

abstract class AbstractType implements FormTypeInterface { /**/ } buildform : [\void]
class CollectionType extends AbstractType { /**/ } buildform : []

abstract class AbstractType implements FormTypeInterface { /**/ } buildform : [\void]
class DateType extends AbstractType { /**/ } buildform : []

abstract class AbstractType implements FormTypeInterface { /**/ } buildform : [\void]
class UuidType extends AbstractType { /**/ } buildform : []

abstract class AbstractType implements FormTypeInterface { /**/ } buildform : [\void]
abstract class BaseType extends AbstractType { /**/ } buildform : []

abstract class AbstractType implements FormTypeInterface { /**/ } buildform : [\void]
class WeekType extends AbstractType { /**/ } buildform : []

abstract class AbstractType implements FormTypeInterface { /**/ } buildform : [\void]
class RepeatedType extends AbstractType { /**/ } buildform : []

abstract class AbstractType implements FormTypeInterface { /**/ } buildform : [\void]
class IntegerType extends AbstractType { /**/ } buildform : []

abstract class AbstractType implements FormTypeInterface { /**/ } buildform : [\void]
class TimeType extends AbstractType { /**/ } buildform : []

abstract class AbstractType implements FormTypeInterface { /**/ } buildform : [\void]
class DateTimeType extends AbstractType { /**/ } buildform : []

abstract class AbstractType implements FormTypeInterface { /**/ } buildform : [\void]
class UrlType extends AbstractType { /**/ } buildform : []

abstract class AbstractType implements FormTypeInterface { /**/ } buildform : [\void]
class TextType extends AbstractType implements DataTransformerInterface { /**/ } buildform : []

abstract class AbstractType implements FormTypeInterface { /**/ } buildform : [\void]
abstract class DoctrineType extends AbstractType implements ResetInterface { /**/ } buildform : []

abstract class AbstractType implements FormTypeInterface { /**/ } buildform : [\void]
class FileType extends AbstractType { /**/ } buildform : []

abstract class AbstractType implements FormTypeInterface { /**/ } buildform : [\void]
class MoneyType extends AbstractType { /**/ } buildform : []

abstract class AbstractType implements FormTypeInterface { /**/ } buildform : [\void]
class UlidType extends AbstractType { /**/ } buildform : []

abstract class AbstractType implements FormTypeInterface { /**/ } buildform : [\void]
class DateIntervalType extends AbstractType { /**/ } buildform : []

abstract class AbstractType implements FormTypeInterface { /**/ } buildform : [\void]
class ChoiceType extends AbstractType { /**/ } buildform : []

abstract class AbstractType implements FormTypeInterface { /**/ } buildform : [\void]
class CheckboxType extends AbstractType { /**/ } buildform : []

abstract class AbstractType implements FormTypeInterface { /**/ } buildform : [\void]
class ColorType extends AbstractType { /**/ } buildform : []

abstract class AbstractType implements FormTypeInterface { /**/ } buildform : [\void]
class PercentType extends AbstractType { /**/ } buildform : []

abstract class AbstractType implements FormTypeInterface { /**/ } buildform : [\void]
class FormType extends BaseType { /**/ } buildform : []

abstract class AbstractType implements FormTypeInterface { /**/ } buildform : [\void]
class FooType extends AbstractType { /**/ } buildform : []

abstract class AbstractType implements FormTypeInterface { /**/ } buildform : [\void]
class ReviewType extends AbstractType { /**/ } buildform : []

abstract class AbstractType implements FormTypeInterface { /**/ } buildform : [\void]
class CustomerType extends AbstractType { /**/ } buildform : []

abstract class AbstractType implements FormTypeInterface { /**/ } buildform : [\void]
class ItemFileType extends AbstractType { /**/ } buildform : []

abstract class AbstractType implements FormTypeInterface { /**/ } buildform : [\void]
class FormTypeCsrfExtensionTest_ChildType extends AbstractType { /**/ } buildform : []

abstract class AbstractType implements FormTypeInterface { /**/ } buildform : [\void]
class AlternatingRowType extends AbstractType { /**/ } buildform : []

abstract class AbstractType implements FormTypeInterface { /**/ } buildform : [\void]
class AuthorType extends AbstractType { /**/ } buildform : []

abstract class AbstractType implements FormTypeInterface { /**/ } buildform : [\void]
class UserLoginType extends AbstractType { /**/ } buildform : []

abstract class AbstractType implements FormTypeInterface { /**/ } buildview : [\void]
class NumberType extends AbstractType { /**/ } buildview : []

abstract class AbstractType implements FormTypeInterface { /**/ } buildview : [\void]
class PasswordType extends AbstractType { /**/ } buildview : []

abstract class AbstractType implements FormTypeInterface { /**/ } buildview : [\void]
class CollectionType extends AbstractType { /**/ } buildview : []

abstract class AbstractType implements FormTypeInterface { /**/ } buildview : [\void]
class TextareaType extends AbstractType { /**/ } buildview : []

abstract class AbstractType implements FormTypeInterface { /**/ } buildview : [\void]
abstract class BaseType extends AbstractType { /**/ } buildview : []

abstract class AbstractType implements FormTypeInterface { /**/ } buildview : [\void]
class SubmitType extends AbstractType implements SubmitButtonTypeInterface { /**/ } buildview : []

abstract class AbstractType implements FormTypeInterface { /**/ } buildview : [\void]
class WeekType extends AbstractType { /**/ } buildview : []

abstract class AbstractType implements FormTypeInterface { /**/ } buildview : [\void]
class IntegerType extends AbstractType { /**/ } buildview : []

abstract class AbstractType implements FormTypeInterface { /**/ } buildview : [\void]
class TimeType extends AbstractType { /**/ } buildview : []

abstract class AbstractType implements FormTypeInterface { /**/ } buildview : [\void]
class DateTimeType extends AbstractType { /**/ } buildview : []

abstract class AbstractType implements FormTypeInterface { /**/ } buildview : [\void]
class UrlType extends AbstractType { /**/ } buildview : []

abstract class AbstractType implements FormTypeInterface { /**/ } buildview : [\void]
class FileType extends AbstractType { /**/ } buildview : []

abstract class AbstractType implements FormTypeInterface { /**/ } buildview : [\void]
class MoneyType extends AbstractType { /**/ } buildview : []

abstract class AbstractType implements FormTypeInterface { /**/ } buildview : [\void]
class DateIntervalType extends AbstractType { /**/ } buildview : []

abstract class AbstractType implements FormTypeInterface { /**/ } buildview : [\void]
class ChoiceType extends AbstractType { /**/ } buildview : []

abstract class AbstractType implements FormTypeInterface { /**/ } buildview : [\void]
class CheckboxType extends AbstractType { /**/ } buildview : []

abstract class AbstractType implements FormTypeInterface { /**/ } buildview : [\void]
class PercentType extends AbstractType { /**/ } buildview : []

abstract class AbstractType implements FormTypeInterface { /**/ } buildview : [\void]
class FormType extends BaseType { /**/ } buildview : []

abstract class AbstractType implements FormTypeInterface { /**/ } finishview : [\void]
class CollectionType extends AbstractType { /**/ } finishview : []

abstract class AbstractType implements FormTypeInterface { /**/ } finishview : [\void]
class DateType extends AbstractType { /**/ } finishview : []

abstract class AbstractType implements FormTypeInterface { /**/ } finishview : [\void]
class FileType extends AbstractType { /**/ } finishview : []

abstract class AbstractType implements FormTypeInterface { /**/ } finishview : [\void]
class ChoiceType extends AbstractType { /**/ } finishview : []

abstract class AbstractType implements FormTypeInterface { /**/ } finishview : [\void]
class FormType extends BaseType { /**/ } finishview : []

abstract class AbstractType implements FormTypeInterface { /**/ } getblockprefix : [\string]
class TimezoneType extends AbstractType { /**/ } getblockprefix : []

abstract class AbstractType implements FormTypeInterface { /**/ } getblockprefix : [\string]
class NumberType extends AbstractType { /**/ } getblockprefix : []

abstract class AbstractType implements FormTypeInterface { /**/ } getblockprefix : [\string]
class CollectionType extends AbstractType { /**/ } getblockprefix : []

abstract class AbstractType implements FormTypeInterface { /**/ } getblockprefix : [\string]
class LocaleType extends AbstractType { /**/ } getblockprefix : []

abstract class AbstractType implements FormTypeInterface { /**/ } getblockprefix : [\string]
class SearchType extends AbstractType { /**/ } getblockprefix : []

abstract class AbstractType implements FormTypeInterface { /**/ } getblockprefix : [\string]
class TextareaType extends AbstractType { /**/ } getblockprefix : []

abstract class AbstractType implements FormTypeInterface { /**/ } getblockprefix : [\string]
class LanguageType extends AbstractType { /**/ } getblockprefix : []

abstract class AbstractType implements FormTypeInterface { /**/ } getblockprefix : [\string]
class BirthdayType extends AbstractType { /**/ } getblockprefix : []

abstract class AbstractType implements FormTypeInterface { /**/ } getblockprefix : [\string]
class DateType extends AbstractType { /**/ } getblockprefix : []

abstract class AbstractType implements FormTypeInterface { /**/ } getblockprefix : [\string]
class TelType extends AbstractType { /**/ } getblockprefix : []

abstract class AbstractType implements FormTypeInterface { /**/ } getblockprefix : [\string]
class SubmitType extends AbstractType implements SubmitButtonTypeInterface { /**/ } getblockprefix : []

abstract class AbstractType implements FormTypeInterface { /**/ } getblockprefix : [\string]
class WeekType extends AbstractType { /**/ } getblockprefix : []

abstract class AbstractType implements FormTypeInterface { /**/ } getblockprefix : [\string]
class CountryType extends AbstractType { /**/ } getblockprefix : []

abstract class AbstractType implements FormTypeInterface { /**/ } getblockprefix : [\string]
class RadioType extends AbstractType { /**/ } getblockprefix : []

abstract class AbstractType implements FormTypeInterface { /**/ } getblockprefix : [\string]
class RepeatedType extends AbstractType { /**/ } getblockprefix : []

abstract class AbstractType implements FormTypeInterface { /**/ } getblockprefix : [\string]
class RangeType extends AbstractType { /**/ } getblockprefix : []

abstract class AbstractType implements FormTypeInterface { /**/ } getblockprefix : [\string]
class ResetType extends AbstractType implements ButtonTypeInterface { /**/ } getblockprefix : []

abstract class AbstractType implements FormTypeInterface { /**/ } getblockprefix : [\string]
class IntegerType extends AbstractType { /**/ } getblockprefix : []

abstract class AbstractType implements FormTypeInterface { /**/ } getblockprefix : [\string]
class PasswordType extends AbstractType { /**/ } getblockprefix : []

abstract class AbstractType implements FormTypeInterface { /**/ } getblockprefix : [\string]
class TimeType extends AbstractType { /**/ } getblockprefix : []

abstract class AbstractType implements FormTypeInterface { /**/ } getblockprefix : [\string]
class DateTimeType extends AbstractType { /**/ } getblockprefix : []

abstract class AbstractType implements FormTypeInterface { /**/ } getblockprefix : [\string]
class UrlType extends AbstractType { /**/ } getblockprefix : []

abstract class AbstractType implements FormTypeInterface { /**/ } getblockprefix : [\string]
class CurrencyType extends AbstractType { /**/ } getblockprefix : []

abstract class AbstractType implements FormTypeInterface { /**/ } getblockprefix : [\string]
class FileType extends AbstractType { /**/ } getblockprefix : []

abstract class AbstractType implements FormTypeInterface { /**/ } getblockprefix : [\string]
class MoneyType extends AbstractType { /**/ } getblockprefix : []

abstract class AbstractType implements FormTypeInterface { /**/ } getblockprefix : [\string]
class EntityType extends DoctrineType { /**/ } getblockprefix : []

abstract class AbstractType implements FormTypeInterface { /**/ } getblockprefix : [\string]
class ColorType extends AbstractType { /**/ } getblockprefix : []

abstract class AbstractType implements FormTypeInterface { /**/ } getblockprefix : [\string]
class DateIntervalType extends AbstractType { /**/ } getblockprefix : []

abstract class AbstractType implements FormTypeInterface { /**/ } getblockprefix : [\string]
class ChoiceType extends AbstractType { /**/ } getblockprefix : []

abstract class AbstractType implements FormTypeInterface { /**/ } getblockprefix : [\string]
class TextType extends AbstractType implements DataTransformerInterface { /**/ } getblockprefix : []

abstract class AbstractType implements FormTypeInterface { /**/ } getblockprefix : [\string]
class EmailType extends AbstractType { /**/ } getblockprefix : []

abstract class AbstractType implements FormTypeInterface { /**/ } getblockprefix : [\string]
class HiddenType extends AbstractType { /**/ } getblockprefix : []

abstract class AbstractType implements FormTypeInterface { /**/ } getblockprefix : [\string]
class ButtonType extends BaseType implements ButtonTypeInterface { /**/ } getblockprefix : []

abstract class AbstractType implements FormTypeInterface { /**/ } getblockprefix : [\string]
class PercentType extends AbstractType { /**/ } getblockprefix : []

abstract class AbstractType implements FormTypeInterface { /**/ } getblockprefix : [\string]
class FormType extends BaseType { /**/ } getblockprefix : []

abstract class AbstractType implements FormTypeInterface { /**/ } getblockprefix : [\string]
class CheckboxType extends AbstractType { /**/ } getblockprefix : []

abstract class AbstractType implements FormTypeInterface { /**/ } getblockprefix : [\string]
class ConfigurableFormType extends AbstractType { /**/ } getblockprefix : []

class NumberToLocalizedStringTransformer implements DataTransformerInterface { /**/ } reversetransform : [\float, \int, \null]
class MoneyToLocalizedStringTransformer extends NumberToLocalizedStringTransformer { /**/ } reversetransform : [\int, \float, \null]

class NumberToLocalizedStringTransformer implements DataTransformerInterface { /**/ } castparsedvalue : [\int, \float]
class IntegerToLocalizedStringTransformer extends NumberToLocalizedStringTransformer { /**/ } castparsedvalue : [\float, \int]

class ServerParams { /**/ } getcontentlength : [\null, \int]
class ( ) extends ServerParams { /**/ } getcontentlength : [\mixed]

class GenericRetryStrategy implements RetryStrategyInterface { /**/ } shouldretry : [\bool, \null]
class (GenericRetryStrategy::DEFAULT_RETRY_STATUS_CODES, 0) extends GenericRetryStrategy { /**/ } shouldretry : [\null, \bool]

class GenericRetryStrategy implements RetryStrategyInterface { /**/ } shouldretry : [\bool, \null]
class ([400], 0) extends GenericRetryStrategy { /**/ } shouldretry : [\null, \bool]

class GenericRetryStrategy implements RetryStrategyInterface { /**/ } shouldretry : [\bool, \null]
class (GenericRetryStrategy::DEFAULT_RETRY_STATUS_CODES, 0) extends GenericRetryStrategy { /**/ } shouldretry : [\null, \bool]

trait ContextMappingTestTrait { /**/ } getloaderforcontextmapping : [\symfony\component\serializer\mapping\loader\attributeloader]
class AttributeLoaderTest extends TestCase { /**/ } getloaderforcontextmapping : [\symfony\component\serializer\mapping\loader\loaderinterface]

trait SkipUninitializedValuesTestTrait { /**/ } getnormalizerforskipuninitializedvalues : [\symfony\component\serializer\normalizer\objectnormalizer]
class ObjectNormalizerTest extends TestCase { /**/ } getnormalizerforskipuninitializedvalues : [\symfony\component\serializer\normalizer\abstractobjectnormalizer]

trait SkipUninitializedValuesTestTrait { /**/ } getnormalizerforskipuninitializedvalues : [\symfony\component\serializer\normalizer\getsetmethodnormalizer]
class GetSetMethodNormalizerTest extends TestCase { /**/ } getnormalizerforskipuninitializedvalues : [\symfony\component\serializer\normalizer\abstractobjectnormalizer]

trait SkipUninitializedValuesTestTrait { /**/ } getnormalizerforskipuninitializedvalues : [\symfony\component\serializer\normalizer\propertynormalizer]
class PropertyNormalizerTest extends TestCase { /**/ } getnormalizerforskipuninitializedvalues : [\symfony\component\serializer\normalizer\abstractobjectnormalizer]

trait ConstructorArgumentsTestTrait { /**/ } getdenormalizerforconstructarguments : [\symfony\component\serializer\normalizer\objectnormalizer]
class ObjectNormalizerTest extends TestCase { /**/ } getdenormalizerforconstructarguments : [\symfony\component\serializer\normalizer\denormalizerinterface]

trait ConstructorArgumentsTestTrait { /**/ } getdenormalizerforconstructarguments : [\symfony\component\serializer\normalizer\getsetmethodnormalizer]
class GetSetMethodNormalizerTest extends TestCase { /**/ } getdenormalizerforconstructarguments : [\symfony\component\serializer\normalizer\denormalizerinterface]

trait ConstructorArgumentsTestTrait { /**/ } getdenormalizerforconstructarguments : [\symfony\component\serializer\normalizer\propertynormalizer]
class PropertyNormalizerTest extends TestCase { /**/ } getdenormalizerforconstructarguments : [\symfony\component\serializer\normalizer\denormalizerinterface]

trait ObjectToPopulateTestTrait { /**/ } getdenormalizerforobjecttopopulate : [\symfony\component\serializer\normalizer\objectnormalizer]
class ObjectNormalizerTest extends TestCase { /**/ } getdenormalizerforobjecttopopulate : [\symfony\component\serializer\normalizer\denormalizerinterface]

trait ObjectToPopulateTestTrait { /**/ } getdenormalizerforobjecttopopulate : [\symfony\component\serializer\normalizer\propertynormalizer]
class PropertyNormalizerTest extends TestCase { /**/ } getdenormalizerforobjecttopopulate : [\symfony\component\serializer\normalizer\denormalizerinterface]

trait SkipNullValuesTestTrait { /**/ } getnormalizerforskipnullvalues : [\symfony\component\serializer\normalizer\objectnormalizer]
class ObjectNormalizerTest extends TestCase { /**/ } getnormalizerforskipnullvalues : [\symfony\component\serializer\normalizer\normalizerinterface]

trait CacheableObjectAttributesTestTrait { /**/ } getnormalizerforcacheableobjectattributestest : [\symfony\component\serializer\normalizer\objectnormalizer]
class ObjectNormalizerTest extends TestCase { /**/ } getnormalizerforcacheableobjectattributestest : [\symfony\component\serializer\normalizer\abstractobjectnormalizer]

trait CacheableObjectAttributesTestTrait { /**/ } getnormalizerforcacheableobjectattributestest : [\symfony\component\serializer\normalizer\getsetmethodnormalizer]
class GetSetMethodNormalizerTest extends TestCase { /**/ } getnormalizerforcacheableobjectattributestest : [\symfony\component\serializer\normalizer\abstractobjectnormalizer]

trait IgnoredAttributesTestTrait { /**/ } getnormalizerforignoredattributes : [\symfony\component\serializer\normalizer\objectnormalizer]
class ObjectNormalizerTest extends TestCase { /**/ } getnormalizerforignoredattributes : [\symfony\component\serializer\normalizer\normalizerinterface]

trait IgnoredAttributesTestTrait { /**/ } getnormalizerforignoredattributes : [\symfony\component\serializer\normalizer\getsetmethodnormalizer]
class GetSetMethodNormalizerTest extends TestCase { /**/ } getnormalizerforignoredattributes : [\symfony\component\serializer\normalizer\normalizerinterface]

trait IgnoredAttributesTestTrait { /**/ } getnormalizerforignoredattributes : [\symfony\component\serializer\normalizer\propertynormalizer]
class PropertyNormalizerTest extends TestCase { /**/ } getnormalizerforignoredattributes : [\symfony\component\serializer\normalizer\normalizerinterface]

trait IgnoredAttributesTestTrait { /**/ } getdenormalizerforignoredattributes : [\symfony\component\serializer\normalizer\objectnormalizer]
class ObjectNormalizerTest extends TestCase { /**/ } getdenormalizerforignoredattributes : [\symfony\component\serializer\normalizer\denormalizerinterface]

trait IgnoredAttributesTestTrait { /**/ } getdenormalizerforignoredattributes : [\symfony\component\serializer\normalizer\getsetmethodnormalizer]
class GetSetMethodNormalizerTest extends TestCase { /**/ } getdenormalizerforignoredattributes : [\symfony\component\serializer\normalizer\denormalizerinterface]

trait IgnoredAttributesTestTrait { /**/ } getdenormalizerforignoredattributes : [\symfony\component\serializer\normalizer\propertynormalizer]
class PropertyNormalizerTest extends TestCase { /**/ } getdenormalizerforignoredattributes : [\symfony\component\serializer\normalizer\denormalizerinterface]

trait CircularReferenceTestTrait { /**/ } getnormalizerforcircularreference : [\symfony\component\serializer\normalizer\objectnormalizer]
class ObjectNormalizerTest extends TestCase { /**/ } getnormalizerforcircularreference : [\symfony\component\serializer\normalizer\normalizerinterface]

trait CircularReferenceTestTrait { /**/ } getnormalizerforcircularreference : [\symfony\component\serializer\normalizer\jsonserializablenormalizer]
class JsonSerializableNormalizerTest extends TestCase { /**/ } getnormalizerforcircularreference : [\symfony\component\serializer\normalizer\normalizerinterface]

trait CircularReferenceTestTrait { /**/ } getnormalizerforcircularreference : [\symfony\component\serializer\normalizer\getsetmethodnormalizer]
class GetSetMethodNormalizerTest extends TestCase { /**/ } getnormalizerforcircularreference : [\symfony\component\serializer\normalizer\normalizerinterface]

trait CircularReferenceTestTrait { /**/ } getnormalizerforcircularreference : [\symfony\component\serializer\normalizer\propertynormalizer]
class PropertyNormalizerTest extends TestCase { /**/ } getnormalizerforcircularreference : [\symfony\component\serializer\normalizer\normalizerinterface]

trait TypeEnforcementTestTrait { /**/ } getdenormalizerfortypeenforcement : [\symfony\component\serializer\normalizer\objectnormalizer]
class ObjectNormalizerTest extends TestCase { /**/ } getdenormalizerfortypeenforcement : [\symfony\component\serializer\normalizer\denormalizerinterface]

trait CallbacksTestTrait { /**/ } getnormalizerforcallbacks : [\symfony\component\serializer\normalizer\objectnormalizer]
class ObjectNormalizerTest extends TestCase { /**/ } getnormalizerforcallbacks : [\symfony\component\serializer\normalizer\normalizerinterface]

trait CallbacksTestTrait { /**/ } getnormalizerforcallbacks : [\symfony\component\serializer\normalizer\getsetmethodnormalizer]
class GetSetMethodNormalizerTest extends TestCase { /**/ } getnormalizerforcallbacks : [\symfony\component\serializer\normalizer\normalizerinterface]

trait CallbacksTestTrait { /**/ } getnormalizerforcallbacks : [\symfony\component\serializer\normalizer\propertynormalizer]
class PropertyNormalizerTest extends TestCase { /**/ } getnormalizerforcallbacks : [\symfony\component\serializer\normalizer\normalizerinterface]

trait CallbacksTestTrait { /**/ } getnormalizerforcallbackswithpropertytypeextractor : [\symfony\component\serializer\normalizer\objectnormalizer]
class ObjectNormalizerTest extends TestCase { /**/ } getnormalizerforcallbackswithpropertytypeextractor : [\symfony\component\serializer\normalizer\normalizerinterface]

trait CallbacksTestTrait { /**/ } getnormalizerforcallbackswithpropertytypeextractor : [\symfony\component\serializer\normalizer\getsetmethodnormalizer]
class GetSetMethodNormalizerTest extends TestCase { /**/ } getnormalizerforcallbackswithpropertytypeextractor : [\symfony\component\serializer\normalizer\normalizerinterface]

trait CallbacksTestTrait { /**/ } getnormalizerforcallbackswithpropertytypeextractor : [\symfony\component\serializer\normalizer\propertynormalizer]
class PropertyNormalizerTest extends TestCase { /**/ } getnormalizerforcallbackswithpropertytypeextractor : [\symfony\component\serializer\normalizer\normalizerinterface]

trait GroupsTestTrait { /**/ } getnormalizerforgroups : [\symfony\component\serializer\normalizer\objectnormalizer]
class ObjectNormalizerTest extends TestCase { /**/ } getnormalizerforgroups : [\symfony\component\serializer\normalizer\normalizerinterface]

trait GroupsTestTrait { /**/ } getnormalizerforgroups : [\symfony\component\serializer\normalizer\getsetmethodnormalizer]
class GetSetMethodNormalizerTest extends TestCase { /**/ } getnormalizerforgroups : [\symfony\component\serializer\normalizer\normalizerinterface]

trait GroupsTestTrait { /**/ } getnormalizerforgroups : [\symfony\component\serializer\normalizer\propertynormalizer]
class PropertyNormalizerTest extends TestCase { /**/ } getnormalizerforgroups : [\symfony\component\serializer\normalizer\normalizerinterface]

trait GroupsTestTrait { /**/ } getdenormalizerforgroups : [\symfony\component\serializer\normalizer\objectnormalizer]
class ObjectNormalizerTest extends TestCase { /**/ } getdenormalizerforgroups : [\symfony\component\serializer\normalizer\denormalizerinterface]

trait GroupsTestTrait { /**/ } getdenormalizerforgroups : [\symfony\component\serializer\normalizer\getsetmethodnormalizer]
class GetSetMethodNormalizerTest extends TestCase { /**/ } getdenormalizerforgroups : [\symfony\component\serializer\normalizer\denormalizerinterface]

trait GroupsTestTrait { /**/ } getdenormalizerforgroups : [\symfony\component\serializer\normalizer\propertynormalizer]
class PropertyNormalizerTest extends TestCase { /**/ } getdenormalizerforgroups : [\symfony\component\serializer\normalizer\denormalizerinterface]

trait MaxDepthTestTrait { /**/ } getnormalizerformaxdepth : [\symfony\component\serializer\normalizer\objectnormalizer]
class ObjectNormalizerTest extends TestCase { /**/ } getnormalizerformaxdepth : [\symfony\component\serializer\normalizer\normalizerinterface]

trait MaxDepthTestTrait { /**/ } getnormalizerformaxdepth : [\symfony\component\serializer\normalizer\propertynormalizer]
class PropertyNormalizerTest extends TestCase { /**/ } getnormalizerformaxdepth : [\symfony\component\serializer\normalizer\normalizerinterface]

trait AttributesTestTrait { /**/ } getnormalizerforattributes : [\symfony\component\serializer\normalizer\objectnormalizer]
class ObjectNormalizerTest extends TestCase { /**/ } getnormalizerforattributes : [\symfony\component\serializer\normalizer\normalizerinterface]

trait AttributesTestTrait { /**/ } getdenormalizerforattributes : [\symfony\component\serializer\normalizer\objectnormalizer]
class ObjectNormalizerTest extends TestCase { /**/ } getdenormalizerforattributes : [\symfony\component\serializer\normalizer\denormalizerinterface]

abstract class AbstractNormalizer implements NormalizerInterface, DenormalizerInterface, SerializerAwareInterface { /**/ } getallowedattributes : [\array]
class ( ) extends AbstractObjectNormalizer { /**/ } getallowedattributes : [\bool, \array]

abstract class Constraint { /**/ } getdefaultoption : [\string, \null]
class ConstraintChoiceWithPreset extends Choice { /**/ } getdefaultoption : [\null, \string]

abstract class Constraint { /**/ } getdefaultoption : [\string, \null]
class ForwardingOptionCompound extends Compound { /**/ } getdefaultoption : [\null, \string]

abstract class Constraint { /**/ } getdefaultoption : [\string, \null]
class ConstraintWithValueAsDefault extends Constraint { /**/ } getdefaultoption : [\null, \string]

abstract class Constraint { /**/ } getdefaultoption : [\string, \null]
class CardScheme extends Constraint { /**/ } getdefaultoption : [\null, \string]

abstract class Constraint { /**/ } getdefaultoption : [\string, \null]
class Callback extends Constraint { /**/ } getdefaultoption : [\null, \string]

abstract class Constraint { /**/ } getdefaultoption : [\string]
class CssColor extends Constraint { /**/ } getdefaultoption : [\null, \string]

abstract class Constraint { /**/ } getdefaultoption : [\string, \null]
class ClassCompositeConstraint extends Composite { /**/ } getdefaultoption : [\null, \string]

abstract class Constraint { /**/ } getdefaultoption : [\string, \null]
class Expression extends Constraint { /**/ } getdefaultoption : [\null, \string]

abstract class Constraint { /**/ } getdefaultoption : [\string, \null]
class Regex extends Constraint { /**/ } getdefaultoption : [\null, \string]

abstract class Constraint { /**/ } getdefaultoption : [\string, \null]
class Type extends Constraint { /**/ } getdefaultoption : [\null, \string]

abstract class Constraint { /**/ } getdefaultoption : [\string, \null]
class Choice extends Constraint { /**/ } getdefaultoption : [\null, \string]

abstract class Constraint { /**/ } getdefaultoption : [\string, \null]
class Isbn extends Constraint { /**/ } getdefaultoption : [\null, \string]

abstract class Constraint { /**/ } getdefaultoption : [\string, \null]
class UniqueEntity extends Constraint { /**/ } getdefaultoption : [\null, \string]

abstract class MemberMetadata extends GenericMetadata implements PropertyMetadataInterface { /**/ } newreflectionmember : [\reflectionmethod]
class TestMemberMetadata extends MemberMetadata { /**/ } newreflectionmember : [\reflectionmethod, \reflectionproperty]

abstract class ConstraintValidatorTestCase extends TestCase { /**/ } createvalidator : [\symfony\component\security\core\validator\constraints\userpasswordvalidator]
abstract class UserPasswordValidatorTestCase extends ConstraintValidatorTestCase { /**/ } createvalidator : [\symfony\component\validator\constraintvalidatorinterface]

abstract class ConstraintValidatorTestCase extends TestCase { /**/ } createvalidator : [\symfony\component\validator\constraints\cidrvalidator]
class CidrValidatorTest extends ConstraintValidatorTestCase { /**/ } createvalidator : [\symfony\component\validator\constraintvalidatorinterface]

abstract class ConstraintValidatorTestCase extends TestCase { /**/ } createvalidator : [\symfony\component\validator\constraints\datevalidator]
class DateValidatorTest extends ConstraintValidatorTestCase { /**/ } createvalidator : [\symfony\component\validator\constraintvalidatorinterface]

abstract class ConstraintValidatorTestCase extends TestCase { /**/ } createvalidator : [\symfony\component\validator\constraints\isfalsevalidator]
class IsFalseValidatorTest extends ConstraintValidatorTestCase { /**/ } createvalidator : [\symfony\component\validator\constraintvalidatorinterface]

abstract class ConstraintValidatorTestCase extends TestCase { /**/ } createvalidator : [\symfony\component\validator\constraints\lessthanorequalvalidator]
class LessThanOrEqualValidatorTest extends AbstractComparisonValidatorTestCase { /**/ } createvalidator : [\symfony\component\validator\constraintvalidatorinterface]

abstract class ConstraintValidatorTestCase extends TestCase { /**/ } createvalidator : [\symfony\component\validator\constraints\currencyvalidator]
class CurrencyValidatorTest extends ConstraintValidatorTestCase { /**/ } createvalidator : [\symfony\component\validator\constraintvalidatorinterface]

abstract class ConstraintValidatorTestCase extends TestCase { /**/ } createvalidator : [\symfony\component\validator\constraints\isinvalidator]
class IsinValidatorTest extends ConstraintValidatorTestCase { /**/ } createvalidator : [\symfony\component\validator\constraintvalidatorinterface]

abstract class ConstraintValidatorTestCase extends TestCase { /**/ } createvalidator : [\symfony\component\validator\constraints\expressionvalidator]
class ExpressionValidatorTest extends ConstraintValidatorTestCase { /**/ } createvalidator : [\symfony\component\validator\constraintvalidatorinterface]

abstract class ConstraintValidatorTestCase extends TestCase { /**/ } createvalidator : [\symfony\component\validator\constraints\timevalidator]
class TimeValidatorTest extends ConstraintValidatorTestCase { /**/ } createvalidator : [\symfony\component\validator\constraintvalidatorinterface]

abstract class ConstraintValidatorTestCase extends TestCase { /**/ } createvalidator : [\symfony\component\validator\constraints\uuidvalidator]
class UuidValidatorTest extends ConstraintValidatorTestCase { /**/ } createvalidator : [\symfony\component\validator\constraintvalidatorinterface]

abstract class ConstraintValidatorTestCase extends TestCase { /**/ } createvalidator : [\symfony\component\validator\constraints\urlvalidator]
class UrlValidatorTest extends ConstraintValidatorTestCase { /**/ } createvalidator : [\symfony\component\validator\constraintvalidatorinterface]

abstract class ConstraintValidatorTestCase extends TestCase { /**/ } createvalidator : [\symfony\component\validator\constraints\localevalidator]
class LocaleValidatorTest extends ConstraintValidatorTestCase { /**/ } createvalidator : [\symfony\component\validator\constraintvalidatorinterface]

abstract class ConstraintValidatorTestCase extends TestCase { /**/ } createvalidator : [\symfony\component\validator\constraints\ulidvalidator]
class UlidValidatorTest extends ConstraintValidatorTestCase { /**/ } createvalidator : [\symfony\component\validator\constraintvalidatorinterface]

abstract class ConstraintValidatorTestCase extends TestCase { /**/ } createvalidator : [\symfony\component\validator\constraints\greaterthanvalidator]
class GreaterThanValidatorTest extends AbstractComparisonValidatorTestCase { /**/ } createvalidator : [\symfony\component\validator\constraintvalidatorinterface]

abstract class ConstraintValidatorTestCase extends TestCase { /**/ } createvalidator : [\symfony\component\validator\constraints\imagevalidator]
class ImageValidatorTest extends ConstraintValidatorTestCase { /**/ } createvalidator : [\symfony\component\validator\constraintvalidatorinterface]

abstract class ConstraintValidatorTestCase extends TestCase { /**/ } createvalidator : [\symfony\component\validator\constraints\passwordstrengthvalidator]
class PasswordStrengthValidatorTest extends ConstraintValidatorTestCase { /**/ } createvalidator : [\symfony\component\validator\constraintvalidatorinterface]

abstract class ConstraintValidatorTestCase extends TestCase { /**/ } createvalidator : [\symfony\component\validator\constraints\luhnvalidator]
class LuhnValidatorTest extends ConstraintValidatorTestCase { /**/ } createvalidator : [\symfony\component\validator\constraintvalidatorinterface]

abstract class ConstraintValidatorTestCase extends TestCase { /**/ } createvalidator : [\symfony\component\validator\constraints\whenvalidator]
final class WhenValidatorTest extends ConstraintValidatorTestCase { /**/ } createvalidator : [\symfony\component\validator\constraintvalidatorinterface]

abstract class ConstraintValidatorTestCase extends TestCase { /**/ } createvalidator : [\symfony\component\validator\constraints\countryvalidator]
class CountryValidatorTest extends ConstraintValidatorTestCase { /**/ } createvalidator : [\symfony\component\validator\constraintvalidatorinterface]

abstract class ConstraintValidatorTestCase extends TestCase { /**/ } createvalidator : [\symfony\bridge\doctrine\validator\constraints\uniqueentityvalidator]
class UniqueEntityValidatorTest extends ConstraintValidatorTestCase { /**/ } createvalidator : [\symfony\component\validator\constraintvalidatorinterface]

abstract class ConstraintValidatorTestCase extends TestCase { /**/ } createvalidator : [\symfony\component\form\extension\validator\constraints\formvalidator]
class FormValidatorTest extends ConstraintValidatorTestCase { /**/ } createvalidator : [\symfony\component\validator\constraintvalidatorinterface]

abstract class ConstraintValidatorTestCase extends TestCase { /**/ } createvalidator : [\symfony\component\validator\constraints\equaltovalidator]
class EqualToValidatorTest extends AbstractComparisonValidatorTestCase { /**/ } createvalidator : [\symfony\component\validator\constraintvalidatorinterface]

abstract class ConstraintValidatorTestCase extends TestCase { /**/ } createvalidator : [\symfony\component\validator\constraints\atleastoneofvalidator]
class AtLeastOneOfValidatorTest extends ConstraintValidatorTestCase { /**/ } createvalidator : [\symfony\component\validator\constraintvalidatorinterface]

abstract class ConstraintValidatorTestCase extends TestCase { /**/ } createvalidator : [\symfony\component\validator\constraints\isbnvalidator]
class IsbnValidatorTest extends ConstraintValidatorTestCase { /**/ } createvalidator : [\symfony\component\validator\constraintvalidatorinterface]

abstract class ConstraintValidatorTestCase extends TestCase { /**/ } createvalidator : [\symfony\component\validator\constraints\notblankvalidator]
class NotBlankValidatorTest extends ConstraintValidatorTestCase { /**/ } createvalidator : [\symfony\component\validator\constraintvalidatorinterface]

abstract class ConstraintValidatorTestCase extends TestCase { /**/ } createvalidator : [\symfony\component\validator\constraints\lengthvalidator]
class LengthValidatorTest extends ConstraintValidatorTestCase { /**/ } createvalidator : [\symfony\component\validator\constraintvalidatorinterface]

abstract class ConstraintValidatorTestCase extends TestCase { /**/ } createvalidator : [\symfony\component\validator\constraints\csscolorvalidator]
final class CssColorValidatorTest extends ConstraintValidatorTestCase { /**/ } createvalidator : [\symfony\component\validator\constraintvalidatorinterface]

abstract class ConstraintValidatorTestCase extends TestCase { /**/ } createvalidator : [\symfony\component\validator\constraints\uniquevalidator]
class UniqueValidatorTest extends ConstraintValidatorTestCase { /**/ } createvalidator : [\symfony\component\validator\constraintvalidatorinterface]

abstract class ConstraintValidatorTestCase extends TestCase { /**/ } createvalidator : [\symfony\component\validator\constraints\ibanvalidator]
class IbanValidatorTest extends ConstraintValidatorTestCase { /**/ } createvalidator : [\symfony\component\validator\constraintvalidatorinterface]

abstract class ConstraintValidatorTestCase extends TestCase { /**/ } createvalidator : [\symfony\component\validator\constraints\typevalidator]
class TypeValidatorTest extends ConstraintValidatorTestCase { /**/ } createvalidator : [\symfony\component\validator\constraintvalidatorinterface]

abstract class ConstraintValidatorTestCase extends TestCase { /**/ } createvalidator : [\symfony\component\validator\constraints\datetimevalidator]
class DateTimeValidatorTest extends ConstraintValidatorTestCase { /**/ } createvalidator : [\symfony\component\validator\constraintvalidatorinterface]

abstract class ConstraintValidatorTestCase extends TestCase { /**/ } createvalidator : [\symfony\component\validator\constraints\compoundvalidator]
class CompoundValidatorTest extends ConstraintValidatorTestCase { /**/ } createvalidator : [\symfony\component\validator\constraintvalidatorinterface]

abstract class ConstraintValidatorTestCase extends TestCase { /**/ } createvalidator : [\symfony\component\validator\tests\test\testcustomvalidator]
class ConstraintValidatorTestCaseTest extends ConstraintValidatorTestCase { /**/ } createvalidator : [\symfony\component\validator\constraintvalidatorinterface]

abstract class ConstraintValidatorTestCase extends TestCase { /**/ } createvalidator : [\symfony\component\validator\constraints\notequaltovalidator]
class NotEqualToValidatorTest extends AbstractComparisonValidatorTestCase { /**/ } createvalidator : [\symfony\component\validator\constraintvalidatorinterface]

abstract class ConstraintValidatorTestCase extends TestCase { /**/ } createvalidator : [\symfony\component\validator\constraints\lessthanvalidator]
class LessThanValidatorTest extends AbstractComparisonValidatorTestCase { /**/ } createvalidator : [\symfony\component\validator\constraintvalidatorinterface]

abstract class ConstraintValidatorTestCase extends TestCase { /**/ } createvalidator : [\symfony\component\validator\constraints\issnvalidator]
class IssnValidatorTest extends ConstraintValidatorTestCase { /**/ } createvalidator : [\symfony\component\validator\constraintvalidatorinterface]

abstract class ConstraintValidatorTestCase extends TestCase { /**/ } createvalidator : [\symfony\component\validator\constraints\callbackvalidator]
class CallbackValidatorTest extends ConstraintValidatorTestCase { /**/ } createvalidator : [\symfony\component\validator\constraintvalidatorinterface]

abstract class ConstraintValidatorTestCase extends TestCase { /**/ } createvalidator : [\symfony\component\validator\constraints\rangevalidator]
class RangeValidatorTest extends ConstraintValidatorTestCase { /**/ } createvalidator : [\symfony\component\validator\constraintvalidatorinterface]

abstract class ConstraintValidatorTestCase extends TestCase { /**/ } createvalidator : [\symfony\component\validator\constraints\countvalidator]
abstract class CountValidatorTestCase extends ConstraintValidatorTestCase { /**/ } createvalidator : [\symfony\component\validator\constraintvalidatorinterface]

abstract class ConstraintValidatorTestCase extends TestCase { /**/ } createvalidator : [\symfony\component\validator\constraints\ipvalidator]
class IpValidatorTest extends ConstraintValidatorTestCase { /**/ } createvalidator : [\symfony\component\validator\constraintvalidatorinterface]

abstract class ConstraintValidatorTestCase extends TestCase { /**/ } createvalidator : [\symfony\component\validator\constraints\cardschemevalidator]
class CardSchemeValidatorTest extends ConstraintValidatorTestCase { /**/ } createvalidator : [\symfony\component\validator\constraintvalidatorinterface]

abstract class ConstraintValidatorTestCase extends TestCase { /**/ } createvalidator : [\symfony\component\validator\constraints\divisiblebyvalidator]
class DivisibleByValidatorTest extends AbstractComparisonValidatorTestCase { /**/ } createvalidator : [\symfony\component\validator\constraintvalidatorinterface]

abstract class ConstraintValidatorTestCase extends TestCase { /**/ } createvalidator : [\symfony\component\validator\constraints\expressionsyntaxvalidator]
class ExpressionSyntaxValidatorTest extends ConstraintValidatorTestCase { /**/ } createvalidator : [\symfony\component\validator\constraintvalidatorinterface]

abstract class ConstraintValidatorTestCase extends TestCase { /**/ } createvalidator : [\symfony\component\validator\constraints\languagevalidator]
class LanguageValidatorTest extends ConstraintValidatorTestCase { /**/ } createvalidator : [\symfony\component\validator\constraintvalidatorinterface]

abstract class ConstraintValidatorTestCase extends TestCase { /**/ } createvalidator : [\symfony\component\validator\constraints\timezonevalidator]
class TimezoneValidatorTest extends ConstraintValidatorTestCase { /**/ } createvalidator : [\symfony\component\validator\constraintvalidatorinterface]

abstract class ConstraintValidatorTestCase extends TestCase { /**/ } createvalidator : [\symfony\component\validator\constraints\hostnamevalidator]
class HostnameValidatorTest extends ConstraintValidatorTestCase { /**/ } createvalidator : [\symfony\component\validator\constraintvalidatorinterface]

abstract class ConstraintValidatorTestCase extends TestCase { /**/ } createvalidator : [\symfony\component\validator\constraints\choicevalidator]
class ChoiceValidatorTest extends ConstraintValidatorTestCase { /**/ } createvalidator : [\symfony\component\validator\constraintvalidatorinterface]

abstract class ConstraintValidatorTestCase extends TestCase { /**/ } createvalidator : [\symfony\component\validator\constraints\blankvalidator]
class BlankValidatorTest extends ConstraintValidatorTestCase { /**/ } createvalidator : [\symfony\component\validator\constraintvalidatorinterface]

abstract class ConstraintValidatorTestCase extends TestCase { /**/ } createvalidator : [\symfony\component\validator\constraints\nosuspiciouscharactersvalidator]
class NoSuspiciousCharactersValidatorTest extends ConstraintValidatorTestCase { /**/ } createvalidator : [\symfony\component\validator\constraintvalidatorinterface]

abstract class ConstraintValidatorTestCase extends TestCase { /**/ } createvalidator : [\symfony\component\validator\constraints\regexvalidator]
class RegexValidatorTest extends ConstraintValidatorTestCase { /**/ } createvalidator : [\symfony\component\validator\constraintvalidatorinterface]

abstract class ConstraintValidatorTestCase extends TestCase { /**/ } createvalidator : [\symfony\component\validator\constraints\emailvalidator]
class EmailValidatorTest extends ConstraintValidatorTestCase { /**/ } createvalidator : [\symfony\component\validator\constraintvalidatorinterface]

abstract class ConstraintValidatorTestCase extends TestCase { /**/ } createvalidator : [\symfony\component\validator\constraints\filevalidator]
abstract class FileValidatorTestCase extends ConstraintValidatorTestCase { /**/ } createvalidator : [\symfony\component\validator\constraintvalidatorinterface]

abstract class ConstraintValidatorTestCase extends TestCase { /**/ } createvalidator : [\symfony\component\validator\constraints\notidenticaltovalidator]
class NotIdenticalToValidatorTest extends AbstractComparisonValidatorTestCase { /**/ } createvalidator : [\symfony\component\validator\constraintvalidatorinterface]

abstract class ConstraintValidatorTestCase extends TestCase { /**/ } createvalidator : [\symfony\component\validator\constraints\notnullvalidator]
class NotNullValidatorTest extends ConstraintValidatorTestCase { /**/ } createvalidator : [\symfony\component\validator\constraintvalidatorinterface]

abstract class ConstraintValidatorTestCase extends TestCase { /**/ } createvalidator : [\symfony\component\validator\constraints\identicaltovalidator]
class IdenticalToValidatorTest extends AbstractComparisonValidatorTestCase { /**/ } createvalidator : [\symfony\component\validator\constraintvalidatorinterface]

abstract class ConstraintValidatorTestCase extends TestCase { /**/ } createvalidator : [\symfony\component\validator\constraints\sequentiallyvalidator]
class SequentiallyValidatorTest extends ConstraintValidatorTestCase { /**/ } createvalidator : [\symfony\component\validator\constraintvalidatorinterface]

abstract class ConstraintValidatorTestCase extends TestCase { /**/ } createvalidator : [\symfony\component\validator\constraints\greaterthanorequalvalidator]
class GreaterThanOrEqualValidatorTest extends AbstractComparisonValidatorTestCase { /**/ } createvalidator : [\symfony\component\validator\constraintvalidatorinterface]

abstract class ConstraintValidatorTestCase extends TestCase { /**/ } createvalidator : [\symfony\component\validator\constraints\isnullvalidator]
class IsNullValidatorTest extends ConstraintValidatorTestCase { /**/ } createvalidator : [\symfony\component\validator\constraintvalidatorinterface]

abstract class ConstraintValidatorTestCase extends TestCase { /**/ } createvalidator : [\symfony\component\validator\constraints\istruevalidator]
class IsTrueValidatorTest extends ConstraintValidatorTestCase { /**/ } createvalidator : [\symfony\component\validator\constraintvalidatorinterface]

abstract class ConstraintValidatorTestCase extends TestCase { /**/ } createvalidator : [\symfony\component\validator\constraints\collectionvalidator]
abstract class CollectionValidatorTestCase extends ConstraintValidatorTestCase { /**/ } createvalidator : [\symfony\component\validator\constraintvalidatorinterface]

abstract class ConstraintValidatorTestCase extends TestCase { /**/ } createvalidator : [\symfony\component\validator\constraints\allvalidator]
class AllValidatorTest extends ConstraintValidatorTestCase { /**/ } createvalidator : [\symfony\component\validator\constraintvalidatorinterface]

abstract class ConstraintValidatorTestCase extends TestCase { /**/ } createvalidator : [\symfony\component\validator\constraints\jsonvalidator]
class JsonValidatorTest extends ConstraintValidatorTestCase { /**/ } createvalidator : [\symfony\component\validator\constraintvalidatorinterface]

abstract class ConstraintValidatorTestCase extends TestCase { /**/ } createvalidator : [\symfony\component\validator\constraints\bicvalidator]
class BicValidatorTest extends ConstraintValidatorTestCase { /**/ } createvalidator : [\symfony\component\validator\constraintvalidatorinterface]

abstract class AbstractComparisonValidator extends ConstraintValidator { /**/ } geterrorcode : [\null, \string]
class IdenticalToValidator extends AbstractComparisonValidator { /**/ } geterrorcode : [\string, \null]

abstract class AbstractComparisonValidator extends ConstraintValidator { /**/ } geterrorcode : [\null, \string]
class DivisibleByValidator extends AbstractComparisonValidator { /**/ } geterrorcode : [\string, \null]

abstract class AbstractComparisonValidator extends ConstraintValidator { /**/ } geterrorcode : [\null, \string]
class NotEqualToValidator extends AbstractComparisonValidator { /**/ } geterrorcode : [\string, \null]

abstract class AbstractComparisonValidator extends ConstraintValidator { /**/ } geterrorcode : [\null, \string]
class LessThanOrEqualValidator extends AbstractComparisonValidator { /**/ } geterrorcode : [\string, \null]

abstract class AbstractComparisonValidatorTestCase extends ConstraintValidatorTestCase { /**/ } providecomparisonstonullvalueatpropertypath : [\array]
class LessThanOrEqualValidatorTest extends AbstractComparisonValidatorTestCase { /**/ } providecomparisonstonullvalueatpropertypath : []

abstract class AbstractComparisonValidatorTestCase extends ConstraintValidatorTestCase { /**/ } providecomparisonstonullvalueatpropertypath : [\array]
class GreaterThanValidatorTest extends AbstractComparisonValidatorTestCase { /**/ } providecomparisonstonullvalueatpropertypath : []

abstract class AbstractComparisonValidatorTestCase extends ConstraintValidatorTestCase { /**/ } providecomparisonstonullvalueatpropertypath : [\array]
class GreaterThanOrEqualValidatorTest extends AbstractComparisonValidatorTestCase { /**/ } providecomparisonstonullvalueatpropertypath : []

abstract class AbstractComparisonValidatorTestCase extends ConstraintValidatorTestCase { /**/ } providecomparisonstonullvalueatpropertypath : [\array]
class NotIdenticalToValidatorTest extends AbstractComparisonValidatorTestCase { /**/ } providecomparisonstonullvalueatpropertypath : []

abstract class AbstractComparisonValidatorTestCase extends ConstraintValidatorTestCase { /**/ } providecomparisonstonullvalueatpropertypath : [\array]
class IdenticalToValidatorTest extends AbstractComparisonValidatorTestCase { /**/ } providecomparisonstonullvalueatpropertypath : []

abstract class AbstractComparisonValidatorTestCase extends ConstraintValidatorTestCase { /**/ } providecomparisonstonullvalueatpropertypath : [\array]
class NotEqualToValidatorTest extends AbstractComparisonValidatorTestCase { /**/ } providecomparisonstonullvalueatpropertypath : []

abstract class AbstractComparisonValidatorTestCase extends ConstraintValidatorTestCase { /**/ } providecomparisonstonullvalueatpropertypath : [\array]
class EqualToValidatorTest extends AbstractComparisonValidatorTestCase { /**/ } providecomparisonstonullvalueatpropertypath : []

abstract class AbstractComparisonValidatorTestCase extends ConstraintValidatorTestCase { /**/ } providecomparisonstonullvalueatpropertypath : [\array]
class LessThanValidatorTest extends AbstractComparisonValidatorTestCase { /**/ } providecomparisonstonullvalueatpropertypath : []

abstract class AbstractComparisonValidatorTestCase extends ConstraintValidatorTestCase { /**/ } geterrorcode : [\string, \null]
class GreaterThanValidatorTest extends AbstractComparisonValidatorTestCase { /**/ } geterrorcode : [\null, \string]

abstract class AbstractComparisonValidatorTestCase extends ConstraintValidatorTestCase { /**/ } geterrorcode : [\string, \null]
class IdenticalToValidatorTest extends AbstractComparisonValidatorTestCase { /**/ } geterrorcode : [\null, \string]

abstract class AbstractComparisonValidatorTestCase extends ConstraintValidatorTestCase { /**/ } geterrorcode : [\string, \null]
class NotEqualToValidatorTest extends AbstractComparisonValidatorTestCase { /**/ } geterrorcode : [\null, \string]

trait RedisTrait { /**/ } dosave : [\array]
class RedisTagAwareAdapter extends AbstractTagAwareAdapter { /**/ } dosave : [\bool, \array]

trait FilesystemTrait { /**/ } dosave : [\array]
class FilesystemTagAwareAdapter extends AbstractTagAwareAdapter implements PruneableInterface { /**/ } dosave : [\bool, \array]

trait AbstractAdapterTrait { /**/ } dofetch : [\array]
class CouchbaseCollectionAdapter extends AbstractAdapter { /**/ } dofetch : [\iterable]

trait AbstractAdapterTrait { /**/ } dosave : [\array]
abstract class AbstractTagAwareAdapter implements TagAwareAdapterInterface, TagAwareCacheInterface, LoggerAwareInterface, ResettableInterface { /**/ } dosave : [\bool, \array]

trait AbstractAdapterTrait { /**/ } dosave : [\array]
class FilesystemTagAwareAdapter extends AbstractTagAwareAdapter implements PruneableInterface { /**/ } dosave : [\bool, \array]

trait AbstractAdapterTrait { /**/ } dosave : [\array]
class RedisTagAwareAdapter extends AbstractTagAwareAdapter { /**/ } dosave : [\bool, \array]

abstract class AbstractAdapter implements AdapterInterface, CacheInterface, LoggerAwareInterface, ResettableInterface { /**/ } createconnection : [\couchbase\bucket, \couchbase\collection]
class CouchbaseCollectionAdapter extends AbstractAdapter { /**/ } createconnection : [\mixed]

abstract class AbstractAdapter implements AdapterInterface, CacheInterface, LoggerAwareInterface, ResettableInterface { /**/ } createconnection : [\couchbasebucket]
class CouchbaseBucketAdapter extends AbstractAdapter { /**/ } createconnection : [\mixed]

abstract class AbstractAdapter implements AdapterInterface, CacheInterface, LoggerAwareInterface, ResettableInterface { /**/ } createconnection : [\memcached]
class MemcachedAdapter extends AbstractAdapter { /**/ } createconnection : [\mixed]

abstract class AbstractFileExtractor { /**/ } extractfromdirectory : [\iterable, \symfony\component\finder\finder]
final class PhpAstExtractor extends AbstractFileExtractor implements ExtractorInterface { /**/ } extractfromdirectory : [\iterable]

abstract class AbstractTransport implements TransportInterface { /**/ } dosend : [\symfony\component\notifier\bridge\slack\slacksentmessage]
final class SlackTransport extends AbstractTransport { /**/ } dosend : [\symfony\component\notifier\message\sentmessage]

abstract class TransportFactoryTestCase extends TestCase { /**/ } createfactory : [\symfony\component\notifier\bridge\smsfactor\smsfactortransportfactory]
final class SmsFactorTransportFactoryTest extends TransportFactoryTestCase { /**/ } createfactory : [\symfony\component\notifier\transport\transportfactoryinterface]

abstract class TransportFactoryTestCase extends TestCase { /**/ } createfactory : [\symfony\component\notifier\bridge\brevo\brevotransportfactory]
final class BrevoTransportFactoryTest extends TransportFactoryTestCase { /**/ } createfactory : [\symfony\component\notifier\transport\transportfactoryinterface]

abstract class TransportFactoryTestCase extends TestCase { /**/ } createfactory : [\symfony\component\notifier\bridge\contacteveryone\contacteveryonetransportfactory]
final class ContactEveryoneTransportFactoryTest extends TransportFactoryTestCase { /**/ } createfactory : [\symfony\component\notifier\transport\transportfactoryinterface]

abstract class TransportFactoryTestCase extends TestCase { /**/ } createfactory : [\symfony\component\notifier\bridge\rocketchat\rocketchattransportfactory]
final class RocketChatTransportFactoryTest extends TransportFactoryTestCase { /**/ } createfactory : [\symfony\component\notifier\transport\transportfactoryinterface]

abstract class TransportFactoryTestCase extends TestCase { /**/ } createfactory : [\symfony\component\notifier\bridge\ringcentral\ringcentraltransportfactory]
final class RingCentralTransportFactoryTest extends TransportFactoryTestCase { /**/ } createfactory : [\symfony\component\notifier\transport\transportfactoryinterface]

abstract class TransportFactoryTestCase extends TestCase { /**/ } createfactory : [\symfony\component\notifier\bridge\smsc\smsctransportfactory]
final class SmscTransportFactoryTest extends TransportFactoryTestCase { /**/ } createfactory : [\symfony\component\notifier\transport\transportfactoryinterface]

abstract class TransportFactoryTestCase extends TestCase { /**/ } createfactory : [\symfony\component\notifier\bridge\linenotify\linenotifytransportfactory]
final class LineNotifyTransportFactoryTest extends TransportFactoryTestCase { /**/ } createfactory : [\symfony\component\notifier\transport\transportfactoryinterface]

abstract class TransportFactoryTestCase extends TestCase { /**/ } createfactory : [\symfony\component\notifier\bridge\sms77\sms77transportfactory]
final class Sms77TransportFactoryTest extends TransportFactoryTestCase { /**/ } createfactory : [\symfony\component\notifier\transport\transportfactoryinterface]

abstract class TransportFactoryTestCase extends TestCase { /**/ } createfactory : [\symfony\component\notifier\bridge\gitter\gittertransportfactory]
final class GitterTransportFactoryTest extends TransportFactoryTestCase { /**/ } createfactory : [\symfony\component\notifier\transport\transportfactoryinterface]

abstract class TransportFactoryTestCase extends TestCase { /**/ } createfactory : [\symfony\component\notifier\bridge\mobyt\mobyttransportfactory]
final class MobytTransportFactoryTest extends TransportFactoryTestCase { /**/ } createfactory : [\symfony\component\notifier\transport\transportfactoryinterface]

abstract class TransportFactoryTestCase extends TestCase { /**/ } createfactory : [\symfony\component\notifier\bridge\microsoftteams\microsoftteamstransportfactory]
final class MicrosoftTeamsTransportFactoryTest extends TransportFactoryTestCase { /**/ } createfactory : [\symfony\component\notifier\transport\transportfactoryinterface]

abstract class TransportFactoryTestCase extends TestCase { /**/ } createfactory : [\symfony\component\notifier\bridge\messagemedia\messagemediatransportfactory]
final class MessageMediaTransportFactoryTest extends TransportFactoryTestCase { /**/ } createfactory : [\symfony\component\notifier\transport\transportfactoryinterface]

abstract class TransportFactoryTestCase extends TestCase { /**/ } createfactory : [\symfony\component\notifier\bridge\termii\termiitransportfactory]
final class TermiiTransportFactoryTest extends TransportFactoryTestCase { /**/ } createfactory : [\symfony\component\notifier\transport\transportfactoryinterface]

abstract class TransportFactoryTestCase extends TestCase { /**/ } createfactory : [\symfony\component\notifier\bridge\twilio\twiliotransportfactory]
final class TwilioTransportFactoryTest extends TransportFactoryTestCase { /**/ } createfactory : [\symfony\component\notifier\transport\transportfactoryinterface]

abstract class TransportFactoryTestCase extends TestCase { /**/ } createfactory : [\symfony\component\notifier\bridge\linkedin\linkedintransportfactory]
final class LinkedInTransportFactoryTest extends TransportFactoryTestCase { /**/ } createfactory : [\symfony\component\notifier\transport\transportfactoryinterface]

abstract class TransportFactoryTestCase extends TestCase { /**/ } createfactory : [\symfony\component\notifier\bridge\plivo\plivotransportfactory]
final class PlivoTransportFactoryTest extends TransportFactoryTestCase { /**/ } createfactory : [\symfony\component\notifier\transport\transportfactoryinterface]

abstract class TransportFactoryTestCase extends TestCase { /**/ } createfactory : [\symfony\component\notifier\bridge\spothit\spothittransportfactory]
final class SpotHitTransportFactoryTest extends TransportFactoryTestCase { /**/ } createfactory : [\symfony\component\notifier\transport\transportfactoryinterface]

abstract class TransportFactoryTestCase extends TestCase { /**/ } createfactory : [\symfony\component\notifier\bridge\pushover\pushovertransportfactory]
final class PushoverTransportFactoryTest extends TransportFactoryTestCase { /**/ } createfactory : [\symfony\component\notifier\transport\transportfactoryinterface]

abstract class TransportFactoryTestCase extends TestCase { /**/ } createfactory : [\symfony\component\notifier\bridge\fakechat\fakechattransportfactory]
final class FakeChatTransportFactoryTest extends TransportFactoryTestCase { /**/ } createfactory : [\symfony\component\notifier\transport\transportfactoryinterface]

abstract class TransportFactoryTestCase extends TestCase { /**/ } createfactory : [\symfony\component\notifier\bridge\isendpro\isendprotransportfactory]
final class IsendproTransportFactoryTest extends TransportFactoryTestCase { /**/ } createfactory : [\symfony\component\notifier\transport\transportfactoryinterface]

abstract class TransportFactoryTestCase extends TestCase { /**/ } createfactory : [\symfony\component\notifier\bridge\amazonsns\amazonsnstransportfactory]
class AmazonSnsTransportFactoryTest extends TransportFactoryTestCase { /**/ } createfactory : [\symfony\component\notifier\transport\transportfactoryinterface]

abstract class TransportFactoryTestCase extends TestCase { /**/ } createfactory : [\symfony\component\notifier\bridge\firebase\firebasetransportfactory]
final class FirebaseTransportFactoryTest extends TransportFactoryTestCase { /**/ } createfactory : [\symfony\component\notifier\transport\transportfactoryinterface]

abstract class TransportFactoryTestCase extends TestCase { /**/ } createfactory : [\symfony\component\notifier\bridge\zendesk\zendesktransportfactory]
final class ZendeskTransportFactoryTest extends TransportFactoryTestCase { /**/ } createfactory : [\symfony\component\notifier\transport\transportfactoryinterface]

abstract class TransportFactoryTestCase extends TestCase { /**/ } createfactory : [\symfony\component\notifier\bridge\telegram\telegramtransportfactory]
final class TelegramTransportFactoryTest extends TransportFactoryTestCase { /**/ } createfactory : [\symfony\component\notifier\transport\transportfactoryinterface]

abstract class TransportFactoryTestCase extends TestCase { /**/ } createfactory : [\symfony\component\notifier\bridge\iqsms\iqsmstransportfactory]
final class IqsmsTransportFactoryTest extends TransportFactoryTestCase { /**/ } createfactory : [\symfony\component\notifier\transport\transportfactoryinterface]

abstract class TransportFactoryTestCase extends TestCase { /**/ } createfactory : [\symfony\component\notifier\bridge\yunpian\yunpiantransportfactory]
final class YunpianTransportFactoryTest extends TransportFactoryTestCase { /**/ } createfactory : [\symfony\component\notifier\transport\transportfactoryinterface]

abstract class TransportFactoryTestCase extends TestCase { /**/ } createfactory : [\symfony\component\notifier\bridge\sinch\sinchtransportfactory]
final class SinchTransportFactoryTest extends TransportFactoryTestCase { /**/ } createfactory : [\symfony\component\notifier\transport\transportfactoryinterface]

abstract class TransportFactoryTestCase extends TestCase { /**/ } createfactory : [\symfony\component\notifier\bridge\googlechat\googlechattransportfactory]
final class GoogleChatTransportFactoryTest extends TransportFactoryTestCase { /**/ } createfactory : [\symfony\component\notifier\transport\transportfactoryinterface]

abstract class TransportFactoryTestCase extends TestCase { /**/ } createfactory : [\symfony\component\notifier\bridge\engagespot\engagespottransportfactory]
final class EngagespotTransportFactoryTest extends TransportFactoryTestCase { /**/ } createfactory : [\symfony\component\notifier\transport\transportfactoryinterface]

abstract class TransportFactoryTestCase extends TestCase { /**/ } createfactory : [\symfony\component\notifier\bridge\gatewayapi\gatewayapitransportfactory]
final class GatewayApiTransportFactoryTest extends TransportFactoryTestCase { /**/ } createfactory : [\symfony\component\notifier\transport\transportfactoryinterface]

abstract class TransportFactoryTestCase extends TestCase { /**/ } createfactory : [\symfony\component\notifier\bridge\sendberry\sendberrytransportfactory]
final class SendberryTransportFactoryTest extends TransportFactoryTestCase { /**/ } createfactory : [\symfony\component\notifier\transport\transportfactoryinterface]

abstract class TransportFactoryTestCase extends TestCase { /**/ } createfactory : [\symfony\component\notifier\bridge\fortysixelks\fortysixelkstransportfactory]
class FortySixElksTransportFactoryTest extends TransportFactoryTestCase { /**/ } createfactory : [\symfony\component\notifier\transport\transportfactoryinterface]

abstract class TransportFactoryTestCase extends TestCase { /**/ } createfactory : [\symfony\component\notifier\bridge\mastodon\mastodontransportfactory]
class MastodonTransportFactoryTest extends TransportFactoryTestCase { /**/ } createfactory : [\symfony\component\notifier\transport\transportfactoryinterface]

abstract class TransportFactoryTestCase extends TestCase { /**/ } createfactory : [\symfony\component\notifier\bridge\redlink\redlinktransportfactory]
final class RedlinkTransportFactoryTest extends TransportFactoryTestCase { /**/ } createfactory : [\symfony\component\notifier\transport\transportfactoryinterface]

abstract class TransportFactoryTestCase extends TestCase { /**/ } createfactory : [\symfony\component\notifier\bridge\smsapi\smsapitransportfactory]
final class SmsapiTransportFactoryTest extends TransportFactoryTestCase { /**/ } createfactory : [\symfony\component\notifier\transport\transportfactoryinterface]

abstract class TransportFactoryTestCase extends TestCase { /**/ } createfactory : [\symfony\component\notifier\bridge\kazinfoteh\kazinfotehtransportfactory]
final class KazInfoTehTransportFactoryTest extends TransportFactoryTestCase { /**/ } createfactory : [\symfony\component\notifier\transport\transportfactoryinterface]

abstract class TransportFactoryTestCase extends TestCase { /**/ } createfactory : [\symfony\component\notifier\bridge\telnyx\telnyxtransportfactory]
final class TelnyxTransportFactoryTest extends TransportFactoryTestCase { /**/ } createfactory : [\symfony\component\notifier\transport\transportfactoryinterface]

abstract class TransportFactoryTestCase extends TestCase { /**/ } createfactory : [\symfony\component\notifier\bridge\messagebird\messagebirdtransportfactory]
final class MessageBirdTransportFactoryTest extends TransportFactoryTestCase { /**/ } createfactory : [\symfony\component\notifier\transport\transportfactoryinterface]

abstract class TransportFactoryTestCase extends TestCase { /**/ } createfactory : [\symfony\component\notifier\bridge\turbosms\turbosmstransportfactory]
final class TurboSmsTransportFactoryTest extends TransportFactoryTestCase { /**/ } createfactory : [\symfony\component\notifier\transport\transportfactoryinterface]

abstract class TransportFactoryTestCase extends TestCase { /**/ } createfactory : [\symfony\component\notifier\bridge\discord\discordtransportfactory]
final class DiscordTransportFactoryTest extends TransportFactoryTestCase { /**/ } createfactory : [\symfony\component\notifier\transport\transportfactoryinterface]

abstract class TransportFactoryTestCase extends TestCase { /**/ } createfactory : [\symfony\component\notifier\bridge\clicksend\clicksendtransportfactory]
final class ClickSendTransportFactoryTest extends TransportFactoryTestCase { /**/ } createfactory : [\symfony\component\notifier\transport\transportfactoryinterface]

abstract class TransportFactoryTestCase extends TestCase { /**/ } createfactory : [\symfony\component\notifier\bridge\freemobile\freemobiletransportfactory]
final class FreeMobileTransportFactoryTest extends TransportFactoryTestCase { /**/ } createfactory : [\symfony\component\notifier\transport\transportfactoryinterface]

abstract class TransportFactoryTestCase extends TestCase { /**/ } createfactory : [\symfony\component\notifier\bridge\mercure\mercuretransportfactory]
final class MercureTransportFactoryTest extends TransportFactoryTestCase { /**/ } createfactory : [\symfony\component\notifier\transport\transportfactoryinterface]

abstract class TransportFactoryTestCase extends TestCase { /**/ } createfactory : [\symfony\component\notifier\bridge\smsbiuras\smsbiurastransportfactory]
final class SmsBiurasTransportFactoryTest extends TransportFactoryTestCase { /**/ } createfactory : [\symfony\component\notifier\transport\transportfactoryinterface]

abstract class TransportFactoryTestCase extends TestCase { /**/ } createfactory : [\symfony\component\notifier\bridge\bandwidth\bandwidthtransportfactory]
final class BandwidthTransportFactoryTest extends TransportFactoryTestCase { /**/ } createfactory : [\symfony\component\notifier\transport\transportfactoryinterface]

abstract class TransportFactoryTestCase extends TestCase { /**/ } createfactory : [\symfony\component\notifier\bridge\infobip\infobiptransportfactory]
final class InfobipTransportFactoryTest extends TransportFactoryTestCase { /**/ } createfactory : [\symfony\component\notifier\transport\transportfactoryinterface]

abstract class TransportFactoryTestCase extends TestCase { /**/ } createfactory : [\symfony\component\notifier\bridge\twitter\twittertransportfactory]
class TwitterTransportFactoryTest extends TransportFactoryTestCase { /**/ } createfactory : [\symfony\component\notifier\transport\transportfactoryinterface]

abstract class TransportFactoryTestCase extends TestCase { /**/ } createfactory : [\symfony\component\notifier\bridge\goip\goiptransportfactory]
final class GoIpTransportFactoryTest extends TransportFactoryTestCase { /**/ } createfactory : [\symfony\component\notifier\transport\transportfactoryinterface]

abstract class TransportFactoryTestCase extends TestCase { /**/ } createfactory : [\symfony\component\notifier\bridge\expo\expotransportfactory]
final class ExpoTransportFactoryTest extends TransportFactoryTestCase { /**/ } createfactory : [\symfony\component\notifier\transport\transportfactoryinterface]

abstract class TransportFactoryTestCase extends TestCase { /**/ } createfactory : [\symfony\component\notifier\bridge\vonage\vonagetransportfactory]
final class VonageTransportFactoryTest extends TransportFactoryTestCase { /**/ } createfactory : [\symfony\component\notifier\transport\transportfactoryinterface]

abstract class TransportFactoryTestCase extends TestCase { /**/ } createfactory : [\symfony\component\notifier\bridge\simpletextin\simpletextintransportfactory]
final class SimpleTextinTransportFactoryTest extends TransportFactoryTestCase { /**/ } createfactory : [\symfony\component\notifier\transport\transportfactoryinterface]

abstract class TransportFactoryTestCase extends TestCase { /**/ } createfactory : [\symfony\component\notifier\bridge\onesignal\onesignaltransportfactory]
final class OneSignalTransportFactoryTest extends TransportFactoryTestCase { /**/ } createfactory : [\symfony\component\notifier\transport\transportfactoryinterface]

abstract class TransportFactoryTestCase extends TestCase { /**/ } createfactory : [\symfony\component\notifier\bridge\zulip\zuliptransportfactory]
final class ZulipTransportFactoryTest extends TransportFactoryTestCase { /**/ } createfactory : [\symfony\component\notifier\transport\transportfactoryinterface]

abstract class TransportFactoryTestCase extends TestCase { /**/ } createfactory : [\symfony\component\notifier\bridge\lightsms\lightsmstransportfactory]
final class LightSmsTransportFactoryTest extends TransportFactoryTestCase { /**/ } createfactory : [\symfony\component\notifier\transport\transportfactoryinterface]

abstract class TransportFactoryTestCase extends TestCase { /**/ } createfactory : [\symfony\component\notifier\bridge\orangesms\orangesmstransportfactory]
final class OrangeSmsTransportFactoryTest extends TransportFactoryTestCase { /**/ } createfactory : [\symfony\component\notifier\transport\transportfactoryinterface]

abstract class TransportFactoryTestCase extends TestCase { /**/ } createfactory : [\symfony\component\notifier\bridge\ovhcloud\ovhcloudtransportfactory]
final class OvhCloudTransportFactoryTest extends TransportFactoryTestCase { /**/ } createfactory : [\symfony\component\notifier\transport\transportfactoryinterface]

abstract class TransportFactoryTestCase extends TestCase { /**/ } createfactory : [\symfony\component\notifier\bridge\allmysms\allmysmstransportfactory]
final class AllMySmsTransportFactoryTest extends TransportFactoryTestCase { /**/ } createfactory : [\symfony\component\notifier\transport\transportfactoryinterface]

abstract class TransportFactoryTestCase extends TestCase { /**/ } createfactory : [\symfony\component\notifier\bridge\fakesms\fakesmstransportfactory]
final class FakeSmsTransportFactoryTest extends TransportFactoryTestCase { /**/ } createfactory : [\symfony\component\notifier\transport\transportfactoryinterface]

abstract class TransportFactoryTestCase extends TestCase { /**/ } createfactory : [\symfony\component\notifier\bridge\smsmode\smsmodetransportfactory]
final class SmsmodeTransportFactoryTest extends TransportFactoryTestCase { /**/ } createfactory : [\symfony\component\notifier\transport\transportfactoryinterface]

abstract class TransportFactoryTestCase extends TestCase { /**/ } createfactory : [\symfony\component\notifier\bridge\octopush\octopushtransportfactory]
final class OctopushTransportFactoryTest extends TransportFactoryTestCase { /**/ } createfactory : [\symfony\component\notifier\transport\transportfactoryinterface]

abstract class TransportFactoryTestCase extends TestCase { /**/ } createfactory : [\symfony\component\notifier\bridge\pagerduty\pagerdutytransportfactory]
final class PagerDutyTransportFactoryTest extends TransportFactoryTestCase { /**/ } createfactory : [\symfony\component\notifier\transport\transportfactoryinterface]

abstract class TransportFactoryTestCase extends TestCase { /**/ } createfactory : [\symfony\component\notifier\bridge\esendex\esendextransportfactory]
final class EsendexTransportFactoryTest extends TransportFactoryTestCase { /**/ } createfactory : [\symfony\component\notifier\transport\transportfactoryinterface]

abstract class TransportFactoryTestCase extends TestCase { /**/ } createfactory : [\symfony\component\notifier\bridge\mailjet\mailjettransportfactory]
final class MailjetTransportFactoryTest extends TransportFactoryTestCase { /**/ } createfactory : [\symfony\component\notifier\transport\transportfactoryinterface]

abstract class TransportFactoryTestCase extends TestCase { /**/ } createfactory : [\symfony\component\notifier\bridge\mattermost\mattermosttransportfactory]
final class MattermostTransportFactoryTest extends TransportFactoryTestCase { /**/ } createfactory : [\symfony\component\notifier\transport\transportfactoryinterface]

abstract class TransportFactoryTestCase extends TestCase { /**/ } createfactory : [\symfony\component\notifier\bridge\slack\slacktransportfactory]
final class SlackTransportFactoryTest extends TransportFactoryTestCase { /**/ } createfactory : [\symfony\component\notifier\transport\transportfactoryinterface]

abstract class TransportFactoryTestCase extends TestCase { /**/ } createfactory : [\symfony\component\notifier\bridge\clickatell\clickatelltransportfactory]
class ClickatellTransportFactoryTest extends TransportFactoryTestCase { /**/ } createfactory : [\symfony\component\notifier\transport\transportfactoryinterface]

abstract class TransportTestCase extends TestCase { /**/ } createtransport : [\symfony\component\notifier\bridge\brevo\brevotransport]
final class BrevoTransportTest extends TransportTestCase { /**/ } createtransport : [\symfony\component\notifier\transport\transportinterface]

abstract class TransportTestCase extends TestCase { /**/ } createtransport : [\symfony\component\notifier\bridge\contacteveryone\contacteveryonetransport]
final class ContactEveryoneTransportTest extends TransportTestCase { /**/ } createtransport : [\symfony\component\notifier\transport\transportinterface]

abstract class TransportTestCase extends TestCase { /**/ } createtransport : [\symfony\component\notifier\bridge\rocketchat\rocketchattransport]
final class RocketChatTransportTest extends TransportTestCase { /**/ } createtransport : [\symfony\component\notifier\transport\transportinterface]

abstract class TransportTestCase extends TestCase { /**/ } createtransport : [\symfony\component\notifier\bridge\ringcentral\ringcentraltransport]
final class RingCentralTransportTest extends TransportTestCase { /**/ } createtransport : [\symfony\component\notifier\transport\transportinterface]

abstract class TransportTestCase extends TestCase { /**/ } createtransport : [\symfony\component\notifier\bridge\smsfactor\smsfactortransport]
final class SmsFactorTransportTest extends TransportTestCase { /**/ } createtransport : [\symfony\component\notifier\transport\transportinterface]

abstract class TransportTestCase extends TestCase { /**/ } createtransport : [\symfony\component\notifier\bridge\smsc\smsctransport]
final class SmscTransportTest extends TransportTestCase { /**/ } createtransport : [\symfony\component\notifier\transport\transportinterface]

abstract class TransportTestCase extends TestCase { /**/ } createtransport : [\symfony\component\notifier\bridge\linenotify\linenotifytransport]
final class LineNotifyTransportTest extends TransportTestCase { /**/ } createtransport : [\symfony\component\notifier\transport\transportinterface]

abstract class TransportTestCase extends TestCase { /**/ } createtransport : [\symfony\component\notifier\bridge\sms77\sms77transport]
final class Sms77TransportTest extends TransportTestCase { /**/ } createtransport : [\symfony\component\notifier\transport\transportinterface]

abstract class TransportTestCase extends TestCase { /**/ } createtransport : [\symfony\component\notifier\bridge\gitter\gittertransport]
final class GitterTransportTest extends TransportTestCase { /**/ } createtransport : [\symfony\component\notifier\transport\transportinterface]

abstract class TransportTestCase extends TestCase { /**/ } createtransport : [\symfony\component\notifier\bridge\mobyt\mobyttransport]
final class MobytTransportTest extends TransportTestCase { /**/ } createtransport : [\symfony\component\notifier\transport\transportinterface]

abstract class TransportTestCase extends TestCase { /**/ } createtransport : [\symfony\component\notifier\bridge\microsoftteams\microsoftteamstransport]
final class MicrosoftTeamsTransportTest extends TransportTestCase { /**/ } createtransport : [\symfony\component\notifier\transport\transportinterface]

abstract class TransportTestCase extends TestCase { /**/ } createtransport : [\symfony\component\notifier\bridge\messagemedia\messagemediatransport]
final class MessageMediaTransportTest extends TransportTestCase { /**/ } createtransport : [\symfony\component\notifier\transport\transportinterface]

abstract class TransportTestCase extends TestCase { /**/ } createtransport : [\symfony\component\notifier\bridge\termii\termiitransport]
final class TermiiTransportTest extends TransportTestCase { /**/ } createtransport : [\symfony\component\notifier\transport\transportinterface]

abstract class TransportTestCase extends TestCase { /**/ } createtransport : [\symfony\component\notifier\bridge\twilio\twiliotransport]
final class TwilioTransportTest extends TransportTestCase { /**/ } createtransport : [\symfony\component\notifier\transport\transportinterface]

abstract class TransportTestCase extends TestCase { /**/ } createtransport : [\symfony\component\notifier\bridge\linkedin\linkedintransport]
final class LinkedInTransportTest extends TransportTestCase { /**/ } createtransport : [\symfony\component\notifier\transport\transportinterface]

abstract class TransportTestCase extends TestCase { /**/ } createtransport : [\symfony\component\notifier\bridge\plivo\plivotransport]
final class PlivoTransportTest extends TransportTestCase { /**/ } createtransport : [\symfony\component\notifier\transport\transportinterface]

abstract class TransportTestCase extends TestCase { /**/ } createtransport : [\symfony\component\notifier\bridge\spothit\spothittransport]
final class SpotHitTransportTest extends TransportTestCase { /**/ } createtransport : [\symfony\component\notifier\transport\transportinterface]

abstract class TransportTestCase extends TestCase { /**/ } createtransport : [\symfony\component\notifier\bridge\firebase\firebasetransport]
final class FirebaseTransportTest extends TransportTestCase { /**/ } createtransport : [\symfony\component\notifier\transport\transportinterface]

abstract class TransportTestCase extends TestCase { /**/ } createtransport : [\symfony\component\notifier\bridge\fakechat\fakechatloggertransport]
final class FakeChatLoggerTransportTest extends TransportTestCase { /**/ } createtransport : [\symfony\component\notifier\transport\transportinterface]

abstract class TransportTestCase extends TestCase { /**/ } createtransport : [\symfony\component\notifier\bridge\fakechat\fakechatemailtransport]
final class FakeChatEmailTransportTest extends TransportTestCase { /**/ } createtransport : [\symfony\component\notifier\transport\transportinterface]

abstract class TransportTestCase extends TestCase { /**/ } createtransport : [\symfony\component\notifier\bridge\isendpro\isendprotransport]
final class IsendproTransportTest extends TransportTestCase { /**/ } createtransport : [\symfony\component\notifier\transport\transportinterface]

abstract class TransportTestCase extends TestCase { /**/ } createtransport : [\symfony\component\notifier\bridge\amazonsns\amazonsnstransport]
class AmazonSnsTransportTest extends TransportTestCase { /**/ } createtransport : [\symfony\component\notifier\transport\transportinterface]

abstract class TransportTestCase extends TestCase { /**/ } createtransport : [\symfony\component\notifier\bridge\zendesk\zendesktransport]
final class ZendeskTransportTest extends TransportTestCase { /**/ } createtransport : [\symfony\component\notifier\transport\transportinterface]

abstract class TransportTestCase extends TestCase { /**/ } createtransport : [\symfony\component\notifier\bridge\telegram\telegramtransport]
final class TelegramTransportTest extends TransportTestCase { /**/ } createtransport : [\symfony\component\notifier\transport\transportinterface]

abstract class TransportTestCase extends TestCase { /**/ } createtransport : [\symfony\component\notifier\bridge\iqsms\iqsmstransport]
final class IqsmsTransportTest extends TransportTestCase { /**/ } createtransport : [\symfony\component\notifier\transport\transportinterface]

abstract class TransportTestCase extends TestCase { /**/ } createtransport : [\symfony\component\notifier\bridge\yunpian\yunpiantransport]
final class YunpianTransportTest extends TransportTestCase { /**/ } createtransport : [\symfony\component\notifier\transport\transportinterface]

abstract class TransportTestCase extends TestCase { /**/ } createtransport : [\symfony\component\notifier\bridge\sinch\sinchtransport]
final class SinchTransportTest extends TransportTestCase { /**/ } createtransport : [\symfony\component\notifier\transport\transportinterface]

abstract class TransportTestCase extends TestCase { /**/ } createtransport : [\symfony\component\notifier\bridge\googlechat\googlechattransport]
final class GoogleChatTransportTest extends TransportTestCase { /**/ } createtransport : [\symfony\component\notifier\transport\transportinterface]

abstract class TransportTestCase extends TestCase { /**/ } createtransport : [\symfony\component\notifier\bridge\gatewayapi\gatewayapitransport]
final class GatewayApiTransportTest extends TransportTestCase { /**/ } createtransport : [\symfony\component\notifier\transport\transportinterface]

abstract class TransportTestCase extends TestCase { /**/ } createtransport : [\symfony\component\notifier\bridge\clickatell\clickatelltransport]
final class ClickatellTransportTest extends TransportTestCase { /**/ } createtransport : [\symfony\component\notifier\transport\transportinterface]

abstract class TransportTestCase extends TestCase { /**/ } createtransport : [\symfony\component\notifier\bridge\engagespot\engagespottransport]
final class EngagespotTransportTest extends TransportTestCase { /**/ } createtransport : [\symfony\component\notifier\transport\transportinterface]

abstract class TransportTestCase extends TestCase { /**/ } createtransport : [\symfony\component\notifier\bridge\slack\slacktransport]
final class SlackTransportTest extends TransportTestCase { /**/ } createtransport : [\symfony\component\notifier\transport\transportinterface]

abstract class TransportTestCase extends TestCase { /**/ } createtransport : [\symfony\component\notifier\bridge\mattermost\mattermosttransport]
final class MattermostTransportTest extends TransportTestCase { /**/ } createtransport : [\symfony\component\notifier\transport\transportinterface]

abstract class TransportTestCase extends TestCase { /**/ } createtransport : [\symfony\component\notifier\bridge\sendberry\sendberrytransport]
final class SendberryTransportTest extends TransportTestCase { /**/ } createtransport : [\symfony\component\notifier\transport\transportinterface]

abstract class TransportTestCase extends TestCase { /**/ } createtransport : [\symfony\component\notifier\bridge\fortysixelks\fortysixelkstransport]
class FortySixElksTransportTest extends TransportTestCase { /**/ } createtransport : [\symfony\component\notifier\transport\transportinterface]

abstract class TransportTestCase extends TestCase { /**/ } createtransport : [\symfony\component\notifier\bridge\octopush\octopushtransport]
final class OctopushTransportTest extends TransportTestCase { /**/ } createtransport : [\symfony\component\notifier\transport\transportinterface]

abstract class TransportTestCase extends TestCase { /**/ } createtransport : [\symfony\component\notifier\bridge\redlink\redlinktransport]
final class RedlinkTransportTest extends TransportTestCase { /**/ } createtransport : [\symfony\component\notifier\transport\transportinterface]

abstract class TransportTestCase extends TestCase { /**/ } createtransport : [\symfony\component\notifier\bridge\mastodon\mastodontransport]
class MastodonTransportTest extends TransportTestCase { /**/ } createtransport : [\symfony\component\notifier\transport\transportinterface]

abstract class TransportTestCase extends TestCase { /**/ } createtransport : [\symfony\component\notifier\bridge\smsapi\smsapitransport]
final class SmsapiTransportTest extends TransportTestCase { /**/ } createtransport : [\symfony\component\notifier\transport\transportinterface]

abstract class TransportTestCase extends TestCase { /**/ } createtransport : [\symfony\component\notifier\bridge\telnyx\telnyxtransport]
final class TelnyxTransportTest extends TransportTestCase { /**/ } createtransport : [\symfony\component\notifier\transport\transportinterface]

abstract class TransportTestCase extends TestCase { /**/ } createtransport : [\symfony\component\notifier\bridge\messagebird\messagebirdtransport]
final class MessageBirdTransportTest extends TransportTestCase { /**/ } createtransport : [\symfony\component\notifier\transport\transportinterface]

abstract class TransportTestCase extends TestCase { /**/ } createtransport : [\symfony\component\notifier\bridge\turbosms\turbosmstransport]
final class TurboSmsTransportTest extends TransportTestCase { /**/ } createtransport : [\symfony\component\notifier\transport\transportinterface]

abstract class TransportTestCase extends TestCase { /**/ } createtransport : [\symfony\component\notifier\bridge\clicksend\clicksendtransport]
final class ClickSendTransportTest extends TransportTestCase { /**/ } createtransport : [\symfony\component\notifier\transport\transportinterface]

abstract class TransportTestCase extends TestCase { /**/ } createtransport : [\symfony\component\notifier\bridge\discord\discordtransport]
final class DiscordTransportTest extends TransportTestCase { /**/ } createtransport : [\symfony\component\notifier\transport\transportinterface]

abstract class TransportTestCase extends TestCase { /**/ } createtransport : [\symfony\component\notifier\bridge\freemobile\freemobiletransport]
final class FreeMobileTransportTest extends TransportTestCase { /**/ } createtransport : [\symfony\component\notifier\transport\transportinterface]

abstract class TransportTestCase extends TestCase { /**/ } createtransport : [\symfony\component\notifier\bridge\mercure\mercuretransport]
final class MercureTransportTest extends TransportTestCase { /**/ } createtransport : [\symfony\component\notifier\transport\transportinterface]

abstract class TransportTestCase extends TestCase { /**/ } createtransport : [\symfony\component\notifier\bridge\smsbiuras\smsbiurastransport]
final class SmsBiurasTransportTest extends TransportTestCase { /**/ } createtransport : [\symfony\component\notifier\transport\transportinterface]

abstract class TransportTestCase extends TestCase { /**/ } createtransport : [\symfony\component\notifier\bridge\bandwidth\bandwidthtransport]
final class BandwidthTransportTest extends TransportTestCase { /**/ } createtransport : [\symfony\component\notifier\transport\transportinterface]

abstract class TransportTestCase extends TestCase { /**/ } createtransport : [\symfony\component\notifier\bridge\infobip\infobiptransport]
final class InfobipTransportTest extends TransportTestCase { /**/ } createtransport : [\symfony\component\notifier\transport\transportinterface]

abstract class TransportTestCase extends TestCase { /**/ } createtransport : [\symfony\component\notifier\bridge\twitter\twittertransport]
class TwitterTransportTest extends TransportTestCase { /**/ } createtransport : [\symfony\component\notifier\transport\transportinterface]

abstract class TransportTestCase extends TestCase { /**/ } createtransport : [\symfony\component\notifier\bridge\goip\goiptransport]
final class GoIpTransportTest extends TransportTestCase { /**/ } createtransport : [\symfony\component\notifier\transport\transportinterface]

abstract class TransportTestCase extends TestCase { /**/ } createtransport : [\symfony\component\notifier\bridge\expo\expotransport]
final class ExpoTransportTest extends TransportTestCase { /**/ } createtransport : [\symfony\component\notifier\transport\transportinterface]

abstract class TransportTestCase extends TestCase { /**/ } createtransport : [\symfony\component\notifier\bridge\vonage\vonagetransport]
final class VonageTransportTest extends TransportTestCase { /**/ } createtransport : [\symfony\component\notifier\transport\transportinterface]

abstract class TransportTestCase extends TestCase { /**/ } createtransport : [\symfony\component\notifier\bridge\simpletextin\simpletextintransport]
final class SimpleTextinTransportTest extends TransportTestCase { /**/ } createtransport : [\symfony\component\notifier\transport\transportinterface]

abstract class TransportTestCase extends TestCase { /**/ } createtransport : [\symfony\component\notifier\bridge\pushover\pushovertransport]
final class PushoverTransportTest extends TransportTestCase { /**/ } createtransport : [\symfony\component\notifier\transport\transportinterface]

abstract class TransportTestCase extends TestCase { /**/ } createtransport : [\symfony\component\notifier\bridge\onesignal\onesignaltransport]
final class OneSignalTransportTest extends TransportTestCase { /**/ } createtransport : [\symfony\component\notifier\transport\transportinterface]

abstract class TransportTestCase extends TestCase { /**/ } createtransport : [\symfony\component\notifier\bridge\zulip\zuliptransport]
final class ZulipTransportTest extends TransportTestCase { /**/ } createtransport : [\symfony\component\notifier\transport\transportinterface]

abstract class TransportTestCase extends TestCase { /**/ } createtransport : [\symfony\component\notifier\bridge\lightsms\lightsmstransport]
final class LightSmsTransportTest extends TransportTestCase { /**/ } createtransport : [\symfony\component\notifier\transport\transportinterface]

abstract class TransportTestCase extends TestCase { /**/ } createtransport : [\symfony\component\notifier\bridge\orangesms\orangesmstransport]
final class OrangeSmsTransportTest extends TransportTestCase { /**/ } createtransport : [\symfony\component\notifier\transport\transportinterface]

abstract class TransportTestCase extends TestCase { /**/ } createtransport : [\symfony\component\notifier\bridge\ovhcloud\ovhcloudtransport]
final class OvhCloudTransportTest extends TransportTestCase { /**/ } createtransport : [\symfony\component\notifier\transport\transportinterface]

abstract class TransportTestCase extends TestCase { /**/ } createtransport : [\symfony\component\notifier\bridge\ntfy\ntfytransport]
final class NtfyTransportTest extends TransportTestCase { /**/ } createtransport : [\symfony\component\notifier\transport\transportinterface]

abstract class TransportTestCase extends TestCase { /**/ } createtransport : [\symfony\component\notifier\bridge\allmysms\allmysmstransport]
final class AllMySmsTransportTest extends TransportTestCase { /**/ } createtransport : [\symfony\component\notifier\transport\transportinterface]

abstract class TransportTestCase extends TestCase { /**/ } createtransport : [\symfony\component\notifier\bridge\fakesms\fakesmsemailtransport]
final class FakeSmsEmailTransportTest extends TransportTestCase { /**/ } createtransport : [\symfony\component\notifier\transport\transportinterface]

abstract class TransportTestCase extends TestCase { /**/ } createtransport : [\symfony\component\notifier\bridge\fakesms\fakesmsloggertransport]
final class FakeSmsLoggerTransportTest extends TransportTestCase { /**/ } createtransport : [\symfony\component\notifier\transport\transportinterface]

abstract class TransportTestCase extends TestCase { /**/ } createtransport : [\symfony\component\notifier\bridge\smsmode\smsmodetransport]
final class SmsmodeTransportTest extends TransportTestCase { /**/ } createtransport : [\symfony\component\notifier\transport\transportinterface]

abstract class TransportTestCase extends TestCase { /**/ } createtransport : [\symfony\component\notifier\bridge\pagerduty\pagerdutytransport]
final class PagerDutyTransportTest extends TransportTestCase { /**/ } createtransport : [\symfony\component\notifier\transport\transportinterface]

abstract class TransportTestCase extends TestCase { /**/ } createtransport : [\symfony\component\notifier\bridge\esendex\esendextransport]
final class EsendexTransportTest extends TransportTestCase { /**/ } createtransport : [\symfony\component\notifier\transport\transportinterface]

abstract class TransportTestCase extends TestCase { /**/ } createtransport : [\symfony\component\notifier\bridge\mailjet\mailjettransport]
final class MailjetTransportTest extends TransportTestCase { /**/ } createtransport : [\symfony\component\notifier\transport\transportinterface]

abstract class AbstractInputTestCase extends TestCase { /**/ } createinput : [\symfony\component\notifier\bridge\microsoftteams\action\input\textinput]
final class TextInputTest extends AbstractInputTestCase { /**/ } createinput : [\symfony\component\notifier\bridge\microsoftteams\action\input\abstractinput]

abstract class AbstractInputTestCase extends TestCase { /**/ } createinput : [\symfony\component\notifier\bridge\microsoftteams\action\input\dateinput]
final class DateInputTest extends AbstractInputTestCase { /**/ } createinput : [\symfony\component\notifier\bridge\microsoftteams\action\input\abstractinput]

abstract class AbstractInputTestCase extends TestCase { /**/ } createinput : [\symfony\component\notifier\bridge\microsoftteams\action\input\multichoiceinput]
final class MultiChoiceInputTest extends AbstractInputTestCase { /**/ } createinput : [\symfony\component\notifier\bridge\microsoftteams\action\input\abstractinput]

class DelegatingLoader extends Loader { /**/ } load : [\symfony\component\routing\routecollection]
class DelegatingLoader extends BaseDelegatingLoader { /**/ } load : [\mixed]

class ArrayNode extends BaseNode implements PrototypeNodeInterface { /**/ } addchild : [\never]
class PrototypedArrayNode extends ArrayNode { /**/ } addchild : [\void]

class VariableNodeDefinition extends NodeDefinition { /**/ } instantiatenode : [\symfony\component\config\definition\booleannode]
class BooleanNodeDefinition extends ScalarNodeDefinition { /**/ } instantiatenode : [\symfony\component\config\definition\variablenode]

class VariableNodeDefinition extends NodeDefinition { /**/ } instantiatenode : [\symfony\component\config\definition\floatnode]
class FloatNodeDefinition extends NumericNodeDefinition { /**/ } instantiatenode : [\symfony\component\config\definition\variablenode]

class VariableNodeDefinition extends NodeDefinition { /**/ } instantiatenode : [\symfony\component\config\definition\scalarnode]
class ScalarNodeDefinition extends VariableNodeDefinition { /**/ } instantiatenode : [\symfony\component\config\definition\variablenode]

class VariableNodeDefinition extends NodeDefinition { /**/ } instantiatenode : [\symfony\component\config\definition\integernode]
class IntegerNodeDefinition extends NumericNodeDefinition { /**/ } instantiatenode : [\symfony\component\config\definition\variablenode]

class VariableNodeDefinition extends NodeDefinition { /**/ } instantiatenode : [\symfony\component\config\definition\enumnode]
class EnumNodeDefinition extends ScalarNodeDefinition { /**/ } instantiatenode : [\symfony\component\config\definition\variablenode]

class ScalarNodeDefinition extends VariableNodeDefinition { /**/ } instantiatenode : [\symfony\component\config\definition\booleannode]
class BooleanNodeDefinition extends ScalarNodeDefinition { /**/ } instantiatenode : [\symfony\component\config\definition\scalarnode]

class ScalarNodeDefinition extends VariableNodeDefinition { /**/ } instantiatenode : [\symfony\component\config\definition\integernode]
class IntegerNodeDefinition extends NumericNodeDefinition { /**/ } instantiatenode : [\symfony\component\config\definition\scalarnode]

class ScalarNodeDefinition extends VariableNodeDefinition { /**/ } instantiatenode : [\symfony\component\config\definition\floatnode]
class FloatNodeDefinition extends NumericNodeDefinition { /**/ } instantiatenode : [\symfony\component\config\definition\scalarnode]

class ScalarNodeDefinition extends VariableNodeDefinition { /**/ } instantiatenode : [\symfony\component\config\definition\enumnode]
class EnumNodeDefinition extends ScalarNodeDefinition { /**/ } instantiatenode : [\symfony\component\config\definition\scalarnode]

class Firewall implements EventSubscriberInterface { /**/ } onkernelfinishrequest : [\void]
class FirewallListener extends Firewall { /**/ } onkernelfinishrequest : []

class Firewall implements EventSubscriberInterface { /**/ } getsubscribedevents : [\array]
class FirewallListener extends Firewall { /**/ } getsubscribedevents : []

class Firewall implements EventSubscriberInterface { /**/ } calllisteners : [\void]
final class TraceableFirewallListener extends FirewallListener implements ResetInterface { /**/ } calllisteners : []

class DummyAuthenticator implements AuthenticatorInterface { /**/ } supports : [\bool, \null]
class DummySupportsAuthenticator extends DummyAuthenticator { /**/ } supports : [\null, \bool]

abstract class TestPasswordAuthenticatedUser implements UserInterface, PasswordAuthenticatedUserInterface { /**/ } getpassword : [\null, \string]
class DummyTestPasswordAuthenticatedUser extends TestPasswordAuthenticatedUser { /**/ } getpassword : [\string, \null]

abstract class TestPasswordAuthenticatedUser implements UserInterface, PasswordAuthenticatedUserInterface { /**/ } getsalt : [\null, \string]
class DummyTestPasswordAuthenticatedUser extends TestPasswordAuthenticatedUser { /**/ } getsalt : [\string, \null]

abstract class AbstractPreAuthenticatedAuthenticator implements InteractiveAuthenticatorInterface { /**/ } extractusername : [\string]
class X509Authenticator extends AbstractPreAuthenticatedAuthenticator { /**/ } extractusername : [\string, \null]

abstract class AbstractPreAuthenticatedAuthenticator implements InteractiveAuthenticatorInterface { /**/ } extractusername : [\null, \string]
final class RemoteUserAuthenticator extends AbstractPreAuthenticatedAuthenticator { /**/ } extractusername : [\string, \null]

class ExpressionLanguage { /**/ } registerfunctions : [\void]
class ExpressionLanguage extends BaseExpressionLanguage { /**/ } registerfunctions : []

abstract class AbstractNodeTestCase extends TestCase { /**/ } getevaluatedata : [\array]
class GetAttrNodeTest extends AbstractNodeTestCase { /**/ } getevaluatedata : []

abstract class AbstractNodeTestCase extends TestCase { /**/ } getevaluatedata : [\array]
class FunctionNodeTest extends AbstractNodeTestCase { /**/ } getevaluatedata : []

abstract class AbstractNodeTestCase extends TestCase { /**/ } getevaluatedata : [\array]
class ConstantNodeTest extends AbstractNodeTestCase { /**/ } getevaluatedata : []

abstract class AbstractNodeTestCase extends TestCase { /**/ } getevaluatedata : [\array]
class ArrayNodeTest extends AbstractNodeTestCase { /**/ } getevaluatedata : []

abstract class AbstractNodeTestCase extends TestCase { /**/ } getevaluatedata : [\array]
class NameNodeTest extends AbstractNodeTestCase { /**/ } getevaluatedata : []

abstract class AbstractNodeTestCase extends TestCase { /**/ } getevaluatedata : [\array]
class UnaryNodeTest extends AbstractNodeTestCase { /**/ } getevaluatedata : []

abstract class AbstractNodeTestCase extends TestCase { /**/ } getevaluatedata : [\array]
class BinaryNodeTest extends AbstractNodeTestCase { /**/ } getevaluatedata : []

abstract class AbstractNodeTestCase extends TestCase { /**/ } getevaluatedata : [\array]
class ConditionalNodeTest extends AbstractNodeTestCase { /**/ } getevaluatedata : []

abstract class AbstractNodeTestCase extends TestCase { /**/ } getcompiledata : [\array]
class GetAttrNodeTest extends AbstractNodeTestCase { /**/ } getcompiledata : []

abstract class AbstractNodeTestCase extends TestCase { /**/ } getcompiledata : [\array]
class FunctionNodeTest extends AbstractNodeTestCase { /**/ } getcompiledata : []

abstract class AbstractNodeTestCase extends TestCase { /**/ } getcompiledata : [\array]
class ConstantNodeTest extends AbstractNodeTestCase { /**/ } getcompiledata : []

abstract class AbstractNodeTestCase extends TestCase { /**/ } getcompiledata : [\array]
class ArrayNodeTest extends AbstractNodeTestCase { /**/ } getcompiledata : []

abstract class AbstractNodeTestCase extends TestCase { /**/ } getcompiledata : [\array]
class NameNodeTest extends AbstractNodeTestCase { /**/ } getcompiledata : []

abstract class AbstractNodeTestCase extends TestCase { /**/ } getcompiledata : [\array]
class UnaryNodeTest extends AbstractNodeTestCase { /**/ } getcompiledata : []

abstract class AbstractNodeTestCase extends TestCase { /**/ } getcompiledata : [\array]
class BinaryNodeTest extends AbstractNodeTestCase { /**/ } getcompiledata : []

abstract class AbstractNodeTestCase extends TestCase { /**/ } getcompiledata : [\array]
class ConditionalNodeTest extends AbstractNodeTestCase { /**/ } getcompiledata : []

abstract class AbstractNodeTestCase extends TestCase { /**/ } getcompiledata : [\array]
class ArgumentsNodeTest extends ArrayNodeTest { /**/ } getcompiledata : []

abstract class AbstractNodeTestCase extends TestCase { /**/ } getdumpdata : [\array]
class FunctionNodeTest extends AbstractNodeTestCase { /**/ } getdumpdata : []

abstract class AbstractNodeTestCase extends TestCase { /**/ } getdumpdata : [\array]
class GetAttrNodeTest extends AbstractNodeTestCase { /**/ } getdumpdata : []

abstract class AbstractNodeTestCase extends TestCase { /**/ } getdumpdata : [\array]
class ConstantNodeTest extends AbstractNodeTestCase { /**/ } getdumpdata : []

abstract class AbstractNodeTestCase extends TestCase { /**/ } getdumpdata : [\generator]
class ArrayNodeTest extends AbstractNodeTestCase { /**/ } getdumpdata : []

abstract class AbstractNodeTestCase extends TestCase { /**/ } getdumpdata : [\array]
class NameNodeTest extends AbstractNodeTestCase { /**/ } getdumpdata : []

abstract class AbstractNodeTestCase extends TestCase { /**/ } getdumpdata : [\array]
class UnaryNodeTest extends AbstractNodeTestCase { /**/ } getdumpdata : []

abstract class AbstractNodeTestCase extends TestCase { /**/ } getdumpdata : [\array]
class BinaryNodeTest extends AbstractNodeTestCase { /**/ } getdumpdata : []

abstract class AbstractNodeTestCase extends TestCase { /**/ } getdumpdata : [\array]
class ConditionalNodeTest extends AbstractNodeTestCase { /**/ } getdumpdata : []

abstract class AbstractNodeTestCase extends TestCase { /**/ } getdumpdata : [\generator]
class ArgumentsNodeTest extends ArrayNodeTest { /**/ } getdumpdata : []

class Node { /**/ } evaluate : [\array]
class ArrayNode extends Node { /**/ } evaluate : [\mixed]

abstract class AbstractStoreTestCase extends TestCase { /**/ } getstore : [\symfony\component\lock\store\zookeeperstore]
class ZookeeperStoreTest extends AbstractStoreTestCase { /**/ } getstore : [\symfony\component\lock\persistingstoreinterface]

trait ExpiringStoreTestTrait { /**/ } getstore : [\symfony\component\lock\persistingstoreinterface]
class PdoStoreTest extends AbstractStoreTestCase { /**/ } getstore : []

trait ExpiringStoreTestTrait { /**/ } getstore : [\symfony\component\lock\persistingstoreinterface]
class MongoDbStoreTest extends AbstractStoreTestCase { /**/ } getstore : []

trait ExpiringStoreTestTrait { /**/ } getstore : [\symfony\component\lock\persistingstoreinterface]
class CombinedStoreTest extends AbstractStoreTestCase { /**/ } getstore : []

trait ExpiringStoreTestTrait { /**/ } getstore : [\symfony\component\lock\persistingstoreinterface]
class MemcachedStoreTest extends AbstractStoreTestCase { /**/ } getstore : []

trait ExpiringStoreTestTrait { /**/ } getstore : [\symfony\component\lock\persistingstoreinterface]
abstract class AbstractRedisStoreTestCase extends AbstractStoreTestCase { /**/ } getstore : []

trait ExpiringStoreTestTrait { /**/ } getstore : [\symfony\component\lock\persistingstoreinterface]
class DoctrineDbalStoreTest extends AbstractStoreTestCase { /**/ } getstore : []

abstract class AbstractRedisStoreTestCase extends AbstractStoreTestCase { /**/ } getredisconnection : [\redis]
class RedisStoreTest extends AbstractRedisStoreTestCase { /**/ } getredisconnection : [\redis, \relay\relay, \redisarray, \rediscluster, \predis\clientinterface]

abstract class AbstractRedisStoreTestCase extends AbstractStoreTestCase { /**/ } getredisconnection : [\redisarray]
class RedisArrayStoreTest extends AbstractRedisStoreTestCase { /**/ } getredisconnection : [\redis, \relay\relay, \redisarray, \rediscluster, \predis\clientinterface]

abstract class AbstractRedisStoreTestCase extends AbstractStoreTestCase { /**/ } getredisconnection : [\predis\client]
class PredisStoreTest extends AbstractRedisStoreTestCase { /**/ } getredisconnection : [\redis, \relay\relay, \redisarray, \rediscluster, \predis\clientinterface]

abstract class AbstractRedisStoreTestCase extends AbstractStoreTestCase { /**/ } getredisconnection : [\rediscluster]
class RedisClusterStoreTest extends AbstractRedisStoreTestCase { /**/ } getredisconnection : [\redis, \relay\relay, \redisarray, \rediscluster, \predis\clientinterface]

abstract class AbstractRedisStoreTestCase extends AbstractStoreTestCase { /**/ } getredisconnection : [\relay\relay]
class RelayStoreTest extends AbstractRedisStoreTestCase { /**/ } getredisconnection : [\redis, \relay\relay, \redisarray, \rediscluster, \predis\clientinterface]

trait UnserializableTestTrait { /**/ } getstore : [\symfony\component\lock\store\zookeeperstore]
class ZookeeperStoreTest extends AbstractStoreTestCase { /**/ } getstore : [\symfony\component\lock\persistingstoreinterface]

trait LazyProxyTrait { /**/ } initializelazyobject : [\symfony\component\dependencyinjection\tests\compiler\ainterface, \symfony\component\dependencyinjection\tests\compiler\iinterface]
class objectProxy8ac8e9a implements \Symfony\Component\DependencyInjection\Tests\Compiler\AInterface, \Symfony\Component\DependencyInjection\Tests\Compiler\IInterface, \Symfony\Component\VarExporter\LazyObjectInterface { /**/ } initializelazyobject : [\parent]

abstract class AbstractBrowser { /**/ } dorequestinprocess : [\symfony\component\httpfoundation\response]
class KernelBrowser extends HttpKernelBrowser { /**/ } dorequestinprocess : []

abstract class AbstractBrowser { /**/ } dorequest : [\symfony\component\browserkit\response]
class TestClient extends AbstractBrowser { /**/ } dorequest : []

abstract class AbstractBrowser { /**/ } dorequest : [\symfony\component\browserkit\response]
class HttpBrowser extends AbstractBrowser { /**/ } dorequest : []

abstract class AbstractBrowser { /**/ } dorequest : [\symfony\component\browserkit\response]
class TestHttpClient extends HttpBrowser { /**/ } dorequest : []

abstract class AbstractBrowser { /**/ } dorequest : [\symfony\component\httpfoundation\response]
class HttpKernelBrowser extends AbstractBrowser { /**/ } dorequest : []

abstract class AbstractBrowser { /**/ } dorequest : [\symfony\component\httpfoundation\response]
class KernelBrowser extends HttpKernelBrowser { /**/ } dorequest : []

abstract class AbstractBrowser { /**/ } getscript : [\string]
class TestClient extends AbstractBrowser { /**/ } getscript : []

abstract class AbstractBrowser { /**/ } getscript : [\string]
class TestHttpClient extends HttpBrowser { /**/ } getscript : []

abstract class AbstractBrowser { /**/ } getscript : [\string]
class TestClient extends HttpKernelBrowser { /**/ } getscript : []

abstract class AbstractBrowser { /**/ } getscript : [\string]
class HttpKernelBrowser extends AbstractBrowser { /**/ } getscript : []

abstract class AbstractBrowser { /**/ } getscript : [\string]
class KernelBrowser extends HttpKernelBrowser { /**/ } getscript : []

abstract class AbstractBrowser { /**/ } filterrequest : [\symfony\component\httpfoundation\request]
class HttpKernelBrowser extends AbstractBrowser { /**/ } filterrequest : []

abstract class AbstractBrowser { /**/ } filterresponse : [\symfony\component\browserkit\response]
class HttpKernelBrowser extends AbstractBrowser { /**/ } filterresponse : []

abstract class ReturnTypeParent extends ReturnTypeGrandParent implements ReturnTypeParentInterface { /**/ } realreturntypeisalreadythere : [\float]
class ReturnType extends ReturnTypeParent implements ReturnTypeInterface, Fixtures\OutsideInterface { /**/ } realreturntypeisalreadythere : []

abstract class ReturnTypeParent extends ReturnTypeGrandParent implements ReturnTypeParentInterface { /**/ } realreturntypeisalreadytherewithnull : [\null, \iterable]
class ReturnType extends ReturnTypeParent implements ReturnTypeInterface, Fixtures\OutsideInterface { /**/ } realreturntypeisalreadytherewithnull : []

trait BatchHandlerTrait { /**/ } shouldflush : []
class ( ) implements BatchHandlerInterface { /**/ } shouldflush : [\bool]

trait BatchHandlerTrait { /**/ } shouldflush : []
class ( ) implements BatchHandlerInterface { /**/ } shouldflush : [\bool]

abstract class AbstractRedisStoreTestCase extends AbstractStoreTestCase { /**/ } getredisconnection : [\redis]
class RedisStoreTest extends AbstractRedisStoreTestCase { /**/ } getredisconnection : [\redis, \relay\relay, \redisarray, \rediscluster, \predis\clientinterface]

abstract class AbstractRedisStoreTestCase extends AbstractStoreTestCase { /**/ } getredisconnection : [\redisarray]
class RedisArrayStoreTest extends AbstractRedisStoreTestCase { /**/ } getredisconnection : [\redis, \relay\relay, \redisarray, \rediscluster, \predis\clientinterface]

abstract class AbstractRedisStoreTestCase extends AbstractStoreTestCase { /**/ } getredisconnection : [\predis\client]
class PredisStoreTest extends AbstractRedisStoreTestCase { /**/ } getredisconnection : [\redis, \relay\relay, \redisarray, \rediscluster, \predis\clientinterface]

abstract class AbstractRedisStoreTestCase extends AbstractStoreTestCase { /**/ } getredisconnection : [\rediscluster]
class RedisClusterStoreTest extends AbstractRedisStoreTestCase { /**/ } getredisconnection : [\redis, \relay\relay, \redisarray, \rediscluster, \predis\clientinterface]

abstract class AbstractRedisStoreTestCase extends AbstractStoreTestCase { /**/ } getredisconnection : [\relay\relay]
class RelayStoreTest extends AbstractRedisStoreTestCase { /**/ } getredisconnection : [\redis, \relay\relay, \redisarray, \rediscluster, \predis\clientinterface]

class Event extends BaseEvent { /**/ } gettransition : [\symfony\component\workflow\transition]
final class GuardEvent extends Event { /**/ } gettransition : [\null, \symfony\component\workflow\transition]

class Message extends RawMessage { /**/ } getbody : [\symfony\component\mime\part\abstractpart]
class Email extends Message { /**/ } getbody : [\null, \symfony\component\mime\part\abstractpart]

abstract class AbstractString implements \Stringable, \JsonSerializable { /**/ } indexof : [\int, \null]
class CodePointString extends AbstractUnicodeString { /**/ } indexof : [\null, \int]

abstract class AbstractString implements \Stringable, \JsonSerializable { /**/ } indexof : [\int, \null]
class ByteString extends AbstractString { /**/ } indexof : [\null, \int]

abstract class AbstractString implements \Stringable, \JsonSerializable { /**/ } indexoflast : [\int, \null]
class CodePointString extends AbstractUnicodeString { /**/ } indexoflast : [\null, \int]

abstract class AbstractString implements \Stringable, \JsonSerializable { /**/ } indexoflast : [\int, \null]
class UnicodeString extends AbstractUnicodeString { /**/ } indexoflast : [\null, \int]

abstract class AbstractString implements \Stringable, \JsonSerializable { /**/ } indexoflast : [\int, \null]
class ByteString extends AbstractString { /**/ } indexoflast : [\null, \int]

abstract class AbstractAsciiTestCase extends TestCase { /**/ } providechunk : [\array]
abstract class AbstractUnicodeTestCase extends AbstractAsciiTestCase { /**/ } providechunk : []

abstract class AbstractAsciiTestCase extends TestCase { /**/ } providechunk : [\array]
class UnicodeStringTest extends AbstractUnicodeTestCase { /**/ } providechunk : []

abstract class AbstractAsciiTestCase extends TestCase { /**/ } providelower : [\array]
class UnicodeStringTest extends AbstractUnicodeTestCase { /**/ } providelower : []

abstract class AbstractAsciiTestCase extends TestCase { /**/ } providelower : [\array]
abstract class AbstractUnicodeTestCase extends AbstractAsciiTestCase { /**/ } providelower : []

abstract class AbstractAsciiTestCase extends TestCase { /**/ } provideupper : [\array]
class UnicodeStringTest extends AbstractUnicodeTestCase { /**/ } provideupper : []

abstract class AbstractAsciiTestCase extends TestCase { /**/ } provideupper : [\array]
abstract class AbstractUnicodeTestCase extends AbstractAsciiTestCase { /**/ } provideupper : []

abstract class AbstractAsciiTestCase extends TestCase { /**/ } providetitle : [\array]
abstract class AbstractUnicodeTestCase extends AbstractAsciiTestCase { /**/ } providetitle : []

abstract class AbstractAsciiTestCase extends TestCase { /**/ } provideslice : [\array]
abstract class AbstractUnicodeTestCase extends AbstractAsciiTestCase { /**/ } provideslice : []

abstract class AbstractAsciiTestCase extends TestCase { /**/ } provideappend : [\array]
class UnicodeStringTest extends AbstractUnicodeTestCase { /**/ } provideappend : []

abstract class AbstractAsciiTestCase extends TestCase { /**/ } provideappend : [\array]
abstract class AbstractUnicodeTestCase extends AbstractAsciiTestCase { /**/ } provideappend : []

abstract class AbstractAsciiTestCase extends TestCase { /**/ } providebeforeafter : [\array]
class UnicodeStringTest extends AbstractUnicodeTestCase { /**/ } providebeforeafter : []

abstract class AbstractAsciiTestCase extends TestCase { /**/ } providebeforeafter : [\array]
abstract class AbstractUnicodeTestCase extends AbstractAsciiTestCase { /**/ } providebeforeafter : []

abstract class AbstractAsciiTestCase extends TestCase { /**/ } providebeforeafterignorecase : [\array]
class UnicodeStringTest extends AbstractUnicodeTestCase { /**/ } providebeforeafterignorecase : []

abstract class AbstractAsciiTestCase extends TestCase { /**/ } providebeforeafterignorecase : [\array]
abstract class AbstractUnicodeTestCase extends AbstractAsciiTestCase { /**/ } providebeforeafterignorecase : []

abstract class AbstractAsciiTestCase extends TestCase { /**/ } providebeforeafterlast : [\array]
class UnicodeStringTest extends AbstractUnicodeTestCase { /**/ } providebeforeafterlast : []

abstract class AbstractAsciiTestCase extends TestCase { /**/ } providebeforeafterlast : [\array]
abstract class AbstractUnicodeTestCase extends AbstractAsciiTestCase { /**/ } providebeforeafterlast : []

abstract class AbstractAsciiTestCase extends TestCase { /**/ } providebeforeafterlastignorecase : [\array]
class UnicodeStringTest extends AbstractUnicodeTestCase { /**/ } providebeforeafterlastignorecase : []

abstract class AbstractAsciiTestCase extends TestCase { /**/ } providebeforeafterlastignorecase : [\array]
abstract class AbstractUnicodeTestCase extends AbstractAsciiTestCase { /**/ } providebeforeafterlastignorecase : []

abstract class AbstractAsciiTestCase extends TestCase { /**/ } providereplace : [\array]
class UnicodeStringTest extends AbstractUnicodeTestCase { /**/ } providereplace : []

abstract class AbstractAsciiTestCase extends TestCase { /**/ } providereplace : [\array]
abstract class AbstractUnicodeTestCase extends AbstractAsciiTestCase { /**/ } providereplace : []

abstract class AbstractAsciiTestCase extends TestCase { /**/ } providereplacematches : [\array]
abstract class AbstractUnicodeTestCase extends AbstractAsciiTestCase { /**/ } providereplacematches : []

abstract class AbstractAsciiTestCase extends TestCase { /**/ } providereplaceignorecase : [\array]
class UnicodeStringTest extends AbstractUnicodeTestCase { /**/ } providereplaceignorecase : []

abstract class AbstractAsciiTestCase extends TestCase { /**/ } providereplaceignorecase : [\array]
abstract class AbstractUnicodeTestCase extends AbstractAsciiTestCase { /**/ } providereplaceignorecase : []

abstract class AbstractAsciiTestCase extends TestCase { /**/ } providepadboth : [\array]
abstract class AbstractUnicodeTestCase extends AbstractAsciiTestCase { /**/ } providepadboth : []

abstract class AbstractAsciiTestCase extends TestCase { /**/ } providepadend : [\array]
abstract class AbstractUnicodeTestCase extends AbstractAsciiTestCase { /**/ } providepadend : []

abstract class AbstractAsciiTestCase extends TestCase { /**/ } providepadstart : [\array]
abstract class AbstractUnicodeTestCase extends AbstractAsciiTestCase { /**/ } providepadstart : []

abstract class AttributeClassLoader implements LoaderInterface { /**/ } getdefaultroutename : [\string]
class AttributeRouteControllerLoader extends AttributeClassLoader { /**/ } getdefaultroutename : []

abstract class AttributeClassLoader implements LoaderInterface { /**/ } configureroute : [\void]
class AttributeRouteControllerLoader extends AttributeClassLoader { /**/ } configureroute : []

abstract class AttributeClassLoader implements LoaderInterface { /**/ } configureroute : [\void]
class ( ) extends AttributeClassLoader { /**/ } configureroute : []

abstract class AttributeClassLoader implements LoaderInterface { /**/ } configureroute : [\void]
class ( ) extends AttributeClassLoader { /**/ } configureroute : []

abstract class AttributeClassLoader implements LoaderInterface { /**/ } configureroute : [\void]
class ( ) extends AttributeClassLoader { /**/ } configureroute : []

abstract class AttributeClassLoader implements LoaderInterface { /**/ } configureroute : [\void]
class ( ) extends AttributeClassLoader { /**/ } configureroute : []

abstract class AttributeClassLoader implements LoaderInterface { /**/ } configureroute : [\void]
class ( ) extends AttributeClassLoader { /**/ } configureroute : []

abstract class AttributeClassLoader implements LoaderInterface { /**/ } configureroute : [\void]
class ( ) extends AttributeClassLoader { /**/ } configureroute : []

abstract class AttributeClassLoader implements LoaderInterface { /**/ } configureroute : [\void]
class ( ) extends AttributeClassLoader { /**/ } configureroute : []

abstract class AttributeClassLoader implements LoaderInterface { /**/ } configureroute : [\void]
class ( ) extends AttributeClassLoader { /**/ } configureroute : []

abstract class AttributeClassLoader implements LoaderInterface { /**/ } configureroute : [\void]
final class TraceableAttributeClassLoader extends AttributeClassLoader { /**/ } configureroute : []

abstract class AbstractDumper implements DataDumperInterface, DumperInterface { /**/ } dump : [\null, \string]
class HtmlDumper extends CliDumper { /**/ } dump : [\string, \null]

class Container implements ContainerInterface, ResetInterface { /**/ } getparameter : [\string, \bool, \float, \int, \array, \null, \unitenum]
class TestContainer extends Container { /**/ } getparameter : [\float, \bool, \int, \string, \array, \null, \unitenum]

class Container implements ContainerInterface, ResetInterface { /**/ } getparameter : [\string, \bool, \float, \int, \array, \null, \unitenum]
class ProjectServiceContainer extends Container { /**/ } getparameter : [\float, \bool, \int, \string, \array, \null, \unitenum]

class Container implements ContainerInterface, ResetInterface { /**/ } getparameter : [\string, \bool, \float, \int, \array, \null, \unitenum]
class Symfony_DI_PhpDumper_Test_CsvParameters extends Container { /**/ } getparameter : [\float, \bool, \int, \string, \array, \null, \unitenum]

class Container implements ContainerInterface, ResetInterface { /**/ } getparameter : [\bool, \string, \int, \float, \array, \null, \unitenum]
class Symfony_DI_PhpDumper_Test_QueryStringParameters extends Container { /**/ } getparameter : [\float, \bool, \int, \string, \array, \null, \unitenum]

class Container implements ContainerInterface, ResetInterface { /**/ } getparameter : [\bool, \string, \int, \float, \array, \null, \unitenum]
class Symfony_DI_PhpDumper_Test_Unsupported_Characters extends Container { /**/ } getparameter : [\float, \bool, \int, \string, \array, \null, \unitenum]

class Container implements ContainerInterface, ResetInterface { /**/ } getparameter : [\bool, \float, \string, \int, \array, \null, \unitenum]
class Symfony_DI_PhpDumper_Test_EnvParameters extends Container { /**/ } getparameter : [\float, \bool, \int, \string, \array, \null, \unitenum]

class Container implements ContainerInterface, ResetInterface { /**/ } getparameter : [\string, \bool, \float, \int, \array, \null, \unitenum]
class ProjectServiceContainer extends Container { /**/ } getparameter : [\float, \bool, \int, \string, \array, \null, \unitenum]

class Container implements ContainerInterface, ResetInterface { /**/ } getparameter : [\bool, \float, \int, \string, \array, \null, \unitenum]
class Symfony_DI_PhpDumper_Test_Base64Parameters extends Container { /**/ } getparameter : [\float, \bool, \int, \string, \array, \null, \unitenum]

class Container implements ContainerInterface, ResetInterface { /**/ } getparameter : [\int, \float, \bool, \string, \array, \null, \unitenum]
class ProjectServiceContainer extends Container { /**/ } getparameter : [\float, \bool, \int, \string, \array, \null, \unitenum]

class Container implements ContainerInterface, ResetInterface { /**/ } getparameter : [\string, \bool, \float, \int, \array, \null, \unitenum]
class Symfony_DI_PhpDumper_Test_Rot13Parameters extends Container { /**/ } getparameter : [\float, \bool, \int, \string, \array, \null, \unitenum]

class Container implements ContainerInterface, ResetInterface { /**/ } getparameter : [\float, \int, \string, \bool, \array, \null, \unitenum]
class ProjectServiceContainer extends Container { /**/ } getparameter : [\float, \bool, \int, \string, \array, \null, \unitenum]

class Container implements ContainerInterface, ResetInterface { /**/ } getparameter : [\bool, \string, \int, \float, \array, \null, \unitenum]
class Symfony_DI_PhpDumper_Errored_Definition extends Container { /**/ } getparameter : [\float, \bool, \int, \string, \array, \null, \unitenum]

class Container implements ContainerInterface, ResetInterface { /**/ } getparameter : [\float, \int, \string, \bool, \array, \null, \unitenum]
class Symfony_DI_PhpDumper_Test_JsonParameters extends Container { /**/ } getparameter : [\float, \bool, \int, \string, \array, \null, \unitenum]

class Container implements ContainerInterface, ResetInterface { /**/ } getparameter : [\float, \int, \string, \bool, \array, \null, \unitenum]
class ProjectServiceContainer extends Container { /**/ } getparameter : [\float, \bool, \int, \string, \array, \null, \unitenum]

class Container implements ContainerInterface, ResetInterface { /**/ } getparameter : [\int, \float, \bool, \string, \array, \null, \unitenum]
class Symfony_DI_PhpDumper_Test_UrlParameters extends Container { /**/ } getparameter : [\float, \bool, \int, \string, \array, \null, \unitenum]

class Container implements ContainerInterface, ResetInterface { /**/ } getparameter : [\bool, \string, \int, \float, \array, \null, \unitenum]
class ProjectServiceContainer extends Container { /**/ } getparameter : [\float, \bool, \int, \string, \array, \null, \unitenum]

class Container implements ContainerInterface, ResetInterface { /**/ } getparameter : [\int, \float, \bool, \string, \array, \null, \unitenum]
class ProjectServiceContainer extends Container { /**/ } getparameter : [\float, \bool, \int, \string, \array, \null, \unitenum]

class Container implements ContainerInterface, ResetInterface { /**/ } getparameter : [\int, \float, \bool, \string, \array, \null, \unitenum]
class ProjectServiceContainer extends Container { /**/ } getparameter : [\float, \bool, \int, \string, \array, \null, \unitenum]

abstract class Extension implements ExtensionInterface, ConfigurationExtensionInterface { /**/ } getxsdvalidationbasepath : [\false, \string]
class WebProfilerExtension extends Extension { /**/ } getxsdvalidationbasepath : []

abstract class Extension implements ExtensionInterface, ConfigurationExtensionInterface { /**/ } getxsdvalidationbasepath : [\false, \string]
class DebugExtension extends Extension { /**/ } getxsdvalidationbasepath : []

abstract class Extension implements ExtensionInterface, ConfigurationExtensionInterface { /**/ } getnamespace : [\string]
class WebProfilerExtension extends Extension { /**/ } getnamespace : []

abstract class Extension implements ExtensionInterface, ConfigurationExtensionInterface { /**/ } getnamespace : [\string]
class DebugExtension extends Extension { /**/ } getnamespace : []

abstract class Extension implements ExtensionInterface, ConfigurationExtensionInterface { /**/ } getconfiguration : [\null, \symfony\component\config\definition\configurationinterface]
class TestExtension extends Extension implements PrependExtensionInterface { /**/ } getconfiguration : []

abstract class Extension implements ExtensionInterface, ConfigurationExtensionInterface { /**/ } getconfiguration : [\symfony\component\config\definition\configurationinterface]
class TestDumpExtension extends Extension implements ConfigurationInterface { /**/ } getconfiguration : []

abstract class Extension implements ExtensionInterface, ConfigurationExtensionInterface { /**/ } getconfiguration : [\symfony\component\config\definition\configurationinterface]
class TestSecurityExtension extends Extension implements ConfigurationInterface { /**/ } getconfiguration : []

abstract class Extension implements ExtensionInterface, ConfigurationExtensionInterface { /**/ } getconfiguration : [\null, \symfony\component\config\definition\configurationinterface]
final class TestCccExtension extends Extension { /**/ } getconfiguration : []

abstract class Extension implements ExtensionInterface, ConfigurationExtensionInterface { /**/ } getconfiguration : [\null, \symfony\component\config\definition\configurationinterface]
class EnvExtension extends Extension { /**/ } getconfiguration : []

abstract class Extension implements ExtensionInterface, ConfigurationExtensionInterface { /**/ } getconfiguration : [\null, \symfony\component\config\definition\configurationinterface]
class FooExtension extends Extension { /**/ } getconfiguration : []

abstract class Extension implements ExtensionInterface, ConfigurationExtensionInterface { /**/ } getconfiguration : [\null, \symfony\component\config\definition\configurationinterface]
class ThrowingExtension extends Extension { /**/ } getconfiguration : []

abstract class Extension implements ExtensionInterface, ConfigurationExtensionInterface { /**/ } getconfiguration : [\null, \symfony\component\config\definition\configurationinterface]
abstract class AbstractExtension extends Extension implements ConfigurableExtensionInterface, PrependExtensionInterface { /**/ } getconfiguration : []

class ProjectExtension implements ExtensionInterface { /**/ } getxsdvalidationbasepath : [\string]
class ProjectWithXsdExtension extends ProjectExtension { /**/ } getxsdvalidationbasepath : [\false, \string]

class ParameterBag implements ParameterBagInterface { /**/ } clear : [\never]
class FrozenParameterBag extends ParameterBag { /**/ } clear : [\void]

class ParameterBag implements ParameterBagInterface { /**/ } add : [\never]
class FrozenParameterBag extends ParameterBag { /**/ } add : [\void]

class ParameterBag implements ParameterBagInterface { /**/ } get : [\string, \bool, \float, \int, \array, \null, \unitenum]
class EnvPlaceholderParameterBag extends ParameterBag { /**/ } get : [\bool, \int, \string, \float, \array, \null, \unitenum]

class ParameterBag implements ParameterBagInterface { /**/ } get : [\bool, \float, \int, \string, \array, \null, \unitenum]
class ContainerBag extends FrozenParameterBag implements ContainerBagInterface { /**/ } get : [\bool, \int, \string, \float, \array, \null, \unitenum]

class ParameterBag implements ParameterBagInterface { /**/ } set : [\never]
class FrozenParameterBag extends ParameterBag { /**/ } set : [\void]

class ParameterBag implements ParameterBagInterface { /**/ } deprecate : [\never]
class FrozenParameterBag extends ParameterBag { /**/ } deprecate : [\void]

class ParameterBag implements ParameterBagInterface { /**/ } remove : [\never]
class FrozenParameterBag extends ParameterBag { /**/ } remove : [\void]

abstract class AbstractRecursivePass implements CompilerPassInterface { /**/ } process : [\void]
class TranslatorPathsPass extends AbstractRecursivePass { /**/ } process : []

abstract class AbstractRecursivePass implements CompilerPassInterface { /**/ } process : [\void]
class ResolveReferencesToAliasesPass extends AbstractRecursivePass { /**/ } process : []

abstract class AbstractRecursivePass implements CompilerPassInterface { /**/ } process : [\void]
final class AttributeAutoconfigurationPass extends AbstractRecursivePass { /**/ } process : []

abstract class AbstractRecursivePass implements CompilerPassInterface { /**/ } process : [\void]
class DefinitionErrorExceptionPass extends AbstractRecursivePass { /**/ } process : []

abstract class AbstractRecursivePass implements CompilerPassInterface { /**/ } process : [\void]
class AutowirePass extends AbstractRecursivePass { /**/ } process : []

abstract class AbstractRecursivePass implements CompilerPassInterface { /**/ } process : [\void]
class RemoveUnusedDefinitionsPass extends AbstractRecursivePass { /**/ } process : []

abstract class AbstractRecursivePass implements CompilerPassInterface { /**/ } process : [\void]
class DecoratorServicePass extends AbstractRecursivePass { /**/ } process : []

abstract class AbstractRecursivePass implements CompilerPassInterface { /**/ } process : [\void]
class ResolveNoPreloadPass extends AbstractRecursivePass { /**/ } process : []

abstract class AbstractRecursivePass implements CompilerPassInterface { /**/ } process : [\void]
class InlineServiceDefinitionsPass extends AbstractRecursivePass { /**/ } process : []

abstract class AbstractRecursivePass implements CompilerPassInterface { /**/ } process : [\void]
class ResolveBindingsPass extends AbstractRecursivePass { /**/ } process : []

abstract class AbstractRecursivePass implements CompilerPassInterface { /**/ } process : [\void]
final class AliasDeprecatedPublicServicesPass extends AbstractRecursivePass { /**/ } process : []

abstract class AbstractRecursivePass implements CompilerPassInterface { /**/ } process : [\void]
class AnalyzeServiceReferencesPass extends AbstractRecursivePass { /**/ } process : []

abstract class AbstractRecursivePass implements CompilerPassInterface { /**/ } process : [\void]
class ReplaceAliasByActualDefinitionPass extends AbstractRecursivePass { /**/ } process : []

abstract class AbstractRecursivePass implements CompilerPassInterface { /**/ } process : [\void]
class ResolveHotPathPass extends AbstractRecursivePass { /**/ } process : []

abstract class AbstractRecursivePass implements CompilerPassInterface { /**/ } process : [\void]
class ResolveParameterPlaceHoldersPass extends AbstractRecursivePass { /**/ } process : []

abstract class AbstractRecursivePass implements CompilerPassInterface { /**/ } process : [\void]
class CheckExceptionOnInvalidReferenceBehaviorPass extends AbstractRecursivePass { /**/ } process : []

abstract class AbstractRecursivePass implements CompilerPassInterface { /**/ } processvalue : [\mixed]
class TranslatorPathsPass extends AbstractRecursivePass { /**/ } processvalue : []

abstract class AbstractRecursivePass implements CompilerPassInterface { /**/ } processvalue : [\mixed]
class CheckArgumentsValidityPass extends AbstractRecursivePass { /**/ } processvalue : []

abstract class AbstractRecursivePass implements CompilerPassInterface { /**/ } processvalue : [\mixed]
class ResolveReferencesToAliasesPass extends AbstractRecursivePass { /**/ } processvalue : []

abstract class AbstractRecursivePass implements CompilerPassInterface { /**/ } processvalue : [\mixed]
final class AliasDeprecatedPublicServicesPass extends AbstractRecursivePass { /**/ } processvalue : []

abstract class AbstractRecursivePass implements CompilerPassInterface { /**/ } processvalue : [\mixed]
class AutowireRequiredPropertiesPass extends AbstractRecursivePass { /**/ } processvalue : []

abstract class AbstractRecursivePass implements CompilerPassInterface { /**/ } processvalue : [\mixed]
final class AttributeAutoconfigurationPass extends AbstractRecursivePass { /**/ } processvalue : []

abstract class AbstractRecursivePass implements CompilerPassInterface { /**/ } processvalue : [\mixed]
class ResolveNamedArgumentsPass extends AbstractRecursivePass { /**/ } processvalue : []

abstract class AbstractRecursivePass implements CompilerPassInterface { /**/ } processvalue : [\mixed]
class DefinitionErrorExceptionPass extends AbstractRecursivePass { /**/ } processvalue : []

abstract class AbstractRecursivePass implements CompilerPassInterface { /**/ } processvalue : [\mixed]
class RemoveUnusedDefinitionsPass extends AbstractRecursivePass { /**/ } processvalue : []

abstract class AbstractRecursivePass implements CompilerPassInterface { /**/ } processvalue : [\mixed]
final class ServiceLocatorTagPass extends AbstractRecursivePass { /**/ } processvalue : []

abstract class AbstractRecursivePass implements CompilerPassInterface { /**/ } processvalue : [\mixed]
class AutowirePass extends AbstractRecursivePass { /**/ } processvalue : []

abstract class AbstractRecursivePass implements CompilerPassInterface { /**/ } processvalue : [\mixed]
class DecoratorServicePass extends AbstractRecursivePass { /**/ } processvalue : []

abstract class AbstractRecursivePass implements CompilerPassInterface { /**/ } processvalue : [\mixed]
class ResolveNoPreloadPass extends AbstractRecursivePass { /**/ } processvalue : []

abstract class AbstractRecursivePass implements CompilerPassInterface { /**/ } processvalue : [\mixed]
final class CheckTypeDeclarationsPass extends AbstractRecursivePass { /**/ } processvalue : []

abstract class AbstractRecursivePass implements CompilerPassInterface { /**/ } processvalue : [\mixed]
class InlineServiceDefinitionsPass extends AbstractRecursivePass { /**/ } processvalue : []

abstract class AbstractRecursivePass implements CompilerPassInterface { /**/ } processvalue : [\mixed]
class ResolveFactoryClassPass extends AbstractRecursivePass { /**/ } processvalue : []

abstract class AbstractRecursivePass implements CompilerPassInterface { /**/ } processvalue : [\mixed]
class ResolveBindingsPass extends AbstractRecursivePass { /**/ } processvalue : []

abstract class AbstractRecursivePass implements CompilerPassInterface { /**/ } processvalue : [\mixed]
class ( ) extends AbstractRecursivePass { /**/ } processvalue : []

abstract class AbstractRecursivePass implements CompilerPassInterface { /**/ } processvalue : [\mixed]
class ( ) extends AbstractRecursivePass { /**/ } processvalue : []

abstract class AbstractRecursivePass implements CompilerPassInterface { /**/ } processvalue : [\mixed]
class ( ) extends AbstractRecursivePass { /**/ } processvalue : []

abstract class AbstractRecursivePass implements CompilerPassInterface { /**/ } processvalue : [\mixed]
class ( ) extends AbstractRecursivePass { /**/ } processvalue : []

abstract class AbstractRecursivePass implements CompilerPassInterface { /**/ } processvalue : [\mixed]
class AutowireRequiredMethodsPass extends AbstractRecursivePass { /**/ } processvalue : []

abstract class AbstractRecursivePass implements CompilerPassInterface { /**/ } processvalue : [\mixed]
class AnalyzeServiceReferencesPass extends AbstractRecursivePass { /**/ } processvalue : []

abstract class AbstractRecursivePass implements CompilerPassInterface { /**/ } processvalue : [\mixed]
class ResolveChildDefinitionsPass extends AbstractRecursivePass { /**/ } processvalue : []

abstract class AbstractRecursivePass implements CompilerPassInterface { /**/ } processvalue : [\mixed]
class ReplaceAliasByActualDefinitionPass extends AbstractRecursivePass { /**/ } processvalue : []

abstract class AbstractRecursivePass implements CompilerPassInterface { /**/ } processvalue : [\mixed]
class ResolveHotPathPass extends AbstractRecursivePass { /**/ } processvalue : []

abstract class AbstractRecursivePass implements CompilerPassInterface { /**/ } processvalue : [\mixed]
class ResolveServiceSubscribersPass extends AbstractRecursivePass { /**/ } processvalue : []

abstract class AbstractRecursivePass implements CompilerPassInterface { /**/ } processvalue : [\mixed]
class RegisterServiceSubscribersPass extends AbstractRecursivePass { /**/ } processvalue : []

abstract class AbstractRecursivePass implements CompilerPassInterface { /**/ } processvalue : [\mixed]
class ResolveParameterPlaceHoldersPass extends AbstractRecursivePass { /**/ } processvalue : []

abstract class AbstractRecursivePass implements CompilerPassInterface { /**/ } processvalue : [\mixed]
class CheckReferenceValidityPass extends AbstractRecursivePass { /**/ } processvalue : []

abstract class AbstractRecursivePass implements CompilerPassInterface { /**/ } processvalue : [\mixed]
class ( ) extends AbstractRecursivePass { /**/ } processvalue : []

abstract class AbstractRecursivePass implements CompilerPassInterface { /**/ } processvalue : [\mixed]
class CheckExceptionOnInvalidReferenceBehaviorPass extends AbstractRecursivePass { /**/ } processvalue : []

abstract class AbstractRecursivePass implements CompilerPassInterface { /**/ } processvalue : [\mixed]
class ResolveEnvPlaceholdersPass extends AbstractRecursivePass { /**/ } processvalue : []

abstract class AbstractRecursivePass implements CompilerPassInterface { /**/ } processvalue : [\mixed]
class ResolveTaggedIteratorArgumentPass extends AbstractRecursivePass { /**/ } processvalue : []

class Request { /**/ } getclientip : [\string]
final class CliRequest extends Request { /**/ } getclientip : [\null, \string]

class ParameterBag implements \IteratorAggregate, \Countable { /**/ } get : [\bool, \int, \float, \string, \null]
final class InputBag extends ParameterBag { /**/ } get : [\mixed]

class HeaderBag implements \IteratorAggregate, \Countable, \Stringable { /**/ } getcachecontroldirective : [\string, \bool, \null]
class ResponseHeaderBag extends HeaderBag { /**/ } getcachecontroldirective : [\bool, \string, \null]

abstract class AbstractRedisSessionHandlerTestCase extends TestCase { /**/ } createredisclient : [\relay\relay]
class RelaySessionHandlerTest extends AbstractRedisSessionHandlerTestCase { /**/ } createredisclient : [\redis, \relay\relay, \redisarray, \rediscluster, \predis\client]

abstract class AbstractRedisSessionHandlerTestCase extends TestCase { /**/ } createredisclient : [\predis\client]
class PredisClusterSessionHandlerTest extends AbstractRedisSessionHandlerTestCase { /**/ } createredisclient : [\redis, \relay\relay, \redisarray, \rediscluster, \predis\client]

abstract class AbstractRedisSessionHandlerTestCase extends TestCase { /**/ } createredisclient : [\predis\client]
class PredisSessionHandlerTest extends AbstractRedisSessionHandlerTestCase { /**/ } createredisclient : [\redis, \relay\relay, \redisarray, \rediscluster, \predis\client]

abstract class AbstractRedisSessionHandlerTestCase extends TestCase { /**/ } createredisclient : [\redisarray]
class RedisArraySessionHandlerTest extends AbstractRedisSessionHandlerTestCase { /**/ } createredisclient : [\redis, \relay\relay, \redisarray, \rediscluster, \predis\client]

abstract class AbstractRedisSessionHandlerTestCase extends TestCase { /**/ } createredisclient : [\rediscluster]
class RedisClusterSessionHandlerTest extends AbstractRedisSessionHandlerTestCase { /**/ } createredisclient : [\redis, \relay\relay, \redisarray, \rediscluster, \predis\client]

abstract class AbstractRedisSessionHandlerTestCase extends TestCase { /**/ } createredisclient : [\redis]
class RedisSessionHandlerTest extends AbstractRedisSessionHandlerTestCase { /**/ } createredisclient : [\redis, \relay\relay, \redisarray, \rediscluster, \predis\client]

class Command { /**/ } configure : [\void]
final class MailerTestCommand extends Command { /**/ } configure : []

class Command { /**/ } configure : [\void]
class InspectUlidCommand extends Command { /**/ } configure : []

class Command { /**/ } configure : [\void]
class InspectUuidCommand extends Command { /**/ } configure : []

class Command { /**/ } configure : [\void]
class GenerateUuidCommand extends Command { /**/ } configure : []

class Command { /**/ } configure : [\void]
class GenerateUlidCommand extends Command { /**/ } configure : []

class Command { /**/ } configure : [\void]
final class DebugCommand extends Command { /**/ } configure : []

class Command { /**/ } configure : [\void]
final class TranslationPushCommand extends Command { /**/ } configure : []

class Command { /**/ } configure : [\void]
final class TranslationPullCommand extends Command { /**/ } configure : []

class Command { /**/ } configure : [\void]
class XliffLintCommand extends Command { /**/ } configure : []

class Command { /**/ } configure : [\void]
class DebugCommand extends Command { /**/ } configure : []

class Command { /**/ } configure : [\void]
class DebugCommand extends Command { /**/ } configure : []

class Command { /**/ } configure : [\void]
final class DotenvDumpCommand extends Command { /**/ } configure : []

class Command { /**/ } configure : [\void]
final class DebugCommand extends Command { /**/ } configure : []

class Command { /**/ } configure : [\void]
class DebugCommand extends Command { /**/ } configure : []

class Command { /**/ } configure : [\void]
class ServerLogCommand extends Command { /**/ } configure : []

class Command { /**/ } configure : [\void]
final class CachePoolInvalidateTagsCommand extends Command { /**/ } configure : []

class Command { /**/ } configure : [\void]
final class SecretsListCommand extends Command { /**/ } configure : []

class Command { /**/ } configure : [\void]
class AssetsInstallCommand extends Command { /**/ } configure : []

class Command { /**/ } configure : [\void]
final class CachePoolPruneCommand extends Command { /**/ } configure : []

class Command { /**/ } configure : [\void]
final class CachePoolClearCommand extends Command { /**/ } configure : []

class Command { /**/ } configure : [\void]
class TranslationUpdateCommand extends Command { /**/ } configure : []

class Command { /**/ } configure : [\void]
class ConfigDumpReferenceCommand extends AbstractConfigCommand { /**/ } configure : []

class Command { /**/ } configure : [\void]
final class SecretsDecryptToLocalCommand extends Command { /**/ } configure : []

class Command { /**/ } configure : [\void]
class RouterDebugCommand extends Command { /**/ } configure : []

class Command { /**/ } configure : [\void]
final class SecretsRemoveCommand extends Command { /**/ } configure : []

class Command { /**/ } configure : [\void]
class CacheClearCommand extends Command { /**/ } configure : []

class Command { /**/ } configure : [\void]
class XliffLintCommand extends BaseLintCommand { /**/ } configure : []

class Command { /**/ } configure : [\void]
final class CachePoolDeleteCommand extends Command { /**/ } configure : []

class Command { /**/ } configure : [\void]
final class SecretsGenerateKeysCommand extends Command { /**/ } configure : []

class Command { /**/ } configure : [\void]
final class CachePoolListCommand extends Command { /**/ } configure : []

class Command { /**/ } configure : [\void]
class YamlLintCommand extends BaseLintCommand { /**/ } configure : []

class Command { /**/ } configure : [\void]
class TranslationDebugCommand extends Command { /**/ } configure : []

class Command { /**/ } configure : [\void]
class ContainerDebugCommand extends Command { /**/ } configure : []

class Command { /**/ } configure : [\void]
class EventDispatcherDebugCommand extends Command { /**/ } configure : []

class Command { /**/ } configure : [\void]
class WorkflowDumpCommand extends Command { /**/ } configure : []

class Command { /**/ } configure : [\void]
class CacheWarmupCommand extends Command { /**/ } configure : []

class Command { /**/ } configure : [\void]
class DebugAutowiringCommand extends ContainerDebugCommand { /**/ } configure : []

class Command { /**/ } configure : [\void]
final class SecretsEncryptFromLocalCommand extends Command { /**/ } configure : []

class Command { /**/ } configure : [\void]
final class ContainerLintCommand extends Command { /**/ } configure : []

class Command { /**/ } configure : [\void]
class ConfigDebugCommand extends AbstractConfigCommand { /**/ } configure : []

class Command { /**/ } configure : [\void]
class RouterMatchCommand extends Command { /**/ } configure : []

class Command { /**/ } configure : [\void]
final class SecretsSetCommand extends Command { /**/ } configure : []

class Command { /**/ } configure : [\void]
class AboutCommand extends Command { /**/ } configure : []

class Command { /**/ } configure : [\void]
class ServerDumpPlaceholderCommand extends Command { /**/ } configure : []

class Command { /**/ } configure : [\void]
class LintCommand extends Command { /**/ } configure : []

class Command { /**/ } configure : [\void]
class DebugCommand extends Command { /**/ } configure : []

class Command { /**/ } configure : [\void]
final class CompleteCommand extends Command { /**/ } configure : []

class Command { /**/ } configure : [\void]
final class DumpCompletionCommand extends Command { /**/ } configure : []

class Command { /**/ } configure : [\void]
class ListCommand extends Command { /**/ } configure : []

class Command { /**/ } configure : [\void]
class HelpCommand extends Command { /**/ } configure : []

class Command { /**/ } configure : [\void]
class DescriptorCommandMbString extends Command { /**/ } configure : []

class Command { /**/ } configure : [\void]
class FooHiddenCommand extends Command { /**/ } configure : []

class Command { /**/ } configure : [\void]
class TestCommand extends Command { /**/ } configure : []

class Command { /**/ } configure : [\void]
class FooCommand extends Command { /**/ } configure : []

class Command { /**/ } configure : [\void]
class Foo2Command extends Command { /**/ } configure : []

class Command { /**/ } configure : [\void]
class LintCommand extends Command { /**/ } configure : []

class Command { /**/ } configure : [\void]
class FailedMessagesRetryCommand extends AbstractFailedMessagesCommand implements SignalableCommandInterface { /**/ } configure : []

class Command { /**/ } configure : [\void]
class ConsumeMessagesCommand extends Command implements SignalableCommandInterface { /**/ } configure : []

class Command { /**/ } configure : [\void]
class StopWorkersCommand extends Command { /**/ } configure : []

class Command { /**/ } configure : [\void]
class DebugCommand extends Command { /**/ } configure : []

class Command { /**/ } configure : [\void]
class StatsCommand extends Command { /**/ } configure : []

class Command { /**/ } configure : [\void]
class FailedMessagesShowCommand extends AbstractFailedMessagesCommand { /**/ } configure : []

class Command { /**/ } configure : [\void]
class SetupTransportsCommand extends Command { /**/ } configure : []

class Command { /**/ } configure : [\void]
class FailedMessagesRemoveCommand extends AbstractFailedMessagesCommand { /**/ } configure : []

class Command { /**/ } configure : [\void]
class ImportMapAuditCommand extends Command { /**/ } configure : []

class Command { /**/ } configure : [\void]
final class ImportMapOutdatedCommand extends Command { /**/ } configure : []

class Command { /**/ } configure : [\void]
final class ImportMapUpdateCommand extends Command { /**/ } configure : []

class Command { /**/ } configure : [\void]
final class AssetMapperCompileCommand extends Command { /**/ } configure : []

class Command { /**/ } configure : [\void]
final class ImportMapRequireCommand extends Command { /**/ } configure : []

class Command { /**/ } configure : [\void]
final class ImportMapRemoveCommand extends Command { /**/ } configure : []

class Command { /**/ } configure : [\void]
final class DebugAssetMapperCommand extends Command { /**/ } configure : []

class Command { /**/ } configure : [\void]
class ServerDumpCommand extends Command { /**/ } configure : []

class Command { /**/ } configure : [\void]
class UserPasswordHashCommand extends Command { /**/ } configure : []

class Command { /**/ } configure : [\void]
class ( ) extends Command { /**/ } configure : []

class Command { /**/ } configure : [\void]
class DescriptorCommand4 extends Command { /**/ } configure : []

class Command { /**/ } configure : [\void]
class DescriptorCommand3 extends Command { /**/ } configure : []

class Command { /**/ } configure : [\void]
class DescriptorCommand2 extends Command { /**/ } configure : []

class Command { /**/ } configure : [\void]
class FooLockCommand extends Command { /**/ } configure : []

class Command { /**/ } configure : [\void]
class TestAmbiguousCommandRegistering2 extends Command { /**/ } configure : []

class Command { /**/ } configure : [\void]
class BarHiddenCommand extends Command { /**/ } configure : []

class Command { /**/ } configure : [\void]
class FooSameCaseUppercaseCommand extends Command { /**/ } configure : []

class Command { /**/ } configure : [\void]
class FooWithoutAliasCommand extends Command { /**/ } configure : []

class Command { /**/ } configure : [\void]
class FooSubnamespaced2Command extends Command { /**/ } configure : []

class Command { /**/ } configure : [\void]
class TestAmbiguousCommandRegistering extends Command { /**/ } configure : []

class Command { /**/ } configure : [\void]
class BarBucCommand extends Command { /**/ } configure : []

class Command { /**/ } configure : [\void]
class DescriptorCommand1 extends Command { /**/ } configure : []

class Command { /**/ } configure : [\void]
final class DebugFirewallCommand extends Command { /**/ } configure : []

class Command { /**/ } configure : [\void]
final class LintCommand extends BaseLintCommand { /**/ } configure : []

class Command { /**/ } configure : [\void]
class Foo3Command extends Command { /**/ } configure : []

class Command { /**/ } configure : [\void]
class FoobarCommand extends Command { /**/ } configure : []

class Command { /**/ } configure : [\void]
class CompleteCommandTest_HelloCommand extends Command { /**/ } configure : []

class Command { /**/ } configure : [\void]
class Foo6Command extends Command { /**/ } configure : []

class Command { /**/ } configure : [\void]
class FooLock2Command extends Command { /**/ } configure : []

class Command { /**/ } configure : [\void]
class FooSameCaseLowercaseCommand extends Command { /**/ } configure : []

class Command { /**/ } configure : [\void]
class FooSubnamespaced1Command extends Command { /**/ } configure : []

class Command { /**/ } configure : [\void]
class Foo4Command extends Command { /**/ } configure : []

class Command { /**/ } configure : [\void]
class Foo1Command extends Command { /**/ } configure : []

class Command { /**/ } configure : [\void]
class FooOptCommand extends Command { /**/ } configure : []

class Command { /**/ } interact : [\void]
final class TraceableCommand extends Command implements SignalableCommandInterface { /**/ } interact : []

class Command { /**/ } interact : [\void]
class FooCommand extends Command { /**/ } interact : []

class Command { /**/ } interact : [\void]
class FooOptCommand extends Command { /**/ } interact : []

class Command { /**/ } interact : [\void]
class TestCommand extends Command { /**/ } interact : []

class Command { /**/ } interact : [\void]
class ConsumeMessagesCommand extends Command implements SignalableCommandInterface { /**/ } interact : []

class Command { /**/ } initialize : [\void]
final class CompleteCommand extends Command { /**/ } initialize : []

class Command { /**/ } initialize : [\void]
final class TraceableCommand extends Command implements SignalableCommandInterface { /**/ } initialize : []

class Command { /**/ } initialize : [\void]
class ImportMapAuditCommand extends Command { /**/ } initialize : []

abstract class AbstractDataCollector extends DataCollector implements TemplateAwareDataCollectorInterface { /**/ } gettemplate : [\string]
class ( ) extends AbstractDataCollector { /**/ } gettemplate : [\string, \null]

abstract class AbstractVault { /**/ } reveal : [\null, \string]
class SodiumVault extends AbstractVault implements EnvVarLoaderInterface { /**/ } reveal : [\string, \null]

class UploadedFile extends File { /**/ } $test =
class UploadedFile extends BaseUploadedFile { /**/ } $test = false

abstract class AbstractLayoutTestCase extends FormLayoutTestCase { /**/ } $testableFeatures = [ ]
class FormExtensionBootstrap3HorizontalLayoutTest extends AbstractBootstrap3HorizontalLayoutTestCase { /**/ } $testableFeatures = ['choice_attr', ]

abstract class AbstractLayoutTestCase extends FormLayoutTestCase { /**/ } $testableFeatures = [ ]
class FormExtensionBootstrap4HorizontalLayoutTest extends AbstractBootstrap4HorizontalLayoutTestCase { /**/ } $testableFeatures = ['choice_attr', ]

abstract class AbstractLayoutTestCase extends FormLayoutTestCase { /**/ } $testableFeatures = [ ]
class FormExtensionBootstrap5HorizontalLayoutTest extends AbstractBootstrap5HorizontalLayoutTestCase { /**/ } $testableFeatures = ['choice_attr', ]

class TemplatedEmail extends Email { /**/ } $context = [ ]
class NotificationEmail extends TemplatedEmail { /**/ } $context = ['importance' => self::IMPORTANCE_LOW, 'content' => '', 'exception' => false, 'action_text' => null, 'action_url' => null, 'markdown' => false, 'raw' => false, 'footer_text' => 'Notification email sent by Symfony', ]

class GenericMetadata implements MetadataInterface { /**/ } $traversalStrategy = TraversalStrategy::NONE
class ClassMetadata extends GenericMetadata implements ClassMetadataInterface { /**/ } $traversalStrategy = TraversalStrategy::IMPLICIT

abstract class AbstractComparison extends Constraint { /**/ } $message =
class GreaterThanOrEqual extends AbstractComparison { /**/ } $message = 'This value should be greater than or equal to {{ compared_value }}.'

abstract class AbstractComparison extends Constraint { /**/ } $message =
class LessThan extends AbstractComparison { /**/ } $message = 'This value should be less than {{ compared_value }}.'

abstract class AbstractComparison extends Constraint { /**/ } $message =
class NotIdenticalTo extends AbstractComparison { /**/ } $message = 'This value should not be identical to {{ compared_value_type }} {{ compared_value }}.'

abstract class AbstractComparison extends Constraint { /**/ } $message =
class PositiveOrZero extends GreaterThanOrEqual { /**/ } $message = 'This value should be either positive or zero.'

class GreaterThanOrEqual extends AbstractComparison { /**/ } $message = 'This value should be greater than or equal to {{ compared_value }}.'
class PositiveOrZero extends GreaterThanOrEqual { /**/ } $message = 'This value should be either positive or zero.'

abstract class AbstractComparison extends Constraint { /**/ } $message =
class IdenticalTo extends AbstractComparison { /**/ } $message = 'This value should be identical to {{ compared_value_type }} {{ compared_value }}.'

class LessThanOrEqual extends AbstractComparison { /**/ } $message = 'This value should be less than or equal to {{ compared_value }}.'
class NegativeOrZero extends LessThanOrEqual { /**/ } $message = 'This value should be either negative or zero.'

abstract class AbstractComparison extends Constraint { /**/ } $message =
class NegativeOrZero extends LessThanOrEqual { /**/ } $message = 'This value should be either negative or zero.'

abstract class AbstractComparison extends Constraint { /**/ } $message =
class NotEqualTo extends AbstractComparison { /**/ } $message = 'This value should not be equal to {{ compared_value }}.'

abstract class AbstractComparison extends Constraint { /**/ } $message =
class Negative extends LessThan { /**/ } $message = 'This value should be negative.'

class LessThan extends AbstractComparison { /**/ } $message = 'This value should be less than {{ compared_value }}.'
class Negative extends LessThan { /**/ } $message = 'This value should be negative.'

abstract class AbstractComparison extends Constraint { /**/ } $message =
class DivisibleBy extends AbstractComparison { /**/ } $message = 'This value should be a multiple of {{ compared_value }}.'

abstract class AbstractComparison extends Constraint { /**/ } $message =
class LessThanOrEqual extends AbstractComparison { /**/ } $message = 'This value should be less than or equal to {{ compared_value }}.'

abstract class AbstractComparison extends Constraint { /**/ } $message =
class EqualTo extends AbstractComparison { /**/ } $message = 'This value should be equal to {{ compared_value }}.'

abstract class AbstractComparison extends Constraint { /**/ } $message =
class Positive extends GreaterThan { /**/ } $message = 'This value should be positive.'

class GreaterThan extends AbstractComparison { /**/ } $message = 'This value should be greater than {{ compared_value }}.'
class Positive extends GreaterThan { /**/ } $message = 'This value should be positive.'

class File extends Constraint { /**/ } $mimeTypes = [ ]
class Image extends File { /**/ } $mimeTypes = 'image/*'

class File extends Constraint { /**/ } $mimeTypesMessage = 'The mime type of the file is invalid ({{ type }}). Allowed mime types are {{ types }}.'
class Image extends File { /**/ } $mimeTypesMessage = 'This file is not a valid image.'

abstract class AbstractComparison extends Constraint { /**/ } $message =
class GreaterThan extends AbstractComparison { /**/ } $message = 'This value should be greater than {{ compared_value }}.'

class EntityParent implements EntityInterfaceA { /**/ } $data = 'Data'
class Entity extends EntityParent implements EntityInterfaceB { /**/ } $data = 'Overridden data'

abstract class AbstractRedisAdapterTestCase extends AdapterTestCase { /**/ } $skippedTests = ['testExpiration' => 'Testing expiration slows down the test suite', 'testHasItemReturnsFalseWhenDeferredItemIsExpired' => 'Testing expiration slows down the test suite', 'testDefaultLifeTime' => 'Testing expiration slows down the test suite', ]
class ProxyAdapterAndRedisAdapterTest extends AbstractRedisAdapterTestCase { /**/ } $skippedTests = ['testPrune' => 'RedisAdapter does not implement PruneableInterface.', ]

class PhpFilesAdapterTest extends AdapterTestCase { /**/ } $skippedTests = ['testDefaultLifeTime' => 'PhpFilesAdapter does not allow configuring a default lifetime.', ]
class PhpFilesAdapterAppendOnlyTest extends PhpFilesAdapterTest { /**/ } $skippedTests = ['testDefaultLifeTime' => 'PhpFilesAdapter does not allow configuring a default lifetime.', 'testExpiration' => 'PhpFilesAdapter in append-only mode does not expiration.', ]

trait AbstractAdapterTrait { /**/ } $namespace = ''
class PdoAdapter extends AbstractAdapter implements PruneableInterface { /**/ } $namespace =

trait AbstractAdapterTrait { /**/ } $namespace = ''
class RedisTagAwareAdapter extends AbstractTagAwareAdapter { /**/ } $namespace =

trait AbstractAdapterTrait { /**/ } $namespace = ''
class DoctrineDbalAdapter extends AbstractAdapter implements PruneableInterface { /**/ } $namespace =

abstract class AbstractRecursivePass implements CompilerPassInterface { /**/ } $skipScalars = false
class TranslatorPathsPass extends AbstractRecursivePass { /**/ } $skipScalars = true

abstract class FileDumper implements DumperInterface { /**/ } $relativePathTemplate = '%domain%.%locale%.%extension%'
class IcuResFileDumper extends FileDumper { /**/ } $relativePathTemplate = '%domain%/%locale%.%extension%'

class MagicClass { /**/ } $data = [ ]
class ChildMagicClass extends MagicClass implements LazyObjectInterface { /**/ } $data = 123

class TestClass extends NoMagicClass { /**/ } $public = 1
class ChildTestClass extends TestClass implements LazyObjectInterface { /**/ } $public = 4

class TestClass extends NoMagicClass { /**/ } $protected = 2
class ChildTestClass extends TestClass implements LazyObjectInterface { /**/ } $protected = -2

class TestClass extends NoMagicClass { /**/ } $protected = 2
class ChildTestClass extends TestClass implements LazyObjectInterface { /**/ } $protected = 5

class TestClass extends NoMagicClass { /**/ } $private = 3
class ChildTestClass extends TestClass implements LazyObjectInterface { /**/ } $private = 6

class TestClass extends NoMagicClass { /**/ } $private = 3
class ChildTestClass extends TestClass implements LazyObjectInterface { /**/ } $private = 6

class FinalPublicClass { /**/ } $count = 0
class TestOverwritePropClass extends FinalPublicClass { /**/ } $count =

abstract class AbstractHeader implements HeaderInterface { /**/ } $encoder =
final class ParameterizedHeader extends UnstructuredHeader { /**/ } $encoder = null

abstract class AbstractDumper implements DataDumperInterface, DumperInterface { /**/ } $defaultOutput = 'php://output'
class CliDumper extends AbstractDumper { /**/ } $defaultOutput = 'php://stdout'

class CliDumper extends AbstractDumper { /**/ } $defaultOutput = 'php://stdout'
class HtmlDumper extends CliDumper { /**/ } $defaultOutput = 'php://output'

class CliDumper extends AbstractDumper { /**/ } $colors =
class HtmlDumper extends CliDumper { /**/ } $colors = true

class CliDumper extends AbstractDumper { /**/ } $displayOptions = ['fileLinkFormat' => null, ]
class HtmlDumper extends CliDumper { /**/ } $displayOptions = ['maxDepth' => 1, 'maxStringLength' => 160, 'fileLinkFormat' => null, ]

class BazClass { /**/ } $foo =
class BarClass extends BazClass { /**/ } $foo = 'foo'

abstract class FileLoader extends BaseFileLoader { /**/ } $autoRegisterAliasesForSinglyImplementedInterfaces = true
class YamlFileLoader extends FileLoader { /**/ } $autoRegisterAliasesForSinglyImplementedInterfaces = false

abstract class FileLoader extends BaseFileLoader { /**/ } $autoRegisterAliasesForSinglyImplementedInterfaces = true
class PhpFileLoader extends FileLoader { /**/ } $autoRegisterAliasesForSinglyImplementedInterfaces = false

abstract class FileLoader extends BaseFileLoader { /**/ } $autoRegisterAliasesForSinglyImplementedInterfaces = true
class XmlFileLoader extends FileLoader { /**/ } $autoRegisterAliasesForSinglyImplementedInterfaces = false

abstract class AbstractRecursivePass implements CompilerPassInterface { /**/ } $skipScalars = false
class DecoratorServicePass extends AbstractRecursivePass { /**/ } $skipScalars = true

abstract class AbstractRecursivePass implements CompilerPassInterface { /**/ } $skipScalars = false
class ResolveNoPreloadPass extends AbstractRecursivePass { /**/ } $skipScalars = true

abstract class AbstractRecursivePass implements CompilerPassInterface { /**/ } $skipScalars = false
final class CheckTypeDeclarationsPass extends AbstractRecursivePass { /**/ } $skipScalars = true

abstract class AbstractRecursivePass implements CompilerPassInterface { /**/ } $skipScalars = false
class InlineServiceDefinitionsPass extends AbstractRecursivePass { /**/ } $skipScalars = true

abstract class AbstractRecursivePass implements CompilerPassInterface { /**/ } $skipScalars = false
class ResolveFactoryClassPass extends AbstractRecursivePass { /**/ } $skipScalars = true

abstract class AbstractRecursivePass implements CompilerPassInterface { /**/ } $skipScalars = false
class ResolveBindingsPass extends AbstractRecursivePass { /**/ } $skipScalars = true

abstract class AbstractRecursivePass implements CompilerPassInterface { /**/ } $skipScalars = false
final class AliasDeprecatedPublicServicesPass extends AbstractRecursivePass { /**/ } $skipScalars = true

abstract class AbstractRecursivePass implements CompilerPassInterface { /**/ } $skipScalars = false
class ResolveReferencesToAliasesPass extends AbstractRecursivePass { /**/ } $skipScalars = true

abstract class AbstractRecursivePass implements CompilerPassInterface { /**/ } $skipScalars = false
class CheckArgumentsValidityPass extends AbstractRecursivePass { /**/ } $skipScalars = true

abstract class AbstractRecursivePass implements CompilerPassInterface { /**/ } $skipScalars = false
final class AttributeAutoconfigurationPass extends AbstractRecursivePass { /**/ } $skipScalars = true

abstract class AbstractRecursivePass implements CompilerPassInterface { /**/ } $skipScalars = false
class AutowireRequiredPropertiesPass extends AbstractRecursivePass { /**/ } $skipScalars = true

abstract class AbstractRecursivePass implements CompilerPassInterface { /**/ } $skipScalars = false
class ResolveNamedArgumentsPass extends AbstractRecursivePass { /**/ } $skipScalars = true

abstract class AbstractRecursivePass implements CompilerPassInterface { /**/ } $skipScalars = false
class DefinitionErrorExceptionPass extends AbstractRecursivePass { /**/ } $skipScalars = true

abstract class AbstractRecursivePass implements CompilerPassInterface { /**/ } $skipScalars = false
class RemoveUnusedDefinitionsPass extends AbstractRecursivePass { /**/ } $skipScalars = true

abstract class AbstractRecursivePass implements CompilerPassInterface { /**/ } $skipScalars = false
class AutowirePass extends AbstractRecursivePass { /**/ } $skipScalars = true

abstract class AbstractRecursivePass implements CompilerPassInterface { /**/ } $skipScalars = false
final class ServiceLocatorTagPass extends AbstractRecursivePass { /**/ } $skipScalars = true

abstract class AbstractRecursivePass implements CompilerPassInterface { /**/ } $skipScalars = false
class ResolveTaggedIteratorArgumentPass extends AbstractRecursivePass { /**/ } $skipScalars = true

abstract class AbstractRecursivePass implements CompilerPassInterface { /**/ } $skipScalars = false
class CheckExceptionOnInvalidReferenceBehaviorPass extends AbstractRecursivePass { /**/ } $skipScalars = true

abstract class AbstractRecursivePass implements CompilerPassInterface { /**/ } $skipScalars = false
class CheckReferenceValidityPass extends AbstractRecursivePass { /**/ } $skipScalars = true

abstract class AbstractRecursivePass implements CompilerPassInterface { /**/ } $skipScalars = false
class RegisterServiceSubscribersPass extends AbstractRecursivePass { /**/ } $skipScalars = true

abstract class AbstractRecursivePass implements CompilerPassInterface { /**/ } $skipScalars = false
class ResolveHotPathPass extends AbstractRecursivePass { /**/ } $skipScalars = true

abstract class AbstractRecursivePass implements CompilerPassInterface { /**/ } $skipScalars = false
class ResolveServiceSubscribersPass extends AbstractRecursivePass { /**/ } $skipScalars = true

abstract class AbstractRecursivePass implements CompilerPassInterface { /**/ } $skipScalars = false
class ReplaceAliasByActualDefinitionPass extends AbstractRecursivePass { /**/ } $skipScalars = true

abstract class AbstractRecursivePass implements CompilerPassInterface { /**/ } $skipScalars = false
class ResolveChildDefinitionsPass extends AbstractRecursivePass { /**/ } $skipScalars = true

abstract class AbstractRecursivePass implements CompilerPassInterface { /**/ } $skipScalars = false
class AnalyzeServiceReferencesPass extends AbstractRecursivePass { /**/ } $skipScalars = true

abstract class AbstractRecursivePass implements CompilerPassInterface { /**/ } $skipScalars = false
class AutowireRequiredMethodsPass extends AbstractRecursivePass { /**/ } $skipScalars = true

class Entity extends EntityParent implements EntityInterfaceB { /**/ } public$firstName
class EntityParent implements EntityInterfaceA { /**/ } protected$firstName

class Entity extends EntityParent implements EntityInterfaceB { /**/ } public$data
class EntityParent implements EntityInterfaceA { /**/ } private$data

class ExtractingEventDispatcher extends EventDispatcher implements EventSubscriberInterface { /**/ } public$listeners
class EventDispatcher implements EventDispatcherInterface { /**/ } private$listeners

class TestOverwritePropClass extends FinalPublicClass { /**/ } protected$count
class FinalPublicClass { /**/ } private$count

class BarClass extends BazClass { /**/ } public$foo
class BazClass { /**/ } protected$foo

class SerializedParsedExpression extends ParsedExpression { /**/ } \string $nodes
class ParsedExpression extends Expression { /**/ } \symfony\component\expressionlanguage\node\node $nodes

class ChildMagicClass extends MagicClass implements LazyObjectInterface { /**/ } \int $data
class MagicClass { /**/ } \array $data

final class ParameterizedHeader extends UnstructuredHeader { /**/ } \null|\symfony\component\mime\encoder\rfc2231encoder $encoder
abstract class AbstractHeader implements HeaderInterface { /**/ } \symfony\component\mime\encoder\qpmimeheaderencoder $encoder

class BarClass extends BazClass { /**/ } \string $foo
class BazClass { /**/ } \foo $foo