dolibarr/htdocs/admin/dolistore/class
MDW 099dbd9c1e
Qual: Fix notices for htdocs/admin/* (#30982)
* Fix (Possibly)UndeclaredGlobalVariable

* Update phan baseline

* Fix (Possibly)UndeclaredGlobalVariable (2)

* Qual: Fix notices for htdocs/admin/*

# Qual: Fix notices for htdocs/admin/*

Fixes most phan/phpstan noticies for files under htdocs/admin/* and ai.
2024-09-18 03:27:25 +02:00
..
dolistore.class.php Qual: Fix PhanPluginUnknownObjectMethodCall ("part 1") (#30563) 2024-08-17 19:32:52 +02:00
PS_WS_LIB-LICENSE.md Fix Update PSWebServiceLibrary to fix deprecated function call libxml_disable_entity_loader() 2023-12-19 19:43:53 +01:00
PSWebServiceLibrary.class.php Qual: Fix notices for htdocs/admin/* (#30982) 2024-09-18 03:27:25 +02:00
README.md Fix: Make executeRequest public 2024-01-08 17:52:19 +01:00

PrestaShop-webservice-lib

Source updated from:

https://github.com/PrestaShop/PrestaShop-webservice-lib/blob/master/PSWebServiceLibrary.php

License compatibility analysis

https://www.gnu.org/licenses/license-list.html#OSL

Local changes

  • Change executeRequest to public method because htdocs/admin/dolistore/ajax/image.php# uses it.