Skip to content

Commit

Permalink
Change ns, update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
samizdam committed Dec 8, 2024
1 parent 7e0ff51 commit b0f6efd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ $finder = PhpCsFixer\Finder::create()
->in([
'./config/',
'./src/',
'./tests/'
);
'./tests/',
]);

$overridedProjectRules = [

];

return \StudService\PhpCsFixer\build_config($finder, $overridedProjectRules);
return \FreeElephants\PhpCsFixer\build_config($finder, $overridedProjectRules);
```
2 changes: 1 addition & 1 deletion src/config_builder.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace StudService\PhpCsFixer;
namespace FreeElephants\PhpCsFixer;

use PhpCsFixer\Config;
use PhpCsFixer\ConfigInterface;
Expand Down

0 comments on commit b0f6efd

Please sign in to comment.