Skip to content

Commit

Permalink
Removed unused use statements + fix missing empty line
Browse files Browse the repository at this point in the history
  • Loading branch information
lolautruche committed Jun 12, 2017
1 parent 7b3b06a commit 5330620
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@
namespace EzSystems\EzPlatformDesignEngineBundle\DependencyInjection;

use eZ\Bundle\EzPublishCoreBundle\DependencyInjection\Configuration\SiteAccessAware\ConfigurationProcessor;
use eZ\Bundle\EzPublishCoreBundle\DependencyInjection\Configuration\SiteAccessAware\ContextualizerInterface;
use InvalidArgumentException;
use Symfony\Component\DependencyInjection\ContainerBuilder;
use Symfony\Component\Config\FileLocator;
use Symfony\Component\HttpKernel\DependencyInjection\Extension;
Expand Down
2 changes: 1 addition & 1 deletion doc/assets.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ ezdesign:
# Force runtime resolution
# Default value is '%kernel.debug%'
disable_assets_pre_resolution: true
```
```

0 comments on commit 5330620

Please sign in to comment.