Skip to content

Commit

Permalink
0.53: fix methods comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Chirontex committed Oct 19, 2020
1 parent 49e1fb0 commit 811ad0f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion WebinarAPI/autoload.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* WebinarAPI Handler 0.52
* WebinarAPI Handler 0.53
* Copyright (C) 2020 Dmitry Shumilin (dr.noisier@yandex.ru)
*
* This program is free software: you can redistribute it and/or modify
Expand Down
4 changes: 2 additions & 2 deletions WebinarAPI/classes/interfaces/HandlerInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ public function getWebinarInfo(string $event_session_ID);
public function getTestInfo(string $test_ID, array $params = []);

/**
* Receives test results. See the docs: https://help.webinar.ru/ru/articles/3185593-%D0%BF%D0%BE%D0%BB%D1%83%D1%87%D0%B8%D1%82%D1%8C-%D1%80%D0%B5%D0%B7%D1%83%D0%BB%D1%8C%D1%82%D0%B0%D1%82%D1%8B-%D1%82%D0%B5%D1%81%D1%82%D0%B0
* Receives test results. See the docs: https://help.webinar.ru/ru/articles/3185593
*
* @param string $test_ID
* @param array $params
Expand All @@ -93,7 +93,7 @@ public function getTestInfo(string $test_ID, array $params = []);
public function getTestResults(string $test_ID, array $params = []);

/**
* Receives test custom answers. See the docs: https://help.webinar.ru/ru/articles/3185593
* Receives test custom answers. See the docs: https://help.webinar.ru/ru/articles/3185522
*
* @param string $test_ID
* @param array $params
Expand Down

0 comments on commit 811ad0f

Please sign in to comment.