You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Recent runs of PHPCS on Travis (including on #170) have returned the following:
FILE: ...ordpress/src/wp-content/themes/MITlibraries-parent/lib/hours.php
----------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
----------------------------------------------------------------------
27 | ERROR | Using date_default_timezone_set() and similar isn't
| | allowed, instead use WP internal timezone support.
| | (WordPress.VIP.TimezoneChange.timezone_change)
----------------------------------------------------------------------
Fixing this will involve setting the default timezone at the server level, so it may take a bit of coordination. There may also be a better way of declaring such a timezone as the default - will research.
The text was updated successfully, but these errors were encountered:
Recent runs of PHPCS on Travis (including on #170) have returned the following:
Fixing this will involve setting the default timezone at the server level, so it may take a bit of coordination. There may also be a better way of declaring such a timezone as the default - will research.
The text was updated successfully, but these errors were encountered: