Closed abarke closed 4 years ago
Here is the code analysis from PhpStorm:
The Php Inspections (EA Extended) PhpStorm Plugin has some extra in-editor inspections that are very useful.
I suggest a serious tidyup is needed. This is not production ready code in my eyes.
Thank you for the bug report. I have filed internal bug DCM-3372
Re: I also noticed that the PHP code is not to PHP best practices in places. I would recommend using phpstan to scan the code: https://github.com/phpstan/phpstan
I have filed enhancement request DCM-3373
Hi @abarke , DocuSign engineering reports that this problem has been solved. Can you verify? Many thanks, Larry
Confirmed. Working with v5.0.0 and I dont see these errors anymore. Thanks.
Excellent, thank you
ApiException class was moved, however references/phpdocs throughout the code do not point to the new location.
e.g. \DocuSign\eSign\Client\ApiException is referenced in many places as \DocuSign\eSign\ApiException which my editor PHPStorm complains about it not existing.
I also noticed that the PHP code is not to PHP best practices in places. I would recommend using phpstan to scan the code: https://github.com/phpstan/phpstan