Skip to content

Commit

Permalink
restore PDFreactor.class.php
Browse files Browse the repository at this point in the history
  • Loading branch information
fashxp committed Nov 14, 2024
1 parent f0c487f commit b03f3a0
Show file tree
Hide file tree
Showing 2 changed files with 541 additions and 1,227 deletions.
5 changes: 4 additions & 1 deletion .php-cs-fixer.dist.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@
->exclude([
__DIR__ . '/tests/_output',
__DIR__ . '/tests/Support/_generated',
'src/Processor/Api/PDFreactor.class.php',
])

->notPath([
__DIR__ . 'src/Processor/Api/PDFreactor.class.php'
])
;

Expand Down
Loading

0 comments on commit b03f3a0

Please sign in to comment.