File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 4141 " vendor/bin/phpmd src/ text ruleset.xml" ,
4242 " vendor/bin/phpunit --coverage-clover=coverage.xml" ,
4343 " vendor/bin/infection -s --min-msi=90" ,
44- " vendor/bin/phpcpd --min-lines=2 --min-tokens=35 src/" ,
44+ " vendor/bin/phpcpd --min-lines=2 --min-tokens=35 --exclude src/Handler src/" ,
4545 " vendor/bin/phploc src/"
4646 ]
4747 },
Original file line number Diff line number Diff line change 1717 * JWT authorisation handler which returns a text/html response on
1818 * authorisation failure. Allows you to customise the body response with a
1919 * simple message.
20+ *
21+ * @todo Remove duplication with Json class, can be added to abstract class.
22+ * Also fix Composer pipeline check for code duplication.
2023 */
2124class Html implements RequestHandlerInterface
2225{
You can’t perform that action at this time.
0 commit comments