1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-27 04:45:20 +01:00
psalm/tests/fixtures/config_discovery/files_in_lib/lib/Baz.php
Matthew Brown da42be175f Apply PHPCS fixes
Fixes #1880
2019-07-05 16:27:53 -04:00

7 lines
40 B
PHP

<?php
namespace Foo\Bar;
class Baz
{
}