Skip to content

Commit

Permalink
refs #4244 fix some links
Browse files Browse the repository at this point in the history
  • Loading branch information
tsteur committed Dec 3, 2013
1 parent 0e756f1 commit 7f147e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/Plugin/Settings.php
Expand Up @@ -189,8 +189,8 @@ public function getSettingValue(Setting $setting)
* Sets (overwrites) the value of a setting in memory. To persist the change, {@link save()} must be
* called afterwards, otherwise the change has no effect.
*
* Before the setting is changed, the {@link Piwik\Settings\Setting::validate()} and
* {@link Piwik\Settings\Setting::transform()} closures will be invoked (if defined). If there is no validation
* Before the setting is changed, the {@link Piwik\Settings\Setting::$validate} and
* {@link Piwik\Settings\Setting::$transform} closures will be invoked (if defined). If there is no validation
* filter, the setting value will be casted to the appropriate data type.
*
* @param Setting $setting
Expand Down

0 comments on commit 7f147e1

Please sign in to comment.