You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure if this is the right place to report and whether this is a bug.
See an example at doctrine/doctrine-bundle/Twig/DoctrineExtension.php
public function getFilters()
{
return array(
new \Twig_SimpleFilter('doctrine_minify_query', array($this, 'minifyQuery')),
new \Twig_SimpleFilter('doctrine_pretty_query', 'SqlFormatter::format'),
new \Twig_SimpleFilter('doctrine_replace_query_parameters', array($this, 'replaceQueryParameters')),
);
}
As you can see there is no function signature for doctrine_pretty_query but for others as in the below screenshot.
I'm not sure if this is the right place to report and whether this is a bug.
See an example at doctrine/doctrine-bundle/Twig/DoctrineExtension.php
As you can see there is no function signature for
doctrine_pretty_query
but for others as in the below screenshot.This applies to both functions and filters.
PHPStrom: 8.0.2 PS-139.732
Symfony Plugin: 0.11.79
The text was updated successfully, but these errors were encountered: