Viewing File: /home/rtsgrob/ww3/wp-content/plugins/mailpoet/vendor-prefixed/psr/clock/src/ClockInterface.php

<?php
namespace MailPoetVendor\Psr\Clock;
if (!defined('ABSPATH')) exit;
use DateTimeImmutable;
interface ClockInterface
{
 public function now() : DateTimeImmutable;
}
Back to Directory File Manager