Code Duplication    Length = 6-6 lines in 2 locations

src/Asset/Asset.php 2 locations

@@ 541-546 (lines=6) @@
538
            /**
539
             * Compile SCSS to CSS with PHP.
540
             */
541
            if ($filter == 'scss' && $this->config->get('streams::assets.filters.scss', 'php') == 'php') {
542
543
                $filter = new ScssFilter($this->parser);
544
545
                continue;
546
            }
547
548
            /**
549
             * Compile SCSS to CSS with Ruby.
@@ 551-556 (lines=6) @@
548
            /**
549
             * Compile SCSS to CSS with Ruby.
550
             */
551
            if ($filter == 'scss' && $this->config->get('streams::assets.filters.scss', 'php') == 'ruby') {
552
553
                $filter = new RubyScssFilter($this->parser);
554
555
                continue;
556
            }
557
558
            /**
559
             * Compile CoffeeScript to JS