1
0
mirror of https://github.com/processwire/processwire.git synced 2025-08-26 16:14:35 +02:00

Fix additional phpdoc typos per processwire/processwire-issues#797

This commit is contained in:
Ryan Cramer
2019-02-14 08:01:39 -05:00
parent a993a14de9
commit 126c1392d4
3 changed files with 7 additions and 5 deletions

View File

@@ -222,6 +222,7 @@ class Pageimages extends Pagefiles {
* - Plus any option available to the $options argument on the `Pageimage::size()` method.
* - If you only need width and/or height, you can specify a width x height string, i.e. 123x456 (use 0 for proportional).
* @return string
* @since 3.0.126
*
*/
public function ___render($markup = '', $options = array()) {