It appears that after running the Mozart package, the #[\ReturnTypeWillChange] attribute is being removed from the methods in my code.
This attribute is important for maintaining compatibility with certain PHP versions and ensuring the proper functioning of my methods.
Any idea?