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

Various minor updates: add a $config->version($minVersion) function, add @since tags in Sanitizer, update count() => wireCount() in FieldtypePageTable and add PHPdoc hints where phpstorm is asking for them, update InputfieldImage to track change for the field when an action manipulates the image file, plus some other minor odds and ends.

This commit is contained in:
Ryan Cramer
2018-06-12 07:06:40 -04:00
parent 9ef1ac1486
commit fff1250211
10 changed files with 84 additions and 29 deletions

View File

@@ -9,7 +9,7 @@
* @property bool $isSuperuser
* @property bool $isEditor
* @property bool $isLoggedIn
* @property bool $isModal
* @property bool|string $isModal
* @property bool|int $useAsLogin
* @method array getUserNavArray()
*