Replies: 5 comments · 3 replies
-
|
I would recommend to add it in your gitignore file, iirc its made only for IDE autocomplete |
Beta Was this translation helpful? Give feedback.
-
|
Good to note that the symfony team themselves say it's better to commit it (cf New in Symfony 7.4: Better PHP Configuration). But i agree with @94noni, in the end it's better to .gitignore it, it is generated automatically anyway. |
Beta Was this translation helpful? Give feedback.
-
|
Please provide a reproducer for your bug. |
Beta Was this translation helpful? Give feedback.
-
|
@derrabus sorry but as I don't know the source of the problem I can not create anye example, it is very random and the project does not have any external dependencies, I just have some Entities, Repositories etc. |
Beta Was this translation helpful? Give feedback.
-
|
The latest patch releases are 8.0.7. Does updating help? |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Symfony version(s) affected
8.0.7
Description
On each change in the codebase, the
reference.phpupdates it self and it is very anoying to add it on each commit, how to fix that?How to reproduce
Make a random changes on the codebase
Possible Solution
No response
Additional Context
This is the change each time:
// Default: nullBeta Was this translation helpful? Give feedback.
All reactions