Skip to content

Commit

Permalink
syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanHerman committed Jul 27, 2023
1 parent 8d1aaaa commit dba1082
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions includes/ical-parser/class-coblocks-ical.php
Original file line number Diff line number Diff line change
Expand Up @@ -512,8 +512,8 @@ class CoBlocks_ICal {
* @return void
*/
public function __construct( $files = false, array $options = array() ) {
if (\PHP_VERSION_ID < 80100) {
ini_set('auto_detect_line_endings', '1');
if ( \PHP_VERSION_ID < 80100 ) {
ini_set( 'auto_detect_line_endings', '1' );
}

// Used only for strtotime(), i18n not needed.
Expand Down

0 comments on commit dba1082

Please sign in to comment.