We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dce79c commit dcaa54fCopy full SHA for dcaa54f
lib/config/sfProjectConfiguration.class.php
@@ -35,7 +35,7 @@ class sfProjectConfiguration
35
/** @var bool */
36
protected $pluginsLoaded = false;
37
38
- /** @var sfApplicationConfiguration|sfProjectConfiguration */
+ /** @var sfApplicationConfiguration */
39
static protected $active = null;
40
41
/**
@@ -558,7 +558,7 @@ public function getSymfonyLibDir()
558
559
* Returns the active configuration.
560
*
561
- * @return sfProjectConfiguration The current sfProjectConfiguration instance
+ * @return sfApplicationConfiguration The current sfProjectConfiguration instance
562
*/
563
static public function getActive()
564
{
0 commit comments