Commit 00310be
committed
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 setEtag1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
200 | 200 | | |
201 | 201 | | |
202 | 202 | | |
203 | | - | |
| 203 | + | |
204 | 204 | | |
205 | 205 | | |
206 | 206 | | |
| |||
0 commit comments