PHPDoc fixes

This commit is contained in:
Phill Sparks
2012-02-04 21:30:52 +00:00
parent f3be544b1a
commit 62072e5281
36 changed files with 74 additions and 56 deletions

View File

@@ -27,8 +27,7 @@ class Bundle {
* Register a bundle for the application.
*
* @param string $bundle
* @param string $location
* @param string $handles
* @param mixed $config Array of 'location', 'handles' and 'auto'; or string of location.
* @return void
*/
public static function register($bundle, $config = array())
@@ -111,7 +110,7 @@ class Bundle {
*
* If no bundle is assigned to handle the URI, the default bundle is returned.
*
* @param string $bundle
* @param string $uri
* @return string
*/
public static function handles($uri)