Code Monkey home page Code Monkey logo

Comments (6)

lookyman avatar lookyman commented on June 16, 2024

FIxed in 1b66d8e

from phpstan-symfony.

lookyman avatar lookyman commented on June 16, 2024

Actually it wasn't, I completely screwed that up. @aturki can you show me what parameters (especially the first one) are you calling createForm with, your FormType class, and anything else you feel I could need? Thanks.

from phpstan-symfony.

aturki avatar aturki commented on June 16, 2024

Hi @lookyman, createForm is called as:
$this->createFormat(DocumentType::class, $entity, $parameters);

Note the DocumentType is a subclass of the Symfony standard Symfony\Component\Form\AbstractType

Let me know if you need extra infos ;)

from phpstan-symfony.

althaus avatar althaus commented on June 16, 2024

I think it's no false positive, but something ugly in the Form component:

The FormInterface returned by the builder does not include the getClickedButton() method which is part of the Form class. So phpstan would have to inspect the returned form object.

from phpstan-symfony.

ThomasLandauer avatar ThomasLandauer commented on June 16, 2024

I opened a ticket for this at Symfony, see symfony/symfony#35277

from phpstan-symfony.

ThomasLandauer avatar ThomasLandauer commented on June 16, 2024

For now, the solution is to add a PHPDoc - see symfony/symfony#35277 (comment) :

use Symfony\Component\Form\Form;

/** @var Form $form */
$button = $form->getClickedButton();

from phpstan-symfony.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.