Skip to content

Commit 8f15d24

Browse files
authored
Merge pull request #176 from amboss-mededu/php-doc-fixes
Php doc fixes
2 parents 9dce79c + eb5db26 commit 8f15d24

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

lib/config/sfApplicationConfiguration.class.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
{

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)