Skip to content

Commit 4f7d9b7

Browse files
committed
final touch: fix fixture namespace
1 parent 75b09f8 commit 4f7d9b7

8 files changed

Lines changed: 9 additions & 9 deletions

File tree

rules-tests/CodeQuality/Rector/Coalesce/CoalesceToTernaryRector/Fixture/non_nullable_left.php.inc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
namespace Rector\Tests\CodeQuality\Rector\Concat\JoinStringConcatRector\Fixture;
3+
namespace Rector\Tests\CodeQuality\Rector\Coalesce\CoalesceToTernaryRector\Fixture;
44

55
class NonNullableLeft
66
{
@@ -14,7 +14,7 @@ class NonNullableLeft
1414
-----
1515
<?php
1616

17-
namespace Rector\Tests\CodeQuality\Rector\Concat\JoinStringConcatRector\Fixture;
17+
namespace Rector\Tests\CodeQuality\Rector\Coalesce\CoalesceToTernaryRector\Fixture;
1818

1919
class NonNullableLeft
2020
{

rules-tests/CodeQuality/Rector/Coalesce/CoalesceToTernaryRector/Fixture/skip_array_dim_fetch.php.inc

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

3-
namespace Rector\Tests\CodeQuality\Rector\Concat\JoinStringConcatRector\Fixture;
3+
namespace Rector\Tests\CodeQuality\Rector\Coalesce\CoalesceToTernaryRector\Fixture;
44

55
final class SkipArrayDimFetch
66
{

rules-tests/CodeQuality/Rector/Coalesce/CoalesceToTernaryRector/Fixture/skip_docblock_based.php.inc

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

3-
namespace Rector\Tests\CodeQuality\Rector\Concat\JoinStringConcatRector\Fixture;
3+
namespace Rector\Tests\CodeQuality\Rector\Coalesce\CoalesceToTernaryRector\Fixture;
44

55
class SkipDocblockBased
66
{

rules-tests/CodeQuality/Rector/Coalesce/CoalesceToTernaryRector/Fixture/skip_mixed_type.php.inc

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

3-
namespace Rector\Tests\CodeQuality\Rector\Concat\JoinStringConcatRector\Fixture;
3+
namespace Rector\Tests\CodeQuality\Rector\Coalesce\CoalesceToTernaryRector\Fixture;
44

55
class SkipMixedType
66
{

rules-tests/CodeQuality/Rector/Coalesce/CoalesceToTernaryRector/Fixture/skip_not_defined.php.inc

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

3-
namespace Rector\Tests\CodeQuality\Rector\Concat\JoinStringConcatRector\Fixture;
3+
namespace Rector\Tests\CodeQuality\Rector\Coalesce\CoalesceToTernaryRector\Fixture;
44

55
class SkipNotDefined
66
{

rules-tests/CodeQuality/Rector/Coalesce/CoalesceToTernaryRector/Fixture/skip_null_type.php.inc

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

3-
namespace Rector\Tests\CodeQuality\Rector\Concat\JoinStringConcatRector\Fixture;
3+
namespace Rector\Tests\CodeQuality\Rector\Coalesce\CoalesceToTernaryRector\Fixture;
44

55
class SkipNullType
66
{

rules-tests/CodeQuality/Rector/Coalesce/CoalesceToTernaryRector/Fixture/skip_nullable_left.php.inc

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

3-
namespace Rector\Tests\CodeQuality\Rector\Concat\JoinStringConcatRector\Fixture;
3+
namespace Rector\Tests\CodeQuality\Rector\Coalesce\CoalesceToTernaryRector\Fixture;
44

55
class SkipNullableLeft
66
{

rules-tests/CodeQuality/Rector/Coalesce/CoalesceToTernaryRector/Fixture/skip_union_nullable_left.php.inc

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

3-
namespace Rector\Tests\CodeQuality\Rector\Concat\JoinStringConcatRector\Fixture;
3+
namespace Rector\Tests\CodeQuality\Rector\Coalesce\CoalesceToTernaryRector\Fixture;
44

55
class SkipUnionNullableLeft
66
{

0 commit comments

Comments
 (0)