Replies: 6 comments 4 replies
|
I would recommend to add it in your gitignore file, iirc its made only for IDE autocomplete |
0 replies
|
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. |
0 replies
|
@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. |
2 replies
|
The latest patch releases are 8.0.7. Does updating help? |
1 reply
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


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: nullAll reactions