File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 44
44
id : set_ini
45
45
run : |
46
46
if [ "${{ matrix.phpcs_version }}" != "dev-master" ]; then
47
- echo '::set-output name=PHP_INI::error_reporting=E_ALL & ~E_DEPRECATED'
47
+ echo '::set-output name=PHP_INI::error_reporting=E_ALL & ~E_DEPRECATED, display_errors=On '
48
48
else
49
- echo '::set-output name=PHP_INI::error_reporting=E_ALL'
49
+ echo '::set-output name=PHP_INI::error_reporting=E_ALL, display_errors=On '
50
50
fi
51
51
52
52
- name : Set up PHP
Original file line number Diff line number Diff line change 57
57
id : set_ini
58
58
run : |
59
59
if [ "${{ matrix.phpcs_version }}" != "dev-master" ]; then
60
- echo '::set-output name=PHP_INI::error_reporting=E_ALL & ~E_DEPRECATED'
60
+ echo '::set-output name=PHP_INI::error_reporting=E_ALL & ~E_DEPRECATED, display_errors=On '
61
61
else
62
- echo '::set-output name=PHP_INI::error_reporting=E_ALL'
62
+ echo '::set-output name=PHP_INI::error_reporting=E_ALL, display_errors=On '
63
63
fi
64
64
65
65
- name : Set up PHP
You can’t perform that action at this time.
0 commit comments