mirror of
https://github.com/getgrav/grav.git
synced 2026-03-05 20:11:50 +01:00
Changed "mergeConfig" head to match previous method signature
This commit is contained in:
@@ -138,14 +138,13 @@ class Plugin implements EventSubscriberInterface
|
||||
*
|
||||
* @param Page $page The page to merge the configurations with the
|
||||
* plugin settings.
|
||||
* @param bool $deep Should you use deep or shallow merging
|
||||
* @param array $params Array of additional configuration options to
|
||||
* merge with the plugin settings.
|
||||
*
|
||||
* @param bool $deep Should you use deep or shallow merging
|
||||
*
|
||||
* @return \Grav\Common\Data\Data
|
||||
*/
|
||||
protected function mergeConfig(Page $page, $params = [], $deep = false)
|
||||
protected function mergeConfig(Page $page, $deep = false, $params = [])
|
||||
{
|
||||
$class_name = $this->name;
|
||||
$class_name_merged = $class_name . '.merged';
|
||||
|
||||
Reference in New Issue
Block a user