Minor: Fix PHP analysis

pull/4617/head
Borja Sánchez 2 years ago
parent b6def64cfb
commit eb85ce5310
  1. 3
      src/CoreBundle/Entity/Course.php

@ -515,9 +515,6 @@ class Course extends AbstractResource implements ResourceInterface, ResourceWith
return $this;
}
/**
* @return TrackCourseRanking|null
*/
public function getTrackCourseRanking(): TrackCourseRanking|null
{
return $this->trackCourseRanking;

Loading…
Cancel
Save