updated my email address

This commit is contained in:
Kris Wallsmith 2011-05-02 05:59:56 -07:00
parent a3270da763
commit 562d84a964
24 changed files with 24 additions and 24 deletions

View File

@ -23,7 +23,7 @@ use Symfony\Component\HttpKernel\Bundle\Bundle;
/**
* Assetic integration.
*
* @author Kris Wallsmith <kris.wallsmith@symfony.com>
* @author Kris Wallsmith <kris@symfony.com>
*/
class AsseticBundle extends Bundle
{

View File

@ -17,7 +17,7 @@ use Symfony\Component\DependencyInjection\ContainerInterface;
/**
* The AssetManagerCacheWarmer warms up the formula loader.
*
* @author Kris Wallsmith <kris.wallsmith@symfony.com>
* @author Kris Wallsmith <kris@symfony.com>
*/
class AssetManagerCacheWarmer implements CacheWarmerInterface
{

View File

@ -18,7 +18,7 @@ use Symfony\Component\DependencyInjection\ContainerInterface;
/**
* The AssetWriterCacheWarmer processes and writes the asset files.
*
* @author Kris Wallsmith <kris.wallsmith@symfony.com>
* @author Kris Wallsmith <kris@symfony.com>
*/
class AssetWriterCacheWarmer implements CacheWarmerInterface
{

View File

@ -22,7 +22,7 @@ use Symfony\Component\Console\Output\OutputInterface;
/**
* Dumps assets to the filesystem.
*
* @author Kris Wallsmith <kris.wallsmith@symfony.com>
* @author Kris Wallsmith <kris@symfony.com>
*/
class DumpCommand extends Command
{

View File

@ -22,7 +22,7 @@ use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
/**
* Serves assets.
*
* @author Kris Wallsmith <kris.wallsmith@symfony.com>
* @author Kris Wallsmith <kris@symfony.com>
*/
class AsseticController
{

View File

@ -22,7 +22,7 @@ use Symfony\Component\HttpKernel\DependencyInjection\Extension;
/**
* Semantic asset configuration.
*
* @author Kris Wallsmith <kris.wallsmith@symfony.com>
* @author Kris Wallsmith <kris@symfony.com>
*/
class AsseticExtension extends Extension
{

View File

@ -18,7 +18,7 @@ use Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface;
/**
* Adds services tagged as workers to the asset factory.
*
* @author Kris Wallsmith <kris.wallsmith@symfony.com>
* @author Kris Wallsmith <kris@symfony.com>
*/
class AssetFactoryPass implements CompilerPassInterface
{

View File

@ -18,7 +18,7 @@ use Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface;
/**
* Adds services tagged as assets to the asset manager.
*
* @author Kris Wallsmith <kris.wallsmith@symfony.com>
* @author Kris Wallsmith <kris@symfony.com>
*/
class AssetManagerPass implements CompilerPassInterface
{

View File

@ -17,7 +17,7 @@ use Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface;
/**
* Tags either the closure JAR or API filter for the filter manager.
*
* @author Kris Wallsmith <kris.wallsmith@symfony.com>
* @author Kris Wallsmith <kris@symfony.com>
*/
class CheckClosureFilterPass implements CompilerPassInterface
{

View File

@ -17,7 +17,7 @@ use Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface;
/**
* Checks that the location of the YUI JAR has been configured.
*
* @author Kris Wallsmith <kris.wallsmith@symfony.com>
* @author Kris Wallsmith <kris@symfony.com>
*/
class CheckYuiFilterPass implements CompilerPassInterface
{

View File

@ -18,7 +18,7 @@ use Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface;
/**
* Adds services tagged as filters to the filter manager.
*
* @author Kris Wallsmith <kris.wallsmith@symfony.com>
* @author Kris Wallsmith <kris@symfony.com>
*/
class FilterManagerPass implements CompilerPassInterface
{

View File

@ -17,7 +17,7 @@ use Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface;
/**
* This pass removes services associated with unused templating engines.
*
* @author Kris Wallsmith <kris.wallsmith@symfony.com>
* @author Kris Wallsmith <kris@symfony.com>
*/
class TemplatingPass implements CompilerPassInterface
{

View File

@ -17,7 +17,7 @@ use Symfony\Component\HttpKernel\KernelInterface;
/**
* Loads asset formulae from the filesystem.
*
* @author Kris Wallsmith <kris.wallsmith@symfony.com>
* @author Kris Wallsmith <kris@symfony.com>
*/
class AssetFactory extends BaseAssetFactory
{

View File

@ -16,7 +16,7 @@ use Assetic\Factory\Loader\BasePhpFormulaLoader;
/**
* Loads formulae from Symfony2 PHP templates.
*
* @author Kris Wallsmith <kris.wallsmith@symfony.com>
* @author Kris Wallsmith <kris@symfony.com>
*/
class AsseticHelperFormulaLoader extends BasePhpFormulaLoader
{

View File

@ -17,7 +17,7 @@ use Symfony\Component\Templating\Loader\LoaderInterface;
/**
* A directory resource that creates Symfony2 templating resources.
*
* @author Kris Wallsmith <kris.wallsmith@symfony.com>
* @author Kris Wallsmith <kris@symfony.com>
*/
class DirectoryResource extends BaseDirectoryResource
{

View File

@ -18,7 +18,7 @@ use Symfony\Component\Templating\Loader\LoaderInterface;
/**
* A file resource.
*
* @author Kris Wallsmith <kris.wallsmith@symfony.com>
* @author Kris Wallsmith <kris@symfony.com>
*/
class FileResource implements ResourceInterface
{

View File

@ -17,7 +17,7 @@ use Symfony\Component\DependencyInjection\ContainerInterface;
/**
* Lazy filter manager.
*
* @author Kris Wallsmith <kris.wallsmith@symfony.com>
* @author Kris Wallsmith <kris@symfony.com>
*/
class FilterManager extends BaseFilterManager
{

View File

@ -16,7 +16,7 @@ use Symfony\Component\HttpKernel\Event\GetResponseEvent;
/**
* Adds a few formats to each request.
*
* @author Kris Wallsmith <kris.wallsmith@symfony.com>
* @author Kris Wallsmith <kris@symfony.com>
*/
class RequestListener
{

View File

@ -33,7 +33,7 @@ use Symfony\Component\Routing\RouteCollection;
* In a production environment you should use the `assetic:dump` command to
* create static asset files.
*
* @author Kris Wallsmith <kris.wallsmith@symfony.com>
* @author Kris Wallsmith <kris@symfony.com>
*/
class AsseticLoader extends Loader
{

View File

@ -18,7 +18,7 @@ use Symfony\Component\Templating\Helper\Helper;
/**
* The "assetic" templating helper.
*
* @author Kris Wallsmith <kris.wallsmith@symfony.com>
* @author Kris Wallsmith <kris@symfony.com>
*/
abstract class AsseticHelper extends Helper
{

View File

@ -18,7 +18,7 @@ use Symfony\Bundle\FrameworkBundle\Templating\Helper\RouterHelper;
/**
* The dynamic "assetic" templating helper.
*
* @author Kris Wallsmith <kris.wallsmith@symfony.com>
* @author Kris Wallsmith <kris@symfony.com>
*/
class DynamicAsseticHelper extends AsseticHelper
{

View File

@ -18,7 +18,7 @@ use Symfony\Component\Templating\Helper\AssetsHelper;
/**
* The static "assetic" templating helper.
*
* @author Kris Wallsmith <kris.wallsmith@symfony.com>
* @author Kris Wallsmith <kris@symfony.com>
*/
class StaticAsseticHelper extends AsseticHelper
{

View File

@ -34,7 +34,7 @@ use Symfony\Component\Validator\ConstraintValidatorFactoryInterface;
* return 'some_alias';
* }
*
* @author Kris Wallsmith <kris.wallsmith@symfony.com>
* @author Kris Wallsmith <kris@symfony.com>
*/
class ConstraintValidatorFactory implements ConstraintValidatorFactoryInterface
{

View File

@ -56,7 +56,7 @@ namespace Symfony\Component\ClassLoader;
* found before giving up.
*
* @author Fabien Potencier <fabien@symfony.com>
* @author Kris Wallsmith <kris.wallsmith@symfony.com>
* @author Kris Wallsmith <kris@symfony.com>
*
* @api
*/