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 a0285d1 commit 66f9f8b
Show file tree
Hide file tree
Showing 2 changed files with 539 additions and 1,228 deletions.
4 changes: 2 additions & 2 deletions .php-cs-fixer.dist.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
->exclude([
__DIR__ . '/tests/_output',
__DIR__ . '/tests/Support/_generated',
'PDFreactor.class.php'
//'Processor/Api/PDFreactor.class.php'
])

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

Expand Down
Loading

0 comments on commit 66f9f8b

Please sign in to comment.