We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30524b9 commit 44d3547Copy full SHA for 44d3547
dev/tools/Magento/Tools/Di/Code/Reader/ClassesScanner.php
@@ -16,22 +16,21 @@ class ClassesScanner
16
protected $excludePatterns = [];
17
18
/**
19
- * adds exclude patterns
+ * Adds exclude patterns
20
*
21
* @param array $excludePatterns
22
+ * @return void
23
*/
24
public function addExcludePatterns(array $excludePatterns)
25
{
26
$this->excludePatterns = array_merge($this->excludePatterns, $excludePatterns);
27
}
-
28
+
29
30
* Retrieves list of classes for given path
31
32
* @param string $path
- *
33
* @return array
34
35
* @throws FilesystemException
36
37
public function getList($path)
0 commit comments