1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-02 17:52:45 +01:00
psalm/tests/fixtures/config_discovery/files_in_lib/lib/Baz.php

7 lines
40 B
PHP
Raw Normal View History

<?php
namespace Foo\Bar;
2019-07-05 22:24:00 +02:00
class Baz
{
}