for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php namespace Rocket\UI\Assets\Assetic\Asset;
use Assetic\Asset\AssetInterface;
use Assetic\AssetManager;
use Assetic\Filter\FilterInterface;
/**
* A reference to an asset in the asset manager.
*
* @author Kris Wallsmith <[email protected]>
* @deprecated Prefer the original \Assetic\Asset\AssetReference
*/
class AssetReference extends \Assetic\Asset\AssetReference
{
// Left here only for compatibility
}