transformer_refactoring #44

Merged
linos merged 42 commits from transformer_refactoring into main 2024-10-02 19:15:29 +02:00
Showing only changes of commit c469b7a00e - Show all commits

View file

@ -173,7 +173,7 @@ abstract class Event extends Post {
return $this->format_time( $this->get_end_time() );
}
static protected function format_time( $time ) {
static private function format_time( $time ) {
if ( is_null( $time ) ) {
return '';
}