Remove comments literally repeating the next line of code
[lhc/web/wiklou.git] / includes / resourceloader / ResourceLoaderModule.php
index b392625..aed036b 100644 (file)
@@ -734,7 +734,6 @@ abstract class ResourceLoaderModule implements LoggerAwareInterface {
                }
                $content['scripts'] = $scripts;
 
-               // Styles
                $styles = [];
                // Don't create empty stylesheets like [ '' => '' ] for modules
                // that don't *have* any stylesheets (T40024).