dolibarr/dev
MDW 8a9f86e109
Qual: Suppress PhanTypeSuspiciousNonTraversableForeach (#31382)
# Qual: Ignore PhanTypeSuspiciousNonTraversableForeach

PhanTypeSuspiciousNonTraversableForeach reports on the use of
`foreach ($object as $key => value)` which is valid accross
tested php versions (at least since PHP7.0).

So suppressing this notice.
2024-10-17 01:54:19 +02:00
..
examples
initdata
initdemo
resources
setup
skeletons
tools Qual: Suppress PhanTypeSuspiciousNonTraversableForeach (#31382) 2024-10-17 01:54:19 +02:00
translation
.gitignore
dolibarr_changes.txt More log on oauth refresh 2024-08-13 14:23:49 +02:00
README

README (English)
--------------------------------

This directory contains sub-directories to provide tools or documentation for developers.

Note: All files in this directory are in the source repository only and are not provided with a standard release. They are useless to make Dolibarr working.

You may find a more complete documentation on Dolibarr on the wiki:

https://wiki.dolibarr.org/

and on

https://doxygen.dolibarr.org/