Skip to content

Commit dcaa54f

Browse files
committed
[php-doc-fixes] php doc fix: the active ProjectConfiguration is always a sfApplicationConfiguration
1 parent 9dce79c commit dcaa54f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/config/sfProjectConfiguration.class.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class sfProjectConfiguration
3535
/** @var bool */
3636
protected $pluginsLoaded = false;
3737

38-
/** @var sfApplicationConfiguration|sfProjectConfiguration */
38+
/** @var sfApplicationConfiguration */
3939
static protected $active = null;
4040

4141
/**
@@ -558,7 +558,7 @@ public function getSymfonyLibDir()
558558
/**
559559
* Returns the active configuration.
560560
*
561-
* @return sfProjectConfiguration The current sfProjectConfiguration instance
561+
* @return sfApplicationConfiguration The current sfProjectConfiguration instance
562562
*/
563563
static public function getActive()
564564
{

0 commit comments

Comments
 (0)