Skip to content
Snippets Groups Projects
Commit e7d39d06 authored by Ted Bowman's avatar Ted Bowman
Browse files

user interface

parent feeca9b3
No related branches found
No related tags found
1 merge request!1057Issue #3441577 add property types
...@@ -5,6 +5,7 @@ declare(strict_types=1); ...@@ -5,6 +5,7 @@ declare(strict_types=1);
namespace Drupal\automatic_updates_test\Datetime; namespace Drupal\automatic_updates_test\Datetime;
use Drupal\Component\Datetime\Time; use Drupal\Component\Datetime\Time;
use Drupal\Component\Datetime\TimeInterface;
use Symfony\Component\HttpFoundation\RequestStack; use Symfony\Component\HttpFoundation\RequestStack;
/** /**
...@@ -14,10 +15,8 @@ class TestTime extends Time { ...@@ -14,10 +15,8 @@ class TestTime extends Time {
/** /**
* The time service. * The time service.
*
* @var \Drupal\Component\Datetime\Time
*/ */
protected Time $decoratorTime; protected TimeInterface $decoratorTime;
/** /**
* Constructs a TestTime object. * Constructs a TestTime object.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment