Skip to content

Commit c35548e

Browse files
ArshidArshid
authored andcommitted
SleepToSerializeRector_Class
1 parent 1e10bdb commit c35548e

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

rules-tests/Php85/Rector/Class_/SleepToSerializeRector/Fixture/skip_sleep_empty.php.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
declare(strict_types=1);
33

4-
namespace Rector\Tests\Php85\Rector\Class_\NullDebugInfoReturnRector\Fixture;
4+
namespace Rector\Tests\Php85\Rector\Class_\SleepToSerializeRector\Fixture;
55

66
class SkipSleepEmpty {
77
private $id;

rules-tests/Php85/Rector/Class_/SleepToSerializeRector/Fixture/skip_sleep_null.php.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
declare(strict_types=1);
33

4-
namespace Rector\Tests\Php85\Rector\Class_\NullDebugInfoReturnRector\Fixture;
4+
namespace Rector\Tests\Php85\Rector\Class_\SleepToSerializeRector\Fixture;
55

66
class SkipSleepNull {
77
private $id;

rules-tests/Php85/Rector/Class_/SleepToSerializeRector/Fixture/sleep.php.inc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
declare(strict_types=1);
33

4-
namespace Rector\Tests\Php85\Rector\Class_\NullDebugInfoReturnRector\Fixture;
4+
namespace Rector\Tests\Php85\Rector\Class_\SleepToSerializeRector\Fixture;
55

66
class User {
77
private $id;
@@ -16,7 +16,7 @@ class User {
1616
<?php
1717
declare(strict_types=1);
1818

19-
namespace Rector\Tests\Php85\Rector\Class_\NullDebugInfoReturnRector\Fixture;
19+
namespace Rector\Tests\Php85\Rector\Class_\SleepToSerializeRector\Fixture;
2020

2121
class User {
2222
private $id;

0 commit comments

Comments
 (0)