2
0
forked from Wavyzz/dolibarr

Update of var_dumper package 3.0 -> 3.2

This commit is contained in:
lmarcouiller
2021-07-29 10:20:01 +02:00
parent 7836651f84
commit b0133224d8
51 changed files with 2393 additions and 585 deletions

View File

@@ -0,0 +1,7 @@
<?php
namespace Symfony\Component\VarDumper\Tests\Fixtures;
class NotLoadableClass extends NotLoadableClass
{
}