Skip to content

Commit

Permalink
Prepare codebase for PHP 7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ivany4 committed Oct 26, 2020
1 parent 383a5b2 commit 4479293
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion examples/includes/bootstrap.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?php

ini_set('error_reporting', '1');
ini_set('track_errors', '1');
ini_set('display_errors', '1');
ini_set('display_startup_errors', '1');

Expand Down
2 changes: 1 addition & 1 deletion src/PHPVideoToolkit/Mime.php
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ function mime_content_type($fn) {

default:
// date, ldate, ledate, leldate, beldate, lebelbe...
continue;
continue 2;
}
}

Expand Down

0 comments on commit 4479293

Please sign in to comment.