Browse Source

Fix a docblock in the controller class.

Taylor Otwell 13 years ago
parent
commit
958efea5bd
1 changed files with 2 additions and 2 deletions
  1. 2 2
      laravel/routing/controller.php

+ 2 - 2
laravel/routing/controller.php

@@ -64,7 +64,7 @@ abstract class Controller {
 	/**
 	 * Resolve a controller name to a controller instance.
 	 *
-	 * @param  Container   $container
+	 * @param  string      $container
 	 * @param  string      $controller
 	 * @return Controller
 	 */
@@ -251,4 +251,4 @@ abstract class Controller {
 		throw new \OutOfBoundsException("Attempting to access undefined property [$key] on controller.");
 	}
 
-}
+}