internal/stubs/README.md
This folder contains bundled stubs for various PHP extensions with enhanced type information.
These stubs provide:
SplObjectStorage<T>, array_filter<T>())Phan automatically loads these stubs by default when:
.phan/config.php exists (uses built-in defaults from bundled stubs)phan --init (generates config referencing bundled stubs in vendor/phan/phan/internal/stubs/)Classes with templates:
SplObjectStorage<T>, WeakMap<TKey,TValue>, and iterator classesFunctions with templates:
array_filter<T>(), array_map<T>(), array_find<T>(), etc.See TEMPLATE_ANNOTATIONS.md for complete documentation of template annotations.