Skip to content

Commit eb5db26

Browse files
committed
[php-doc-fixes] php doc fix: you can load a single Helper with its name
1 parent dcaa54f commit eb5db26

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
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
{

0 commit comments

Comments
 (0)