| @@ -334,9 +334,9 @@ | ||
| 334 | 334 | * @param string $type 'date', 'timeofday' or 'datetime'. |
| 335 | 335 | * |
| 336 | 336 | * @return string|null |
| 337 | 337 | */ |
| 338 | - private static final function determine_date_format( $value, $type ) { | |
| 338 | + private static function determine_date_format( $value, $type ) { | |
| 339 | 339 | if ( version_compare( phpversion(), '5.3.0', '<' ) ) { |
| 340 | 340 | do_action( 'themeisle_log_event', Visualizer_Plugin::NAME, sprintf( 'PHP version %s not supported', phpversion() ), 'error', __FILE__, __LINE__ ); |
| 341 | 341 | return null; |
| 342 | 342 | } |