Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
72621d2
)
MDL-62347 output: Fix phpdoc param name
author
David Monllao
<davidm@moodle.com>
Tue, 4 Sep 2018 12:08:50 +0000
(14:08 +0200)
committer
David Monllao
<davidm@moodle.com>
Tue, 4 Sep 2018 12:08:53 +0000
(14:08 +0200)
lib/outputrenderers.php
patch
|
blob
|
blame
|
history
diff --git
a/lib/outputrenderers.php
b/lib/outputrenderers.php
index
30eeeb8
..
454adf3
100644
(file)
--- a/
lib/outputrenderers.php
+++ b/
lib/outputrenderers.php
@@
-3009,7
+3009,7
@@
EOD;
/**
* Returns HTML to display the paging bar.
*
- * @param paging_bar $pagingbar
.
+ * @param paging_bar $pagingbar
* @return string the HTML to output.
*/
protected function render_paging_bar(paging_bar $pagingbar) {