Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

undefined method named "__isset" of class "Symfony\Component\Validator\Constraint" #25843

Copy link
Copy link
Closed
@sebblanc

Description

@sebblanc
Issue body actions
Q A
Bug report? yes
Feature request? no
BC Break report? no
Symfony version >=3.3

The Symfony\Component\Validator\Constraints\File class has an __isset method on line 90 which calls an unexisting __isset method of its parent class Symfony\Component\Validator\Constraint , triggering the following error :

Attempted to call an undefined method named "__isset" of class "Symfony\Component\Validator\Constraint".

This is how the Symfony\Component\Validator\Constraints\File method line 90 looks like :

    public function __isset($option)
    {
        if ('maxSize' === $option) {
            return true;
        }

        return parent::__isset($option);
    }

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      Morty Proxy This is a proxified and sanitized view of the page, visit original site.