Commit Graph

8 Commits

Author SHA1 Message Date
MDW
46eb5f83c2 Qual: Updates for phpstan notices (#30509)
* Fix int<0> typing to int<0,0> for phpstan

* Fix phpdoc for phpstan

* Fix phpdoc for phpstan

* Qual: Several phpstan notice fixes

* Fix phpdoc

* Qual: totalpaid is never null, remove null test

* improve phpdoc typing

* Also return null to statisfy phpstan

* Allow null value for $var

* object->Object to make it meaningful

* Type EvalMathStack properties

* Comment out unused private methods (phpstan)

* Changes for phpstan (return values, phpdoc, code)

* Change order of tests for phpstan

* phpdoc object to Object for correct typing

* Typing hing for phpstan

* UPdate test for phpstan

* Change phpdoc position for phpstan

* Update phpdoc for phpstan

This needs further improvement

* Change $op to $ope to fix phpstan

* Update sqlite3.class.php

---------

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2024-08-01 12:59:45 +02:00
MDW
b02014bf47 Fix PhanPluginUnknownFunctionParamType
# Fix PhanPluginUnknownFunctionParamType

PHPdoc for $object was incorrect.
Reviewed some of the other typings as well
2024-03-13 10:51:45 +01:00
Laurent Destailleur
7c5a782593 Fix method undef 2024-01-12 20:31:52 +01:00
lamrani abdelwadoud
c70b5a2e11 Fix nb of evaluation and display speciale char (#27434)
* Fix nb of evaluation and display speciale char

* Update hrm_evaluation.lib.php

---------

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2024-01-12 18:00:07 +01:00
Laurent Destailleur
a136f304a6 Fix php8.2 warnings 2023-11-27 11:46:58 +01:00
lamrani abdelwadoud
b36f758810 NEW Get list evaluation with skills details in user fiche (#26510)
* get eval in ficheUser

* get evaluation with details in skill section for user

---------

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2023-11-08 20:38:11 +01:00
GregM
ab87d772c7 update GRH extrafields and more stuff 2022-03-17 15:20:23 +01:00
Gauthier PC portable 024
fde0f1ac25 NEW : HRM integration, source code 2021-09-27 11:20:38 +02:00