Issue #2932865 by kiamlaluno, joachim: Incorrect description for ExtensionDiscovery::scanDirectory()

8.5.x
Nathaniel Catchpole 2018-01-03 15:49:54 +00:00
parent 0d2a45adc2
commit c2d7454b54
1 changed files with 1 additions and 1 deletions

View File

@ -381,7 +381,7 @@ class ExtensionDiscovery {
}
/**
* Recursively scans a base directory for the requested extension type.
* Recursively scans a base directory for the extensions it contains.
*
* @param string $dir
* A relative base directory path to scan, without trailing slash.