Skip to content

Commit

Permalink
Expose Config class
Browse files Browse the repository at this point in the history
This is the public API from the perspective of fuzzing targets,
and should be exposed.

It might make sense to just expose the entire PhpFuzzer namespace,
as the main purpose of the scoping is to avoid collisions with
other uses of PhpParser.

Fixes #7.
  • Loading branch information
nikic committed Mar 4, 2023
1 parent 5fd9594 commit 0422e45
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scoper.inc.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?php

return [
'expose-classes' => ['PhpFuzzer\Config'],
];

0 comments on commit 0422e45

Please sign in to comment.