Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

qual: phan for functions.lib.php #28655

Merged
merged 41 commits into from
Mar 9, 2024
Merged
Changes from all commits
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
43110d6
Update card.php
thibdrev Mar 5, 2024
31b9498
Update functions.lib.php
thibdrev Mar 5, 2024
893ea35
Update card.php
thibdrev Mar 5, 2024
10b3669
Update releve.php
thibdrev Mar 5, 2024
344ef9e
Update card-rec.php
thibdrev Mar 5, 2024
457bd92
Update card.php
thibdrev Mar 5, 2024
d5f0087
Update prelevement.php
thibdrev Mar 5, 2024
8facb10
Update card.php
thibdrev Mar 5, 2024
ffe0984
Update index.php
thibdrev Mar 5, 2024
41fc472
Update index.php
thibdrev Mar 5, 2024
c6c55b0
Update html.form.class.php
thibdrev Mar 5, 2024
3f11f69
Update card.php
thibdrev Mar 5, 2024
cc3d9c2
Update conferenceorbooth_card.php
thibdrev Mar 5, 2024
23a98d8
Update conferenceorbooth_contact.php
thibdrev Mar 5, 2024
5b57c25
Update conferenceorbooth_document.php
thibdrev Mar 5, 2024
07b2816
Update conferenceorbooth_list.php
thibdrev Mar 5, 2024
e5d3787
Update conferenceorboothattendee_card.php
thibdrev Mar 5, 2024
163cb52
Update conferenceorboothattendee_list.php
thibdrev Mar 5, 2024
e8c91d4
Update shipment.php
thibdrev Mar 5, 2024
fc5f580
Update card.php
thibdrev Mar 5, 2024
843b123
Update card-rec.php
thibdrev Mar 5, 2024
62ad664
Update card.php
thibdrev Mar 5, 2024
49f36b7
Update card.php
thibdrev Mar 5, 2024
e5b42c2
Update document.php
thibdrev Mar 5, 2024
6c1a95e
Update card.php
thibdrev Mar 5, 2024
87755d1
Update comment.php
thibdrev Mar 5, 2024
40e95fe
Update element.php
thibdrev Mar 5, 2024
c47da6b
Update ganttview.php
thibdrev Mar 5, 2024
d668ffd
Update tasks.php
thibdrev Mar 5, 2024
4983d5d
Update comment.php
thibdrev Mar 5, 2024
6493778
Update contact.php
thibdrev Mar 5, 2024
1495d7a
Update document.php
thibdrev Mar 5, 2024
e8350aa
Update note.php
thibdrev Mar 5, 2024
9dc8df7
Update task.php
thibdrev Mar 5, 2024
1e8b0b1
Update time.php
thibdrev Mar 5, 2024
225349d
Update card.php
thibdrev Mar 5, 2024
7a7bcb5
Update card.php
thibdrev Mar 5, 2024
628927f
Update bank.php
thibdrev Mar 5, 2024
42b2dc1
Update card.php
thibdrev Mar 5, 2024
a2000ca
Merge branch 'develop' into patch-5
thibdrev Mar 8, 2024
5e8600b
Merge branch 'develop' into patch-5
eldy Mar 8, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion htdocs/core/lib/functions.lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -6228,7 +6228,7 @@ function vatrate($rate, $addpercent = false, $info_bits = 0, $usestarfornpr = 0,
* Function used into PDF and HTML pages
*
* @param float $amount Amount to format
* @param integer $form Type of format, HTML or not (not by default)
* @param int<0,1> $form Type of formatting: 1=HTML, 0=no formatting (no by default)
* @param Translate|string $outlangs Object langs for output. '' use default lang. 'none' use international separators.
* @param int $trunc 1=Truncate if there is more decimals than MAIN_MAX_DECIMALS_SHOWN (default), 0=Does not truncate. Deprecated because amount are rounded (to unit or total amount accuracy) before being inserted into database or after a computation, so this parameter should be useless.
* @param int $rounding MINIMUM number of decimal to show: 0=no change, -1=we use min($conf->global->MAIN_MAX_DECIMALS_UNIT,$conf->global->MAIN_MAX_DECIMALS_TOT)
Expand Down
Loading