Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

fix(phpdoc) remove version tag #313

Merged
merged 1 commit into from
Jan 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 0 additions & 2 deletions lib/action/sfAction.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
* @author Sean Kerr <sean@code-box.org>
*
* @version SVN: $Id$
*
* @method sfWebController getController()
* @method sfWebResponse getResponse()
*/
Expand Down
2 changes: 0 additions & 2 deletions lib/action/sfActionStack.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
*
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
* @author Sean Kerr <sean@code-box.org>
*
* @version SVN: $Id$
*/
class sfActionStack
{
Expand Down
2 changes: 0 additions & 2 deletions lib/action/sfActionStackEntry.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
*
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
* @author Sean Kerr <sean@code-box.org>
*
* @version SVN: $Id$
*/
class sfActionStackEntry
{
Expand Down
2 changes: 0 additions & 2 deletions lib/action/sfActions.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
*
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
* @author Sean Kerr <sean@code-box.org>
*
* @version SVN: $Id$
*/
abstract class sfActions extends sfAction
{
Expand Down
2 changes: 0 additions & 2 deletions lib/action/sfComponent.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
* sfComponent.
*
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
*
* @version SVN: $Id$
*/
abstract class sfComponent
{
Expand Down
2 changes: 0 additions & 2 deletions lib/action/sfComponents.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
* sfComponents.
*
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
*
* @version SVN: $Id$
*/
abstract class sfComponents extends sfComponent
{
Expand Down
2 changes: 0 additions & 2 deletions lib/addon/sfData.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
* as default implementations.
*
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
*
* @version SVN: $Id$
*/
abstract class sfData
{
Expand Down
2 changes: 0 additions & 2 deletions lib/addon/sfPager.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
* sfPager class.
*
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
*
* @version SVN: $Id$
*/
abstract class sfPager implements Iterator, Countable
{
Expand Down
2 changes: 0 additions & 2 deletions lib/autoload/sfAutoload.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
* of the same class (why?).
*
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
*
* @version SVN: $Id$
*/
class sfAutoload
{
Expand Down
2 changes: 0 additions & 2 deletions lib/autoload/sfAutoloadAgain.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
* Autoload again for dev environments.
*
* @author Kris Wallsmith <kris.wallsmith@symfony-project.com>
*
* @version SVN: $Id$
*/
class sfAutoloadAgain
{
Expand Down
2 changes: 0 additions & 2 deletions lib/autoload/sfCoreAutoload.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@
* of the same class (why?).
*
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
*
* @version SVN: $Id: sfCoreAutoload.class.php 32415 2011-03-30 16:09:00Z Kris.Wallsmith
*/
class sfCoreAutoload
{
Expand Down
2 changes: 0 additions & 2 deletions lib/autoload/sfSimpleAutoload.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
* of the same class (why?).
*
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
*
* @version SVN: $Id$
*/
class sfSimpleAutoload
{
Expand Down
2 changes: 0 additions & 2 deletions lib/cache/sfAPCCache.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
* Cache class that stores cached content in APC.
*
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
*
* @version SVN: $Id$
*/
class sfAPCCache extends sfCache
{
Expand Down
2 changes: 0 additions & 2 deletions lib/cache/sfAPCuCache.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
*
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
* @author Paulo M
*
* @version SVN: $Id$
*/
class sfAPCuCache extends sfCache
{
Expand Down
2 changes: 0 additions & 2 deletions lib/cache/sfCache.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
* sfCache is an abstract class for all cache classes in symfony.
*
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
*
* @version SVN: $Id$
*/
abstract class sfCache
{
Expand Down
2 changes: 0 additions & 2 deletions lib/cache/sfEAcceleratorCache.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
* Cache class that stores cached content in EAccelerator.
*
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
*
* @version SVN: $Id$
*/
class sfEAcceleratorCache extends sfCache
{
Expand Down
2 changes: 0 additions & 2 deletions lib/cache/sfFileCache.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
* Cache class that stores content in files.
*
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
*
* @version SVN: $Id$
*/
class sfFileCache extends sfCache
{
Expand Down
2 changes: 0 additions & 2 deletions lib/cache/sfFunctionCache.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
* This class can be used to cache the result and output of any PHP callable (function and method calls).
*
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
*
* @version SVN: $Id$
*/
class sfFunctionCache
{
Expand Down
2 changes: 0 additions & 2 deletions lib/cache/sfMemcacheCache.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
* Cache class that stores cached content in memcache.
*
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
*
* @version SVN: $Id$
*/
class sfMemcacheCache extends sfCache
{
Expand Down
2 changes: 0 additions & 2 deletions lib/cache/sfNoCache.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
* Cache class that does nothing.
*
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
*
* @version SVN: $Id$
*/
class sfNoCache extends sfCache
{
Expand Down
2 changes: 0 additions & 2 deletions lib/cache/sfSQLiteCache.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
* Cache class that stores cached content in a SQLite database.
*
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
*
* @version SVN: $Id$
*/
class sfSQLiteCache extends sfCache
{
Expand Down
2 changes: 0 additions & 2 deletions lib/cache/sfXCacheCache.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
* Cache class that stores cached content in XCache.
*
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
*
* @version SVN: $Id$
*/
class sfXCacheCache extends sfCache
{
Expand Down
2 changes: 0 additions & 2 deletions lib/command/sfAnsiColorFormatter.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
* sfAnsiColorFormatter provides methods to colorize text to be displayed on a console.
*
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
*
* @version SVN: $Id$
*/
class sfAnsiColorFormatter extends sfFormatter
{
Expand Down
2 changes: 0 additions & 2 deletions lib/command/sfCommandApplication.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
* sfCommandApplication manages the lifecycle of a CLI application.
*
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
*
* @version SVN: $Id$
*/
abstract class sfCommandApplication
{
Expand Down
2 changes: 0 additions & 2 deletions lib/command/sfCommandArgument.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
* Represents a command line argument.
*
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
*
* @version SVN: $Id$
*/
class sfCommandArgument
{
Expand Down
2 changes: 0 additions & 2 deletions lib/command/sfCommandArgumentSet.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
* Represent a set of command line arguments.
*
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
*
* @version SVN: $Id$
*/
class sfCommandArgumentSet
{
Expand Down
2 changes: 0 additions & 2 deletions lib/command/sfCommandArgumentsException.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
* sfCommandException is thrown when an error occurs in a task.
*
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
*
* @version SVN: $Id$
*/
class sfCommandArgumentsException extends sfCommandException
{
Expand Down
2 changes: 0 additions & 2 deletions lib/command/sfCommandException.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
* sfCommandException is thrown when an error occurs in a task.
*
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
*
* @version SVN: $Id$
*/
class sfCommandException extends sfException
{
Expand Down
2 changes: 0 additions & 2 deletions lib/command/sfCommandLogger.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@

/**
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
*
* @version SVN: $Id$
*/
class sfCommandLogger extends sfConsoleLogger
{
Expand Down
2 changes: 0 additions & 2 deletions lib/command/sfCommandManager.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
* Class to manage command line arguments and options.
*
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
*
* @version SVN: $Id$
*/
class sfCommandManager
{
Expand Down
2 changes: 0 additions & 2 deletions lib/command/sfCommandOption.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
* Represents a command line option.
*
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
*
* @version SVN: $Id$
*/
class sfCommandOption
{
Expand Down
2 changes: 0 additions & 2 deletions lib/command/sfCommandOptionSet.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
* Represent a set of command line options.
*
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
*
* @version SVN: $Id$
*/
class sfCommandOptionSet
{
Expand Down
2 changes: 0 additions & 2 deletions lib/command/sfFormatter.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
* sfFormatter provides methods to format text to be displayed on a console.
*
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
*
* @version SVN: $Id$
*/
class sfFormatter
{
Expand Down
2 changes: 0 additions & 2 deletions lib/command/sfSymfonyCommandApplication.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
* sfSymfonyCommandApplication manages the symfony CLI.
*
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
*
* @version SVN: $Id$
*/
class sfSymfonyCommandApplication extends sfCommandApplication
{
Expand Down
2 changes: 0 additions & 2 deletions lib/config/sfApplicationConfiguration.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
* sfConfiguration represents a configuration for a symfony application.
*
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
*
* @version SVN: $Id$
*/
abstract class sfApplicationConfiguration extends ProjectConfiguration
{
Expand Down
2 changes: 0 additions & 2 deletions lib/config/sfAutoloadConfigHandler.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
/**
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
* @author Sean Kerr <sean@code-box.org>
*
* @version SVN: $Id$
*/
class sfAutoloadConfigHandler extends sfYamlConfigHandler
{
Expand Down
2 changes: 0 additions & 2 deletions lib/config/sfCacheConfigHandler.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
* sfCacheConfigHandler allows you to configure cache.
*
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
*
* @version SVN: $Id$
*/
class sfCacheConfigHandler extends sfYamlConfigHandler
{
Expand Down
2 changes: 0 additions & 2 deletions lib/config/sfCompileConfigHandler.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
*
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
* @author Sean Kerr <sean@code-box.org>
*
* @version SVN: $Id$
*/
class sfCompileConfigHandler extends sfYamlConfigHandler
{
Expand Down
2 changes: 0 additions & 2 deletions lib/config/sfConfig.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
* sfConfig stores all configuration information for a symfony application.
*
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
*
* @version SVN: $Id$
*/
class sfConfig
{
Expand Down
2 changes: 0 additions & 2 deletions lib/config/sfConfigCache.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
*
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
* @author Sean Kerr <sean@code-box.org>
*
* @version SVN: $Id$
*/
class sfConfigCache
{
Expand Down
2 changes: 0 additions & 2 deletions lib/config/sfConfigHandler.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
*
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
* @author Sean Kerr <sean@code-box.org>
*
* @version SVN: $Id$
*/
abstract class sfConfigHandler
{
Expand Down
2 changes: 0 additions & 2 deletions lib/config/sfDatabaseConfigHandler.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
*
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
* @author Sean Kerr <sean@code-box.org>
*
* @version SVN: $Id$
*/
class sfDatabaseConfigHandler extends sfYamlConfigHandler
{
Expand Down
2 changes: 0 additions & 2 deletions lib/config/sfDefineEnvironmentConfigHandler.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@

/**
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
*
* @version SVN: $Id$
*/
class sfDefineEnvironmentConfigHandler extends sfYamlConfigHandler
{
Expand Down
2 changes: 0 additions & 2 deletions lib/config/sfFactoryConfigHandler.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
*
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
* @author Sean Kerr <sean@code-box.org>
*
* @version SVN: $Id$
*/
class sfFactoryConfigHandler extends sfYamlConfigHandler
{
Expand Down
Loading