Skip to content

Commit 2d317aa

Browse files
committed
update namespace
1 parent 8328057 commit 2d317aa

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
2-
"name": "keradus/php-cs-fixer-repro-cases",
2+
"name": "friendsofphp/reproduce-playground",
33
"require": {
44
"php": "^8.1",
55
"friendsofphp/php-cs-fixer": "3.72"
66
},
77
"autoload": {
88
"psr-4": {
9-
"keradus\\PhpCsFixerReproCases\\": "src/"
9+
"PhpCsFixer\\ReproducePlayground\\": "src/"
1010
}
1111
},
1212
"scripts": {

src/Example.php

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

3-
namespace keradus\PhpCsFixerReproCases;
3+
namespace PhpCsFixer\ReproducePlayground;
44

55

66
/**

0 commit comments

Comments
 (0)