Renderer/Adapter/FileAdapter.php
Showing 2 of 2 total issues
File FileAdapter.php
has 253 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
<?php namespace Phug\Renderer\Adapter; use Phug\Compiler\LocatorInterface;
Method displayCached
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public function displayCached($path, $input, callable $rendered, array $variables, &$success = null)