dolibarr/htdocs/hrm
MDW 8c29ca9033
Fix PhanNoopVariable for $i by changing loop to while
# Fix PhanNoopVariable for $i by changing loop to while

`$i` looked like a NOOP on $i which is provided as an argument to
the function.  Changed to while to improve readability and avoid thinking
that `$i` needs initialisation and fix the notification
2024-03-16 00:00:26 +01:00
..
admin Fix: GETPOST(...,'int') to GETPOSTINT(...) (#28448) 2024-02-27 14:05:53 +01:00
class Fix PhanNoopVariable for $i by changing loop to while 2024-03-16 00:00:26 +01:00
core/tpl Fix php-cs-fixer 2023-12-04 12:36:57 +01:00
css Fix pb with cache 2021-12-13 09:35:27 +01:00
establishment QUAL The signature for all ->delete() method has been modified to match 2024-03-07 17:58:02 +01:00
lib Fix PhanPluginUnknownFunctionParamType 2024-03-13 10:51:45 +01:00
compare.php fix warnings 2024-03-13 18:11:40 +01:00
evaluation_agenda.php Fix: Ensure string type for urlencode() 2024-03-09 16:56:04 +01:00
evaluation_card.php QUAL: Remove use of customurl filter. Must use the USF syntax. 2024-03-05 03:51:36 +01:00
evaluation_contact.php Fix: GETPOST(...,'int') to GETPOSTINT(...) (#28448) 2024-02-27 14:05:53 +01:00
evaluation_document.php Fix warning 2024-03-01 01:52:40 +01:00
evaluation_list.php QUAL Clean code around dol_eval use 2024-03-06 17:07:24 +01:00
evaluation_note.php Fix: GETPOST(...,'int') to GETPOSTINT(...) (#28448) 2024-02-27 14:05:53 +01:00
index.php Fix: GETPOST(...,'int') to GETPOSTINT(...) (#28448) 2024-02-27 14:05:53 +01:00
job_agenda.php Fix: Ensure string type for urlencode() 2024-03-09 16:56:05 +01:00
job_card.php Fix: GETPOST(...,'int') to GETPOSTINT(...) (#28448) 2024-02-27 14:05:53 +01:00
job_document.php Fix warning 2024-03-01 01:52:40 +01:00
job_list.php QUAL Clean code around dol_eval use 2024-03-06 17:07:24 +01:00
job_note.php Fix: GETPOST(...,'int') to GETPOSTINT(...) (#28448) 2024-02-27 14:05:53 +01:00
modulebuilder.txt
position_agenda.php Fix: Ensure string type for urlencode() 2024-03-09 16:56:06 +01:00
position_card.php Fix: GETPOST(...,'int') to GETPOSTINT(...) (#28448) 2024-02-27 14:05:53 +01:00
position_document.php Fix warning 2024-03-01 01:52:40 +01:00
position_list.php QUAL Clean code around dol_eval use 2024-03-06 17:07:24 +01:00
position_note.php Fix: GETPOST(...,'int') to GETPOSTINT(...) (#28448) 2024-02-27 14:05:53 +01:00
position.php QUAL Clean code around dol_eval use 2024-03-06 17:07:24 +01:00
skill_agenda.php Fix: Ensure string type for urlencode() 2024-03-09 16:56:07 +01:00
skill_card.php QUAL Clean code around dol_eval use 2024-03-06 17:07:24 +01:00
skill_document.php Fix warning 2024-03-01 01:52:40 +01:00
skill_list.php QUAL Clean code around dol_eval use 2024-03-06 17:07:24 +01:00
skill_note.php Fix: GETPOST(...,'int') to GETPOSTINT(...) (#28448) 2024-02-27 14:05:53 +01:00
skill_tab.php fix warnings 2024-03-13 18:11:40 +01:00