1
0
mirror of https://github.com/processwire/processwire.git synced 2025-08-11 17:24:46 +02:00

Various pre-merge documentation and housekeeping updates

This commit is contained in:
Ryan Cramer
2022-05-13 10:34:30 -04:00
parent b164bc3e23
commit 5636a81d15
21 changed files with 457 additions and 113 deletions

View File

@@ -19,7 +19,7 @@
* @property bool|int $useAsLogin
* @method array getUserNavArray()
* @method array getPrimaryNavArray()
* @method string renderFile($basename, array $vars = array())
* @method string renderFile($basename, array $vars = [])
*
*/
abstract class AdminThemeFramework extends AdminTheme {