Skip to content
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.

Commit

Permalink
Merge branch 'hotfix/3156'
Browse files Browse the repository at this point in the history
  • Loading branch information
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/FilterChain.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/Inflector.php
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ public function __construct($options = null)
}

/**
* Retrieve plugin broker
* Retrieve plugin manager
*
* @return FilterPluginManager
*/
Expand Down

0 comments on commit 9623b87

Please sign in to comment.