edit: Fix casing of ParsoidRenderID in a doc comment

Follows-up 0cb2c3c106.

Change-Id: I60437e06ea28b0310fe208d1bc06ef5f14c507cb
This commit is contained in:
Kevin Israel 2022-12-05 01:33:37 -05:00
parent 0cb2c3c106
commit d91ce5c7fc

View file

@ -59,7 +59,7 @@ class SimpleParsoidOutputStash implements ParsoidOutputStash {
* if we have something in the stash that matches a given rendering or
* will just return an empty array if no entry in the stash.
*
* @param ParsoidRenderId $renderId
* @param ParsoidRenderID $renderId
*
* @return SelserContext|null
*/