From e29654264023d1b1557f3ba1a33d6589bb537ed2 Mon Sep 17 00:00:00 2001 From: Ryan Cramer Date: Wed, 20 Nov 2019 05:38:43 -0500 Subject: [PATCH] Remove phpdoc sort property for Pagefile/Pageimage per processwire/processwire-issues#1034 --- wire/core/Pagefile.php | 1 - wire/core/Pageimage.php | 1 - 2 files changed, 2 deletions(-) diff --git a/wire/core/Pagefile.php b/wire/core/Pagefile.php index 6af8a130..c1568c1c 100644 --- a/wire/core/Pagefile.php +++ b/wire/core/Pagefile.php @@ -24,7 +24,6 @@ * @property-read string $hash Get a unique hash (for the page) representing this Pagefile. * @property-read array $tagsArray Get file tags as an array. #pw-group-tags @since 3.0.17 * @property-read array $fieldValues Custom field values. #pw-internal @since 3.0.142 - * @property int $sort Sort order in database. #pw-group-other * @property string $basename Returns the filename without the path. * @property string $description Value of the file’s description field (string), if enabled. Note you can also set this property directly. * @property string $tags Value of the file’s tags field (string), if enabled. #pw-group-tags diff --git a/wire/core/Pageimage.php b/wire/core/Pageimage.php index 38d089eb..4898648f 100644 --- a/wire/core/Pageimage.php +++ b/wire/core/Pageimage.php @@ -52,7 +52,6 @@ * @property-read string $name Returns the filename without the path, same as the "basename" property. * @property-read string $hash Get a unique hash (for the page) representing this Pagefile. * @property-read array $tagsArray Get file tags as an array. #pw-group-tags @since 3.0.17 - * @property int $sort Sort order in database. #pw-group-other * @property string $basename Returns the filename without the path. * @property string $description Value of the file’s description field (string), if enabled. Note you can also set this property directly. * @property string $tags Value of the file’s tags field (string), if enabled. #pw-group-tags