Fix some Scrutinizer warnings

This commit is contained in:
nathangray 2019-03-20 14:45:03 -06:00
parent b2404ba895
commit 0aedde6b64
2 changed files with 5 additions and 0 deletions

View File

@ -17,6 +17,8 @@ use EGroupware\Api;
* @property-read string $app app whos category to change (Categories->app_name)
* @property-read array $set category data to set, value of null or "" to remove
* @property-read array $old old values to record
* @property-read int $cat_id Category ID
* @property-read string $cat_name Category name at the time of the change
*/
class admin_cmd_category extends admin_cmd
{

View File

@ -15,7 +15,10 @@ use EGroupware\Api;
* setup command: delete EGw category
*
* @property-read string $app app whos category to delete (Categories->app_name)
* @property-read array $set category data to set, value of null or "" to remove
* @property-read array $old old values to record
* @property-read int $cat_id category ID to delete
* @property-read string $cat_name Category name at the time of the change
* @property-read boolean $subs Delete subs as well
*/
class admin_cmd_delete_category extends admin_cmd