composer package updates
[openemr.git] / vendor / zendframework / zend-server / src / Reflection / ReflectionFunction.php
bloba9e9cba7b48dbe43324f1c482cfd23e111d0bbf9
1 <?php
2 /**
3 * @see https://github.com/zendframework/zend-server for the canonical source repository
4 * @copyright Copyright (c) 2005-2018 Zend Technologies USA Inc. (https://www.zend.com)
5 * @license https://github.com/zendframework/zend-server/blob/master/LICENSE.md New BSD License
6 */
8 namespace Zend\Server\Reflection;
10 /**
11 * Function Reflection
13 class ReflectionFunction extends AbstractFunction