Skip to content

Commit

Permalink
[BUGFIX] Ensure required sources are loaded in standalone scanner
Browse files Browse the repository at this point in the history
  • Loading branch information
ohader committed Aug 8, 2021
1 parent beff895 commit 73ef180
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/svg-scanner.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,14 @@
require_once( __DIR__ . '/data/TagInterface.php' );
require_once( __DIR__ . '/data/AllowedAttributes.php' );
require_once( __DIR__ . '/data/AllowedTags.php' );
require_once( __DIR__ . '/data/XPath.php' );
require_once( __DIR__ . '/ElementReference/Resolver.php' );
require_once( __DIR__ . '/ElementReference/Subject.php' );
require_once( __DIR__ . '/ElementReference/Usage.php' );
require_once( __DIR__ . '/Exceptions/NestingException.php' );
require_once( __DIR__ . '/Helper.php' );
require_once( __DIR__ . '/Sanitizer.php' );


/*
* Print array as JSON and then
* exit program with a particular
Expand Down

0 comments on commit 73ef180

Please sign in to comment.