Skip to content

Commit 29f5fa0

Browse files
committed
Reset two other .inc.fixed files
1 parent 686a19f commit 29f5fa0

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

tests/Drupal/Classes/ClassCreateInstanceUnitTest.inc.fixed

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

3-
use Vendor\DateTools;
43
use Vendor\DateTools\DateInterval;
4+
use Vendor\DateTools;
55

66
$x = array(new Foo(), array());
77
$y = new Foo();

tests/Drupal/Classes/FullyQualifiedNamespaceUnitTest.inc.fixed

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
* Example.
66
*/
77

8-
use Test\Alias as TestAlias;
9-
use Test\Bar;
10-
use Test\Foo;
11-
use Test\MultiLine as MultiLineAlias;
128
use Test\MultiLineSecond;
9+
use Test\Foo;
1310
use Test\NotUsed;
11+
use Test\Bar;
12+
use Test\Alias as TestAlias;
13+
use Test\MultiLine as MultiLineAlias;
1414

1515
/**
1616
* Example.

0 commit comments

Comments
 (0)