1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-12 17:27:28 +01:00
psalm/src/Psalm/Checker/ClosureChecker.php

7 lines
85 B
PHP
Raw Normal View History

2016-01-08 00:28:27 +01:00
<?php
namespace Psalm\Checker;
2016-01-08 00:28:27 +01:00
2016-08-14 05:26:45 +02:00
class ClosureChecker extends FunctionLikeChecker
2016-01-08 00:28:27 +01:00
{
}