-
[QUESTION] I implemented a custom Symfony2 Voter and would pass an array of attributes to the first parameter of the `denyAccessUnlessGranted` like so in my controller:
``` php
$attr = [
'module'…
-
I have following error after a view Minutes, sometimes directly at starting PHPStorm.
```
com.intellij.diagnostic.PluginException: Failed to build index 'fr.adrienbrault.idea.symfony2plugin.routes…
-
Tag: 2.1.3
https://github.com/sebastianbergmann/comparator/pull/30/files
Missing changes, failing on PHPUnit
-
### Describe the issue you are experiencing
Firebase Rules requires that the ".indexOn" value be a string or an array of strings.
This line of code passes a JSON_FORCE_OBJECT option that forces th…
-
Jira issue originally created by user mikesimonson:
Hi,
Would it be reasonable to try to emulate named parameters in the mysqli driver?
The goal is that we still could use named parameters and that…
-
# Tasklist
- [ ] Move message-to-array logic to classes (separate ones for 1.0 and 1.1) `SerializerInterface` which convert the message to a JsonSerializable structure
- [ ] Move any logic revolvi…
-
PhpStorm Version: 2021.2.1
Plugin version: 0.23.212
When using a constant in the `methods` argument of a `Route` attribute, the following exception is thrown:
Click to expand
com.intellij.…
-
[Enter steps to reproduce:]
This is very weird. I don't know which package to write the issue to.
I had ide-php installed and I was working on a typescript project so I installed ide-typescript.…
-
We have a weird case.
We have a form to edit an Entity A using symfony2. The Entity A is related to Entity B. The form displays magically the Entity B data in the form so a relation can be made. By d…
-
Personally I think it should be supported by default, only having to specify locale to override.
For example if I have routes:
/contact
/about
/fr/contact
/fr/about
on /fr/about I have a path:
{…