Skip to content

Commit 4da353f

Browse files
committed
MAGETWO-34612: Unit tests coverage build failure
- fixing obsolete method
1 parent e5d7408 commit 4da353f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/internal/Magento/Framework/Less/FileGenerator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ public function __construct(
8080
public function generateLessFileTree(\Magento\Framework\View\Asset\PreProcessor\Chain $chain)
8181
{
8282
/**
83-
* @bug This logic is duplicated at \Magento\Framework\View\Asset\PreProcessor\Pool::getPreProcessors()
83+
* @bug This logic is duplicated at \Magento\Framework\View\Asset\PreProcessor\Pool::process()
8484
* If you need to extend or modify behavior of LESS preprocessing, you must account for both places
8585
*/
8686

0 commit comments

Comments
 (0)