1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-22 05:41:20 +01:00
psalm/src/Psalm/Checker/ClosureChecker.php

7 lines
85 B
PHP
Raw Normal View History

2016-01-07 18:28:27 -05:00
<?php
namespace Psalm\Checker;
2016-01-07 18:28:27 -05:00
2016-08-13 23:26:45 -04:00
class ClosureChecker extends FunctionLikeChecker
2016-01-07 18:28:27 -05:00
{
}