On Fri, Apr 7, 2023, at 3:37 PM, Jérémie Mossetchafik wrote: > Hello, for information there is an issue on the PSR-7 current specifications. > > On line 538 of this file the array key should be 2, not 3. I found out > because I implemented a parser for $_FILES and used the specifications > to write the unit tests. > > https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-7-http-message.md?plain=1#LC538 > > I was asked on discord to create an issue or PR but I did not found how > I can have the permission to do so.
Typically you'd fork the project on GitHub, make a branch in your own fork, make the change, push the branch, and make a PR out of that. In this case, it's a one character change so it's probably easier to just use the "Edit" button on GitHub, which does essentially that behind the scenes for you, all from the browser. No particular permissions are necessary for either approach, other than having a GitHub account. --Larry Garfield -- You received this message because you are subscribed to the Google Groups "PHP Framework Interoperability Group" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/php-fig/830ba806-d4f0-4fa8-963f-8eccf637d2c2%40app.fastmail.com.
