874110a5b64f8968bc115eb6a9a912ec91d45161
[yaffs-website] / vendor / symfony / var-dumper / Tests / Fixtures / FooInterface.php
1 <?php
2
3 namespace Symfony\Component\VarDumper\Tests\Fixtures;
4
5 interface FooInterface
6 {
7     /**
8      * Hello.
9      */
10     public function foo();
11 }