mirror of
https://github.com/moodle/moodle.git
synced 2025-04-20 07:56:06 +02:00
MDL-57362 assignlib: Fix minor bug in phpdocs
This commit is contained in:
parent
f445fb8fa1
commit
ca09e2157b
@ -3064,7 +3064,7 @@ class assign {
|
||||
* Throw an error if the permissions to view this users submission are missing.
|
||||
*
|
||||
* @throws required_capability_exception
|
||||
* @return none
|
||||
* @return void
|
||||
*/
|
||||
public function require_view_submission($userid) {
|
||||
if (!$this->can_view_submission($userid)) {
|
||||
@ -3076,7 +3076,7 @@ class assign {
|
||||
* Throw an error if the permissions to view grades in this assignment are missing.
|
||||
*
|
||||
* @throws required_capability_exception
|
||||
* @return none
|
||||
* @return void
|
||||
*/
|
||||
public function require_view_grades() {
|
||||
if (!$this->can_view_grades()) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user