Minor - PHPDoc

pull/3711/head
Angel Fernando Quiroz Campos 5 years ago
parent 6d5f3a783e
commit efa753fceb
  1. 8
      plugin/buycourses/src/buy_course_plugin.class.php

@ -760,7 +760,7 @@ class BuyCoursesPlugin extends Plugin
* @param int $min Optional. The minimum price filter * @param int $min Optional. The minimum price filter
* @param int $max Optional. The maximum price filter * @param int $max Optional. The maximum price filter
* *
* @return array * @return array|int
*/ */
public function getCatalogCourseList($first, $pageSize, $name = null, $min = 0, $max = 0, $typeResult = 'all') public function getCatalogCourseList($first, $pageSize, $name = null, $min = 0, $max = 0, $typeResult = 'all')
{ {
@ -2399,7 +2399,11 @@ class BuyCoursesPlugin extends Plugin
/** /**
* List additional services. * List additional services.
* *
* @return array * @param int $start
* @param int $end
* @param string $typeResult
*
* @return array|int
*/ */
public function getServices($start, $end, $typeResult = 'all') public function getServices($start, $end, $typeResult = 'all')
{ {

Loading…
Cancel
Save