spec\Prophecy\Promise\ClassCallback::staticCallbackMethod PHP Method

staticCallbackMethod() static public method

static public staticCallbackMethod ( array $args )
$args array
    static function staticCallbackMethod($args)
    {
        return $args[0];
    }