From 14c9941d9689c7ab5aed3bda6073c39fa70c8aea Mon Sep 17 00:00:00 2001 From: Abdul Malik Ikhsan Date: Tue, 4 Dec 2012 14:04:48 +0700 Subject: [PATCH] fix typo "broker" should be "manager" --- src/FilterChain.php | 2 +- src/Inflector.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/FilterChain.php b/src/FilterChain.php index 857bb6cf..a0dae71d 100644 --- a/src/FilterChain.php +++ b/src/FilterChain.php @@ -162,7 +162,7 @@ public function attach($callback, $priority = self::DEFAULT_PRIORITY) /** * Attach a filter to the chain using a short name * - * Retrieves the filter from the attached plugin broker, and then calls attach() + * Retrieves the filter from the attached plugin manager, and then calls attach() * with the retrieved instance. * * @param string $name diff --git a/src/Inflector.php b/src/Inflector.php index 7ddb499e..55bb98cd 100644 --- a/src/Inflector.php +++ b/src/Inflector.php @@ -83,7 +83,7 @@ public function __construct($options = null) } /** - * Retrieve plugin broker + * Retrieve plugin manager * * @return FilterPluginManager */