File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -619,8 +619,8 @@ public function getConfigPaths($configPath)
619619 /**
620620 * Loads helpers.
621621 *
622- * @param array $helpers An array of helpers to load
623- * @param string $moduleName A module name (optional)
622+ * @param array|string $helpers An array of helpers to load
623+ * @param string $moduleName A module name (optional)
624624 */
625625 public function loadHelpers ($ helpers , $ moduleName = '' )
626626 {
Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments