1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-04 18:48:03 +01:00
psalm/src/Psalm/Internal/Analyzer/ClosureAnalyzer.php

10 lines
118 B
PHP
Raw Normal View History

2018-11-06 03:57:36 +01:00
<?php
namespace Psalm\Internal\Analyzer;
/**
* @internal
*/
2018-11-06 03:57:36 +01:00
class ClosureAnalyzer extends FunctionLikeAnalyzer
{
}