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 <[email protected]>
1616
* @author Sean Kerr <[email protected]>
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 <[email protected]>
1717
* @author Sean Kerr <[email protected]>
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 <[email protected]>
1616
* @author Sean Kerr <[email protected]>
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 <[email protected]>
1616
* @author Sean Kerr <[email protected]>
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 <[email protected]>
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 <[email protected]>
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 <[email protected]>
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 <[email protected]>
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 <[email protected]>
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 <[email protected]>
15-
*
16-
* @version SVN: $Id$
1715
*/
1816
class sfAutoloadAgain
1917
{

0 commit comments

Comments
 (0)