Skip to content

Commit

Permalink
gpt gram
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba committed Dec 6, 2024
1 parent ad6b4d6 commit 8247152
Show file tree
Hide file tree
Showing 3 changed files with 234 additions and 219 deletions.
2 changes: 0 additions & 2 deletions ecs.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,5 @@
return ECSConfig::configure()
->withPaths([__DIR__ . '/config', __DIR__ . '/src', __DIR__ . '/tests'])
->withRootFiles()
->withRules([
])
->withPreparedSets(psr12: true, common: true, strict: true)
->withRules([LineLengthFixer::class]);
1 change: 0 additions & 1 deletion rector.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,4 @@
typeDeclarations: true,
instanceOf: true
)
->withAttributesSets()
->withPhpSets();
Loading

0 comments on commit 8247152

Please sign in to comment.