Fix PhanPluginRedundantAssignment

This commit is contained in:
MDW
2024-03-13 00:31:27 +01:00
parent 708ab58b26
commit bde6702b28

View File

@@ -1,6 +1,7 @@
<?php
/* Copyright (C) 2003 Rodolphe Quiedeville <rodolphe@quiedeville.org>
* Copyright (C) 2004-2009 Laurent Destailleur <eldy@users.sourceforge.net>
* Copyright (C) 2024 MDW <mdeweerd@users.noreply.github.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -100,7 +101,7 @@ class modPaybox extends DolibarrModules
// Permissions
$this->rights = array(); // Permission array used by this module
$r = 0;
$r = 0; // @phan-suppress-current-line PhanPluginRedundantAssignment
// Add here list of permission defined by an id, a label, a boolean and two constant strings.
// Example:
@@ -114,7 +115,7 @@ class modPaybox extends DolibarrModules
// Main menu entries
$this->menu = array(); // List of menus to add
$r = 0;
$r = 0; // @phan-suppress-current-line PhanPluginRedundantAssignment
// Add here entries to declare new menus
// Example to declare the Top Menu entry: