Skip to content

Commit 6354fd3

Browse files
connorhuthePanz
authored andcommitted
fix(phpdoc) remove version tag
1 parent e6e9f94 commit 6354fd3

File tree

486 files changed

+2
-955
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

486 files changed

+2
-955
lines changed

lib/action/sfAction.class.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@
1515
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
1616
* @author Sean Kerr <sean@code-box.org>
1717
*
18-
* @version SVN: $Id$
19-
*
2018
* @method sfWebController getController()
2119
* @method sfWebResponse getResponse()
2220
*/

lib/action/sfActionStack.class.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@
1515
*
1616
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
1717
* @author Sean Kerr <sean@code-box.org>
18-
*
19-
* @version SVN: $Id$
2018
*/
2119
class sfActionStack
2220
{

lib/action/sfActionStackEntry.class.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@
1414
*
1515
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
1616
* @author Sean Kerr <sean@code-box.org>
17-
*
18-
* @version SVN: $Id$
1917
*/
2018
class sfActionStackEntry
2119
{

lib/action/sfActions.class.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@
1414
*
1515
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
1616
* @author Sean Kerr <sean@code-box.org>
17-
*
18-
* @version SVN: $Id$
1917
*/
2018
abstract class sfActions extends sfAction
2119
{

lib/action/sfComponent.class.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212
* sfComponent.
1313
*
1414
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
15-
*
16-
* @version SVN: $Id$
1715
*/
1816
abstract class sfComponent
1917
{

lib/action/sfComponents.class.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212
* sfComponents.
1313
*
1414
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
15-
*
16-
* @version SVN: $Id$
1715
*/
1816
abstract class sfComponents extends sfComponent
1917
{

lib/addon/sfData.class.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@
1313
* as default implementations.
1414
*
1515
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
16-
*
17-
* @version SVN: $Id$
1816
*/
1917
abstract class sfData
2018
{

lib/addon/sfPager.class.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212
* sfPager class.
1313
*
1414
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
15-
*
16-
* @version SVN: $Id$
1715
*/
1816
abstract class sfPager implements Iterator, Countable
1917
{

lib/autoload/sfAutoload.class.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@
1515
* of the same class (why?).
1616
*
1717
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
18-
*
19-
* @version SVN: $Id$
2018
*/
2119
class sfAutoload
2220
{

lib/autoload/sfAutoloadAgain.class.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212
* Autoload again for dev environments.
1313
*
1414
* @author Kris Wallsmith <kris.wallsmith@symfony-project.com>
15-
*
16-
* @version SVN: $Id$
1715
*/
1816
class sfAutoloadAgain
1917
{

lib/autoload/sfCoreAutoload.class.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@
1818
* of the same class (why?).
1919
*
2020
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
21-
*
22-
* @version SVN: $Id: sfCoreAutoload.class.php 32415 2011-03-30 16:09:00Z Kris.Wallsmith
2321
*/
2422
class sfCoreAutoload
2523
{

lib/autoload/sfSimpleAutoload.class.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@
1515
* of the same class (why?).
1616
*
1717
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
18-
*
19-
* @version SVN: $Id$
2018
*/
2119
class sfSimpleAutoload
2220
{

lib/cache/sfAPCCache.class.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212
* Cache class that stores cached content in APC.
1313
*
1414
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
15-
*
16-
* @version SVN: $Id$
1715
*/
1816
class sfAPCCache extends sfCache
1917
{

lib/cache/sfAPCuCache.class.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@
1313
*
1414
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
1515
* @author Paulo M
16-
*
17-
* @version SVN: $Id$
1816
*/
1917
class sfAPCuCache extends sfCache
2018
{

lib/cache/sfCache.class.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212
* sfCache is an abstract class for all cache classes in symfony.
1313
*
1414
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
15-
*
16-
* @version SVN: $Id$
1715
*/
1816
abstract class sfCache
1917
{

lib/cache/sfEAcceleratorCache.class.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212
* Cache class that stores cached content in EAccelerator.
1313
*
1414
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
15-
*
16-
* @version SVN: $Id$
1715
*/
1816
class sfEAcceleratorCache extends sfCache
1917
{

lib/cache/sfFileCache.class.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212
* Cache class that stores content in files.
1313
*
1414
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
15-
*
16-
* @version SVN: $Id$
1715
*/
1816
class sfFileCache extends sfCache
1917
{

lib/cache/sfFunctionCache.class.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212
* This class can be used to cache the result and output of any PHP callable (function and method calls).
1313
*
1414
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
15-
*
16-
* @version SVN: $Id$
1715
*/
1816
class sfFunctionCache
1917
{

lib/cache/sfMemcacheCache.class.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212
* Cache class that stores cached content in memcache.
1313
*
1414
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
15-
*
16-
* @version SVN: $Id$
1715
*/
1816
class sfMemcacheCache extends sfCache
1917
{

lib/cache/sfNoCache.class.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212
* Cache class that does nothing.
1313
*
1414
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
15-
*
16-
* @version SVN: $Id$
1715
*/
1816
class sfNoCache extends sfCache
1917
{

lib/cache/sfSQLiteCache.class.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212
* Cache class that stores cached content in a SQLite database.
1313
*
1414
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
15-
*
16-
* @version SVN: $Id$
1715
*/
1816
class sfSQLiteCache extends sfCache
1917
{

lib/cache/sfXCacheCache.class.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212
* Cache class that stores cached content in XCache.
1313
*
1414
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
15-
*
16-
* @version SVN: $Id$
1715
*/
1816
class sfXCacheCache extends sfCache
1917
{

lib/command/sfAnsiColorFormatter.class.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212
* sfAnsiColorFormatter provides methods to colorize text to be displayed on a console.
1313
*
1414
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
15-
*
16-
* @version SVN: $Id$
1715
*/
1816
class sfAnsiColorFormatter extends sfFormatter
1917
{

lib/command/sfCommandApplication.class.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212
* sfCommandApplication manages the lifecycle of a CLI application.
1313
*
1414
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
15-
*
16-
* @version SVN: $Id$
1715
*/
1816
abstract class sfCommandApplication
1917
{

lib/command/sfCommandArgument.class.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212
* Represents a command line argument.
1313
*
1414
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
15-
*
16-
* @version SVN: $Id$
1715
*/
1816
class sfCommandArgument
1917
{

lib/command/sfCommandArgumentSet.class.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212
* Represent a set of command line arguments.
1313
*
1414
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
15-
*
16-
* @version SVN: $Id$
1715
*/
1816
class sfCommandArgumentSet
1917
{

lib/command/sfCommandArgumentsException.class.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212
* sfCommandException is thrown when an error occurs in a task.
1313
*
1414
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
15-
*
16-
* @version SVN: $Id$
1715
*/
1816
class sfCommandArgumentsException extends sfCommandException
1917
{

lib/command/sfCommandException.class.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212
* sfCommandException is thrown when an error occurs in a task.
1313
*
1414
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
15-
*
16-
* @version SVN: $Id$
1715
*/
1816
class sfCommandException extends sfException
1917
{

lib/command/sfCommandLogger.class.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@
1010

1111
/**
1212
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
13-
*
14-
* @version SVN: $Id$
1513
*/
1614
class sfCommandLogger extends sfConsoleLogger
1715
{

lib/command/sfCommandManager.class.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212
* Class to manage command line arguments and options.
1313
*
1414
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
15-
*
16-
* @version SVN: $Id$
1715
*/
1816
class sfCommandManager
1917
{

lib/command/sfCommandOption.class.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212
* Represents a command line option.
1313
*
1414
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
15-
*
16-
* @version SVN: $Id$
1715
*/
1816
class sfCommandOption
1917
{

lib/command/sfCommandOptionSet.class.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212
* Represent a set of command line options.
1313
*
1414
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
15-
*
16-
* @version SVN: $Id$
1715
*/
1816
class sfCommandOptionSet
1917
{

lib/command/sfFormatter.class.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212
* sfFormatter provides methods to format text to be displayed on a console.
1313
*
1414
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
15-
*
16-
* @version SVN: $Id$
1715
*/
1816
class sfFormatter
1917
{

lib/command/sfSymfonyCommandApplication.class.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212
* sfSymfonyCommandApplication manages the symfony CLI.
1313
*
1414
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
15-
*
16-
* @version SVN: $Id$
1715
*/
1816
class sfSymfonyCommandApplication extends sfCommandApplication
1917
{

lib/config/sfApplicationConfiguration.class.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212
* sfConfiguration represents a configuration for a symfony application.
1313
*
1414
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
15-
*
16-
* @version SVN: $Id$
1715
*/
1816
abstract class sfApplicationConfiguration extends ProjectConfiguration
1917
{

lib/config/sfAutoloadConfigHandler.class.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212
/**
1313
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
1414
* @author Sean Kerr <sean@code-box.org>
15-
*
16-
* @version SVN: $Id$
1715
*/
1816
class sfAutoloadConfigHandler extends sfYamlConfigHandler
1917
{

lib/config/sfCacheConfigHandler.class.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212
* sfCacheConfigHandler allows you to configure cache.
1313
*
1414
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
15-
*
16-
* @version SVN: $Id$
1715
*/
1816
class sfCacheConfigHandler extends sfYamlConfigHandler
1917
{

lib/config/sfCompileConfigHandler.class.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@
1515
*
1616
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
1717
* @author Sean Kerr <sean@code-box.org>
18-
*
19-
* @version SVN: $Id$
2018
*/
2119
class sfCompileConfigHandler extends sfYamlConfigHandler
2220
{

lib/config/sfConfig.class.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212
* sfConfig stores all configuration information for a symfony application.
1313
*
1414
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
15-
*
16-
* @version SVN: $Id$
1715
*/
1816
class sfConfig
1917
{

lib/config/sfConfigCache.class.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616
*
1717
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
1818
* @author Sean Kerr <sean@code-box.org>
19-
*
20-
* @version SVN: $Id$
2119
*/
2220
class sfConfigCache
2321
{

lib/config/sfConfigHandler.class.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616
*
1717
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
1818
* @author Sean Kerr <sean@code-box.org>
19-
*
20-
* @version SVN: $Id$
2119
*/
2220
abstract class sfConfigHandler
2321
{

lib/config/sfDatabaseConfigHandler.class.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616
*
1717
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
1818
* @author Sean Kerr <sean@code-box.org>
19-
*
20-
* @version SVN: $Id$
2119
*/
2220
class sfDatabaseConfigHandler extends sfYamlConfigHandler
2321
{

lib/config/sfDefineEnvironmentConfigHandler.class.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@
1010

1111
/**
1212
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
13-
*
14-
* @version SVN: $Id$
1513
*/
1614
class sfDefineEnvironmentConfigHandler extends sfYamlConfigHandler
1715
{

lib/config/sfFactoryConfigHandler.class.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@
1515
*
1616
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
1717
* @author Sean Kerr <sean@code-box.org>
18-
*
19-
* @version SVN: $Id$
2018
*/
2119
class sfFactoryConfigHandler extends sfYamlConfigHandler
2220
{

0 commit comments

Comments
 (0)