Skip to content

Commit

Permalink
Update PsySH and PHP INI Settings
Browse files Browse the repository at this point in the history
  • Loading branch information
andysnell committed Nov 1, 2023
1 parent 2e9c6f3 commit 21cff14
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .psysh.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?php

declare(strict_types=1);

return [
'commands' => [],
'defaultIncludes' => [],
'eraseDuplicates' => true,
'errorLoggingLevel' => \E_ALL,
'forceArrayIndexes' => false,
'pager' => 'less',
'useBracketedPaste' => true,
'verbosity' => \Psy\Configuration::VERBOSITY_NORMAL,
];
1 change: 1 addition & 0 deletions settings.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ assert.exception=1
error_reporting=E_ALL
display_errors=1
log_errors=on
xdebug.log_level=0

0 comments on commit 21cff14

Please sign in to comment.