1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-22 13:51:54 +01:00
psalm/src/Psalm/Internal/Analyzer/ClosureAnalyzer.php

7 lines
97 B
PHP
Raw Normal View History

2018-11-05 21:57:36 -05:00
<?php
namespace Psalm\Internal\Analyzer;
class ClosureAnalyzer extends FunctionLikeAnalyzer
{
}