Skip to content

Commit 16dad50

Browse files
authored
Create DrupalDateTime.stub (#794)
* Create DrupalDateTime.stub * Create DateTimePlus.stub * Update DrupalDateTime.stub
1 parent 5410daf commit 16dad50

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<?php
2+
3+
namespace Drupal\Component\Datetime;
4+
5+
class DateTimePlus {
6+
7+
}
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?php
2+
3+
namespace Drupal\Core\Datetime;
4+
5+
use Drupal\Component\Datetime\DateTimePlus;
6+
7+
class DrupalDateTime extends DateTimePlus {
8+
9+
}

0 commit comments

Comments
 (0)