<?php

/**
 * @see       https://github.com/laminas/laminas-server for the canonical source repository
 */

namespace Laminas\Server\Reflection;

/**
 * Function Reflection
 *
 * @final This class should not be extended
 */
class ReflectionFunction extends AbstractFunction
{
}
