MDW
396bf9079e
Fix typing with phpdoc
2024-03-22 09:52:16 +01:00
MDW
2db76fbfff
Fix typing with phpdoc
2024-03-22 09:52:15 +01:00
MDW
280dadbf6c
Fix typing with phpdoc
2024-03-22 09:52:14 +01:00
MDW
afda2103ff
Fix typing with phpdoc
2024-03-22 09:52:13 +01:00
MDW
f75e5cd13a
Fix typing with phpdoc
2024-03-22 09:52:12 +01:00
MDW
d5400967ce
Fix typing with phpdoc
2024-03-22 09:52:11 +01:00
MDW
aff10352c2
Fix typing with phpdoc
2024-03-22 09:52:10 +01:00
MDW
4d5e2d23a6
Fix typing with phpdoc
2024-03-22 09:52:09 +01:00
MDW
ec855a2e5c
Fix typing with phpdoc
2024-03-22 09:52:08 +01:00
MDW
4500b30b8e
Fix typing with phpdoc
2024-03-22 09:52:07 +01:00
MDW
d148c3f955
Fix typing with phpdoc
2024-03-22 09:52:06 +01:00
MDW
8bf8972a2d
Fix typing with phpdoc
2024-03-22 09:52:05 +01:00
MDW
a7b00efafe
Fix typing with phpdoc
2024-03-22 09:52:04 +01:00
MDW
90f36e4613
Fix typing with phpdoc
2024-03-22 09:52:03 +01:00
MDW
78c1bb4619
Fix typing with phpdoc
2024-03-22 09:52:02 +01:00
MDW
2fc604b1af
Fix typing with phpdoc
2024-03-22 09:52:01 +01:00
MDW
56b6ab31f9
Fix typing with phpdoc
2024-03-22 09:51:59 +01:00
MDW
6944e71ec2
Fix typing with phpdoc
2024-03-22 09:51:58 +01:00
MDW
81c0026be6
Fix typing with phpdoc
2024-03-22 09:51:57 +01:00
MDW
378c98cac6
Fix typing with phpdoc
2024-03-22 09:51:56 +01:00
MDW
b84c9a1d47
Fix typing with phpdoc
2024-03-22 09:51:55 +01:00
MDW
58a6ef8c7c
Fix typing with phpdoc
2024-03-22 09:51:54 +01:00
MDW
83ca2f80d8
Fix PHPdoc for typing
2024-03-22 09:51:49 +01:00
Frédéric France
c76ab41c91
fix warnings with syslog checkconfiguration
2024-03-21 22:01:11 +01:00
Frédéric France
ce38158c35
fix warnings with syslog checkconfiguration
2024-03-21 21:50:42 +01:00
Laurent Destailleur
922f30eceb
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
...
develop
2024-03-21 15:38:11 +01:00
Laurent Destailleur
61eefe5fa9
Merge branch 'develop' into fix/PhanTypeMismatchReturnNullable
2024-03-21 12:51:27 +01:00
Laurent Destailleur
ae10eedf2a
Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into develop
2024-03-21 11:29:16 +01:00
Laurent Destailleur
57eb393dad
Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into 19.0
2024-03-21 11:22:28 +01:00
MDW
2496d20d4f
Fix nullable return with if($ok == 1) in stead of if($ok)
...
# Fix nullable return with if($ok == 1) in stead of if($ok)
This seems to be a bug in Phan where if($ok) changes the type of $ok.
Testing with '$ok == 1' instead fixes the issue.
This has been reported to the phan team.
2024-03-21 00:28:14 +01:00
MDW
942239b5d6
Update PHPdoc to show nullable return
2024-03-20 23:54:32 +01:00
MDW
9ecb4bd639
Fix null return by returning empty string in else case
2024-03-20 21:58:47 +01:00
MDW
e105b577ee
Fix PhanTypeMismatchReturn by changing return and logging error
2024-03-20 21:58:39 +01:00
Kamel Khelifa
9e7aeca447
FIX: Fix save directory for invoice ODT and multientities
2024-03-20 15:26:19 +01:00
Laurent Destailleur
cb3880cc62
Clean translations
2024-03-20 15:15:28 +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
de13b93e43
Fix arg type to preg_match(),str_replace() with casts
2024-03-19 22:52:37 +01:00
MDW
4262637a5e
Fix arg type to preg_match(),str_replace() with casts
2024-03-19 22:52:36 +01:00
MDW
e74c473e72
Fix arg type to preg_match(),str_replace() with casts
2024-03-19 22:52:35 +01:00
MDW
439c32237c
Fix arg type to preg_match() with cast
2024-03-19 22:52:34 +01:00
MDW
0590395119
Fix arg type to preg_match() with cast
2024-03-19 22:52:33 +01:00
MDW
72e3522ac5
Fix arg type to abs() with casts
2024-03-19 22:52:33 +01:00
MDW
b8fca80953
Fix arg type to preg_match(),str_replace() with casts
2024-03-19 22:52:32 +01:00
MDW
873db9b477
Fix arg type to preg_match(),str_replace() with casts
2024-03-19 22:52:31 +01:00
MDW
b9f03d7704
Fix arg type to strlen() with cast, improve conversion to int
2024-03-19 22:52:30 +01:00
MDW
bd2f8e0255
Fix arg type to str_replace() with casts
2024-03-19 22:52:29 +01:00
MDW
4dc6b98766
Fix arg type to str_replace() with casts
2024-03-19 22:52:28 +01:00
MDW
20943dc8c2
Fix arg type to str_replace() and preg_match() with casts
2024-03-19 22:52:27 +01:00
MDW
afff9695c3
Fix arg type to str_replace() and preg_match() with casts
2024-03-19 22:52:26 +01:00
Laurent Destailleur
5d073ac208
Fix hasRights into hasRight
2024-03-19 22:02:42 +01:00