[VarDumper] Mark StubCaster as @final

This commit is contained in:
Thomas Calvet 2019-11-06 17:06:09 +01:00
parent 2a4b0b850e
commit d25b60961f

View File

@ -17,6 +17,8 @@ use Symfony\Component\VarDumper\Cloner\Stub;
* Casts a caster's Stub.
*
* @author Nicolas Grekas <p@tchwork.com>
*
* @final since Symfony 4.4
*/
class StubCaster
{