Commit Graph

11176 Commits

Author SHA1 Message Date
MDW
b7112d8f5d Fix PhanTypeInvalid{Left,Right}OperandOfNumericOp mostly by typing, casting, idate 2024-03-23 02:06:42 +01:00
MDW
3a45f5f443 Fix PhanTypeInvalid{Left,Right}OperandOfNumericOp mostly by typing, casting, idate 2024-03-23 02:06:41 +01:00
MDW
000af5da26 Fix PhanTypeInvalid{Left,Right}OperandOfNumericOp mostly by typing, casting, idate 2024-03-23 02:06:40 +01:00
MDW
fab3a7a02b Fix typing with casts 2024-03-22 09:52:38 +01:00
MDW
4168ddb1fa Fix typing with idate and casts 2024-03-22 09:51:53 +01:00
MDW
c7c0d77dc8 Fix typing with casts 2024-03-22 09:51:48 +01:00
MDW
8137af9b9d Fix typing with casts and a few ignores 2024-03-22 09:51:44 +01:00
MDW
b1675d5139 Type return value for getLocalTaxesFromRate 2024-03-22 09:51:43 +01:00
Laurent Destailleur
7b0177a84d Move to getDolGlobalString 2024-03-22 00:37:56 +01:00
Lamrani Abdel
820247dbd6 Fix condition in createDictionary for modulebuilder 2024-03-21 15:54:29 +01:00
Laurent Destailleur
ae8e49e611 Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop 2024-03-21 13:00:29 +01:00
Laurent Destailleur
84f2121610 Add a FIXME 2024-03-21 12:58:39 +01:00
Laurent Destailleur
61eefe5fa9 Merge branch 'develop' into fix/PhanTypeMismatchReturnNullable 2024-03-21 12:51:27 +01:00
Laurent Destailleur
aa77573cd9 Sanitize DDL instructions 2024-03-21 12:45:58 +01:00
Laurent Destailleur
ce2959b022 Clean method DDLCreateTable (used by modulebuilder only) #28996 2024-03-21 12:10:09 +01:00
MDW
4f9ad83222 Fix null return by returning empty string 2024-03-20 21:58:46 +01:00
MDW
23b7d63850 Fix null return by initialising return value to 0 2024-03-20 21:58:45 +01:00
MDW
f824bbdc23 Fix null return by returning and logging error 2024-03-20 21:58:45 +01:00
MDW
d591d258f1 Fix null return by returning 0 2024-03-20 21:58:44 +01:00
Laurent Destailleur
b0d1952567 Merge branch 'develop' into fix/PhanTypeMismatchInternal5 2024-03-20 12:00:39 +01:00
Laurent Destailleur
702309de09 Doc 2024-03-20 10:52:07 +01:00
MDW
fd6f4a4f41 Fix arg type to Memcache::add() by replacing false with 0 2024-03-20 04:10:08 +01:00
MDW
0969343d15 Fix arg to strcmp with cast 2024-03-20 04:09:56 +01:00
MDW
63d5cef0f9 Fix PHPdoc typing, casting and minor rewrites for PhanTypeMismatchArgumentInternal 2024-03-20 04:08:04 +01:00
Laurent Destailleur
e92d6230df Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into develop
Conflicts:
	htdocs/ticket/class/ticket.class.php
	htdocs/ticket/list.php
	htdocs/ticket/stats/index.php
2024-03-20 02:31:33 +01:00
Laurent Destailleur
dd5d70ad5d Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into 19.0
Conflicts:
	htdocs/core/triggers/interface_50_modTicket_TicketEmail.class.php
	htdocs/public/ticket/create_ticket.php
	htdocs/public/ticket/index.php
	htdocs/public/ticket/list.php
	htdocs/public/ticket/view.php
	htdocs/ticket/agenda.php
	htdocs/ticket/card.php
	htdocs/ticket/class/ticket.class.php
	htdocs/ticket/contact.php
	htdocs/ticket/document.php
	htdocs/ticket/index.php
	htdocs/ticket/list.php
	htdocs/ticket/messaging.php
	htdocs/ticket/stats/index.php
2024-03-20 02:25:58 +01:00
Laurent Destailleur
a7223719a5 Merge pull request #28446 from rycks/18.0-ticket_code_review
18.0 fix links error on dedicated virtualhost and ticket code review
2024-03-20 01:55:57 +01:00
Laurent Destailleur
5372227913 Merge pull request #28980 from mdeweerd/fix/spelling/20240301
Fix spelling (using beta codespell)
2024-03-20 01:47:43 +01:00
Laurent Destailleur
96bca35d43 Merge pull request #28972 from mdeweerd/fix/PhanTypeMismatchInternal4
Fix PhanTypeMismatchInternal notifications (part 4)
2024-03-20 01:00:45 +01:00
MDW
a094ad38fc Fix spelling (using beta codespell)
# Fix spelling (using beta codespell

New spelling fixes - ignoring thirdparty which should be either third-party
or third party.
2024-03-20 00:35:01 +01:00
Laurent Destailleur
fd02397bdb Clean code 2024-03-20 00:08:30 +01:00
MDW
4baba0a3e1 Fix typing on pdf_getInstance 2024-03-19 22:52:25 +01:00
Laurent Destailleur
0584754c5c Fix badge 2024-03-19 22:18:23 +01:00
MDW
d61e3f077c Fix arg type to preg_replace with cast 2024-03-19 20:39:00 +01:00
MDW
834864a6fa FIX Title for project (bad logic) & arg type to strcmp() with cats 2024-03-19 20:38:59 +01:00
MDW
61bd47623d Fix arg type to strlen() with cast 2024-03-19 20:38:58 +01:00
MDW
ee0ed791a5 Fix arg type to strlen() with cast 2024-03-19 20:38:57 +01:00
MDW
e684b82a9b Fix arg type for substr with casts 2024-03-19 20:38:56 +01:00
MDW
c5479f4520 Fix: Update typing for qty as float 2024-03-19 20:37:38 +01:00
Laurent Destailleur
0476ca9a47 Doc 2024-03-19 17:00:59 +01:00
Laurent Destailleur
c6b8b19725 Merge pull request #28955 from mdeweerd/fix/PhanTypeMismatchInternal2
Fix multiple PhanTypeMismatchInternal notifications (part 2)
2024-03-19 15:42:43 +01:00
Laurent Destailleur
363a083c54 Look and feel v20 2024-03-19 15:34:47 +01:00
Laurent Destailleur
aebbb97627 Update company.lib.php 2024-03-19 14:05:40 +01:00
Jon Bendtsen
779aeee323 Merge branch 'develop' into fix_notification_count 2024-03-19 08:16:01 +01:00
MDW
8dc0a6d214 Fix arg type to mt_srand with cast 2024-03-19 02:59:19 +01:00
MDW
3ded4f67c7 Fix PhanTypeMismatchArgumentInternal by casting 2024-03-19 02:59:18 +01:00
MDW
34e960f7ad Fix arg types for substr() by casting to string 2024-03-19 02:59:17 +01:00
MDW
029990cd01 Fix arg types for str_pad and shmop_read with casts 2024-03-19 02:59:16 +01:00
MDW
e8cc181eb0 Fix arg type for imagecreate* and imagecopy* functions by casting 2024-03-19 02:59:15 +01:00
MDW
33f7d645d6 Fix arg type for explode() with cast 2024-03-19 02:59:14 +01:00