fix typos in some docstrings
This commit is contained in:
parent
88f94709d1
commit
7b44e19569
2 changed files with 4 additions and 4 deletions
|
@ -107,7 +107,7 @@
|
|||
* @throws \nre\exceptions\ControllerNotFoundException
|
||||
* @param string $agentName Name of the Agent to instantiate
|
||||
* @param Request $request Current request
|
||||
* @param Response $respone Current respone
|
||||
* @param Response $response Current respone
|
||||
* @param Logger $log Log-system
|
||||
*/
|
||||
public static function factory($agentName, Request $request, Response $response, Logger $log=null)
|
||||
|
@ -165,7 +165,7 @@
|
|||
* @throws \nre\exceptions\ControllerNotValidException
|
||||
* @throws \nre\exceptions\ControllerNotFoundException
|
||||
* @param Request $request Current request
|
||||
* @param Response $respone Current response
|
||||
* @param Response $response Current response
|
||||
* @param Logger $log Log-system
|
||||
*/
|
||||
protected function __construct(Request $request, Response $response, Logger $log=null)
|
||||
|
@ -502,7 +502,7 @@
|
|||
*
|
||||
* @param array $subAgent Original (Sub-) Agent
|
||||
* @param Request $request Current request
|
||||
* @param Excepiton $exception Occurred exception
|
||||
* @param Exception $exception Occurred exception
|
||||
* @return array InlineError-SubAgent
|
||||
*/
|
||||
private function errorInline($subAgent, $request, $exception)
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
* Load a class.
|
||||
*
|
||||
* @throws \nre\exceptions\ClassNotFoundException
|
||||
* @param string $className Name of the class to load
|
||||
* @param string $fullClassName Name of the class to load
|
||||
*/
|
||||
public static function load($fullClassName)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue