Commit Graph

39551 Commits

Author SHA1 Message Date
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
MDW
397cd58f26 Fix arg types to substr(),mb_strcut() and number_format() by casting & typing 2024-03-19 02:59:13 +01:00
MDW
add3d0e150 Fix $port type to ssh2_connect, ftp_ssl_connect, ftp_connect with cast 2024-03-19 02:59:12 +01:00
MDW
c406ae4502 Fix args to strrev, imagefilledrectangle and imagettftext
# Fix args to strrev, imagefilledrectangle and imagettftext

Fix by initialising to string, and casting round() to int (return is float)
2024-03-19 02:59:11 +01:00
MDW
fd9618c3c8 Fix arg to explode by forcing type of 2024-03-19 02:59:10 +01:00
MDW
c0e8e053b8 Fix port arg to count by adding typing information 2024-03-19 02:59:09 +01:00
MDW
6455353c94 Fix port arg to fsockopen by casting, review of setter/getter 2024-03-19 02:59:08 +01:00
MDW
e0baa385b5 Fix args to strpos and count with typing and casting 2024-03-19 02:59:07 +01:00
MDW
0032fe4746 Fix wrong reference to this->rowid, must be this->id 2024-03-19 02:59:06 +01:00
MDW
c8fa6b4827 Fix casting to fix strtoupper and more 2024-03-19 02:59:05 +01:00
MDW
7cc1894893 Fix type of param to fix strtoupper typing 2024-03-19 02:59:04 +01:00
MDW
8077bf10f3 Fix type of argument to urlencode by rewrite 2024-03-19 02:59:03 +01:00
MDW
3c5599bb47 Correct annotation to ignore PhanTypeMismatchArgumentInternal 2024-03-19 02:58:57 +01:00
MDW
9647c46371 Add empty lines to avoid comment alignments 2024-03-19 02:44:05 +01:00
MDW
187e715bc5 Fix PhanTypeSuspiciousStringExpression 2024-03-19 02:43:58 +01:00
MDW
5c007eede4 Fix PhanTypeSuspiciousStringExpression 2024-03-19 02:43:42 +01:00
MDW
c6d0cb3f5b Fix PhanTypeSuspiciousStringExpression 2024-03-19 02:43:41 +01:00
MDW
378bb482c7 Fix PhanTypeSuspiciousStringExpression 2024-03-19 02:43:40 +01:00
MDW
c79ca14dd9 Fix PhanTypeSuspiciousStringExpression 2024-03-19 02:43:38 +01:00
MDW
9d4aede5c7 Fix PhanTypeSuspiciousStringExpression 2024-03-19 02:43:33 +01:00
MDW
e67d1de5bd Fix PhanTypeSuspiciousStringExpression 2024-03-19 02:43:32 +01:00
MDW
f9c3d1d48d Fix PhanTypeSuspiciousStringExpression 2024-03-19 02:43:31 +01:00
MDW
1fc3c3a46d Fix PhanTypeSuspiciousStringExpression 2024-03-19 02:43:29 +01:00
MDW
bbf2fb82e7 Fix PhanTypeSuspiciousStringExpression 2024-03-19 02:43:28 +01:00
MDW
02ea350a34 Fix PhanTypeSuspiciousStringExpression 2024-03-19 02:43:27 +01:00
MDW
0284ef4b66 Fix PhanTypeSuspiciousStringExpression 2024-03-19 02:43:26 +01:00
MDW
b683ad4b66 Fix $labelToUse 2024-03-19 02:43:25 +01:00
MDW
5037995454 Fix PhanTypeSuspiciousStringExpression 2024-03-19 02:43:24 +01:00
MDW
4728b1ec5e Fix PhanTypeSuspiciousStringExpression 2024-03-19 02:43:23 +01:00
MDW
2b7f9b2a86 Fix PhanTypeSuspiciousStringExpression 2024-03-19 02:43:22 +01:00
MDW
0cd2b3f069 Fix PhanTypeSuspiciousStringExpression 2024-03-19 02:43:20 +01:00
MDW
f43fd7c934 Fix PhanTypeSuspiciousStringExpression 2024-03-19 02:43:19 +01:00
MDW
f252a283d2 Fix PhanTypeSuspiciousStringExpression 2024-03-19 02:43:18 +01:00
Laurent Destailleur
6b1f490ee1 Merge branch 'develop' into phpstanphpstan 2024-03-19 02:05:42 +01:00
MDW
9730149fab Fix typing: childtables can also be list of strings 2024-03-19 00:32:07 +01:00
MDW
d30b2d0362 Fix default in $fields init 2024-03-19 00:32:03 +01:00
MDW
fd9d48faac Fix phpstan CommonObject->fields - notnull is optional field 2024-03-19 00:32:00 +01:00
Jon Bendtsen
cc0afd1558 Merge branch 'develop' into new_thirdparty_notification_api 2024-03-19 00:03:34 +01:00
Frédéric FRANCE
65fcc53519 Merge branch 'develop' into phpstanphpstan 2024-03-18 23:47:59 +01:00
Jon Bendtsen
7e95fae8f7 Merge branch 'develop' into fix_notification_count 2024-03-18 23:29:15 +01:00
Laurent Destailleur
557436a822 Merge pull request #28946 from MaximilienR-easya/develop_Add_substitution_intro_signature
New substitution for mail intro and signature on ticket mail
2024-03-18 23:20:33 +01:00
Jon Bendtsen
fce674e347 precommit check failed 2024-03-18 22:42:57 +01:00
Jon Bendtsen
1a35b20cb7 only counts notifications for existing contacts. SQL code copy from htdocs/societe/notify/card.php 2024-03-18 22:28:10 +01:00
Frédéric France
0cb5a082b5 Merge remote-tracking branch 'upstream/develop' into phpstanphpstan 2024-03-18 22:21:16 +01:00
Laurent Destailleur
01e6bd012e Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into develop 2024-03-18 21:37:37 +01:00
Laurent Destailleur
a0b7cb90d8 FIX trackid and temp dir on payment confirmation of event registration 2024-03-18 20:17:19 +01:00