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
minor symfony#9546 Fix typo in method setETag. Correct method name is setEtag (Artem Henvald)
This PR was merged into the 2.7 branch.
Discussion
----------
Fix typo in method setETag. Correct method name is setEtag
Just small typo fixed. I have copy pasted code from docs and then my code sniffer notified about mismatched method name.
Here is a link to API https://api.symfony.com/4.0/Symfony/Component/HttpFoundation/Response.html#method_setEtag
Commits
-------
6a2a877 Fix typo in method setETag. Correct method name is setEtag
0 commit comments