Skip to content

Commit

Permalink
Fix: Namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Oct 12, 2023
1 parent c05e5f6 commit 9e2b1f4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace Ergebnis\Rector\Rules\Test\Fixture\Rector\SortAssociativeArrayByKey;
namespace Ergebnis\Rector\Rules\Test\Fixture\Arrays\SortAssociativeArrayByKeyRector;

class Example
{
Expand All @@ -24,7 +24,7 @@ class Example
-----
<?php

namespace Ergebnis\Rector\Rules\Test\Fixture\Rector\SortAssociativeArrayByKey;
namespace Ergebnis\Rector\Rules\Test\Fixture\Arrays\SortAssociativeArrayByKeyRector;

class Example
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace Ergebnis\Rector\Rules\Test\Fixture\Rector\SortAssociativeArrayByKey;
namespace Ergebnis\Rector\Rules\Test\Fixture\Arrays\SortAssociativeArrayByKeyRector;

$data = [
'foo' => [
Expand All @@ -18,7 +18,7 @@ $data = [
-----
<?php

namespace Ergebnis\Rector\Rules\Test\Fixture\Rector\SortAssociativeArrayByKey;
namespace Ergebnis\Rector\Rules\Test\Fixture\Arrays\SortAssociativeArrayByKeyRector;

$data = [
'bar' => [
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace Ergebnis\Rector\Rules\Test\Fixture\Rector\SortAssociativeArrayByKey;
namespace Ergebnis\Rector\Rules\Test\Fixture\Arrays\SortAssociativeArrayByKeyRector;

use PHPUnit\Framework;

Expand All @@ -26,7 +26,7 @@ class ExampleTest extends Framework\TestCase
-----
<?php

namespace Ergebnis\Rector\Rules\Test\Fixture\Rector\SortAssociativeArrayByKey;
namespace Ergebnis\Rector\Rules\Test\Fixture\Arrays\SortAssociativeArrayByKeyRector;

use PHPUnit\Framework;

Expand Down

0 comments on commit 9e2b1f4

Please sign in to comment.