pug-php/pug-symfony

View on GitHub
src/Pug/PugSymfonyBundle/Command/AssetsPublishCommand.php

Summary

Maintainability
A
0 mins
Test Coverage

syntax error, unexpected ','
Open

    'assets:publish',

A file should declare new symbols (classes, functions, constants, etc.) and cause no other side effects, or it should execute logic with side effects, but should not do both. The first symbol is defined on line 19 and the first side effect is on line 16.
Open

<?php

Line exceeds 120 characters; contains 121 characters
Open

        [$directories, $success, $errors, $errorDetails] = $this->cacheTemplates($this->pugSymfonyEngine->getRenderer());

Line exceeds 120 characters; contains 127 characters
Open

        $output->writeln($count.' '.($count === 1 ? 'directory' : 'directories').' scanned: '.implode(', ', $directories).'.');

There are no issues that match your filters.

Category
Status