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 */