Skip to content

Commit

Permalink
Removed SmartySecurityCompilerPass due var_dump is whitelisted since …
Browse files Browse the repository at this point in the history
…5.3.0 release
  • Loading branch information
shyim committed Aug 27, 2017
1 parent 6201b82 commit 84e9b6c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 30 deletions.
29 changes: 0 additions & 29 deletions Components/CompilerPass/SmartySecurityCompilerPass.php

This file was deleted.

1 change: 0 additions & 1 deletion ShyimProfiler.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ public function build(ContainerBuilder $container)
$container->addCompilerPass(new ProfilerCollectorCompilerPass());
$container->addCompilerPass(new AddTemplatePluginDirCompilerPass());
$container->addCompilerPass(new CustomCacheCompilerPass());
$container->addCompilerPass(new SmartySecurityCompilerPass());
}

/**
Expand Down

0 comments on commit 84e9b6c

Please sign in to comment.