Skip to content

Commit

Permalink
refactor: simplify code and follow new sf bundle rules
Browse files Browse the repository at this point in the history
Use the correct SF bundle directory structure
Remove support for GET params
Remove /doc page (will be replaced in the future)
Simplify the code in various places
Add phpstan coverage
Update SF dependencies
Only cast AbstractRpcExpections to RpcErrors
  • Loading branch information
nanofelis authored Mar 20, 2024
1 parent 2b8a4f5 commit 5effe00
Show file tree
Hide file tree
Showing 61 changed files with 1,074 additions and 1,379 deletions.
2 changes: 1 addition & 1 deletion .php-cs-fixer.dist.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

$finder = (new PhpCsFixer\Finder())
->in(__DIR__)
->exclude('var')
->exclude(['var', 'vendor'])
;

return (new PhpCsFixer\Config())
Expand Down
31 changes: 0 additions & 31 deletions Action/Doc.php

This file was deleted.

29 changes: 0 additions & 29 deletions Action/Rpc.php

This file was deleted.

27 changes: 0 additions & 27 deletions Doc/DocResponder.php

This file was deleted.

25 changes: 0 additions & 25 deletions Event/RpcBeforeResponseEvent.php

This file was deleted.

Loading

0 comments on commit 5effe00

Please sign in to comment.