Skip to content

Commit

Permalink
Removed unused options 'chunk_extra' and 'intermediate_output_dir' fr…
Browse files Browse the repository at this point in the history
…om Config (#153)

Co-authored-by: haszi <[email protected]>
  • Loading branch information
haszi and haszi authored Sep 11, 2024
1 parent 75bf5fb commit 455a797
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions phpdotnet/phd/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@ class Config

private static $optionArrayDefault = array(
'output_format' => array(),
'chunk_extra' => array(
'legalnotice' => true,
'phpdoc:exception' => true,
),
'no_index' => false,
'force_index' => false,
'no_toc' => false,
Expand All @@ -33,7 +29,6 @@ class Config
'color_output' => true,
'output_dir' => './output/',
'output_filename' => '',
'intermediate_output_dir' => '.',
'php_error_output' => STDERR,
'php_error_color' => '01;31', // Red
'user_error_output' => STDERR,
Expand Down

0 comments on commit 455a797

Please sign in to comment.