We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dba61db commit d8bb5d6Copy full SHA for d8bb5d6
.github/workflows/publish-wiki.yml
@@ -49,7 +49,7 @@ jobs:
49
uses: shivammathur/setup-php@v2
50
with:
51
php-version: 'latest'
52
- ini-values: error_reporting=-1, display_errors=On, log_errors_max_len=0
+ ini-values: error_reporting=-1, display_errors=On, display_startup_errors=On, log_errors_max_len=0
53
tools: phpcs, phpcbf
54
coverage: none
55
0 commit comments