Skip to content

Commit

Permalink
refs matomo-org#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 9281714 commit 0e756f1
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion core/DataTable/Filter/Truncate.php
Expand Up @@ -19,7 +19,7 @@
* Truncates a DataTable by merging all rows after a certain index into a new summary
* row, unless the count of rows is less than the index.
*
* The {@link ReplaceSummaryRow} filter will be queued after the table is truncated.
* The {@link ReplaceSummaryRowLabel} filter will be queued after the table is truncated.
*
* ### Examples
*
Expand Down
2 changes: 1 addition & 1 deletion core/Plugin/Controller.php
Expand Up @@ -41,7 +41,7 @@
* Base class of all plugin Controllers.
*
* Plugins that wish to add display HTML should create a Controller that either
* extends from this class or from {@link Piwik\Plugin\ControllerAdmin}. Every public method in
* extends from this class or from {@link ControllerAdmin}. Every public method in
* the controller will be exposed as a controller action.
*
* Learn more about Piwik's MVC system [here](#).
Expand Down
4 changes: 2 additions & 2 deletions core/Settings/Setting.php
Expand Up @@ -58,7 +58,7 @@ abstract class Setting
* The setting value will be validated if this field is set. If the value is not one of the
* available values, an error will be triggered.
*
* _Note: If a custom validator is supplied (see {@link validate()}), the setting value will
* _Note: If a custom validator is supplied (see {@link $validate}), the setting value will
* not be validated._
*
* @var null|array
Expand Down Expand Up @@ -114,7 +114,7 @@ abstract class Setting
* A closure that transforms the setting value. If supplied, this closure will be executed after
* the setting has been validated.
*
* _Note: If a transform is supplied, the setting's {@link type()} has no effect. This means the
* _Note: If a transform is supplied, the setting's {@link $type} has no effect. This means the
* transformation function will be responsible for casting the setting value to the appropriate
* data type._
*
Expand Down
2 changes: 1 addition & 1 deletion core/WidgetsList.php
Expand Up @@ -13,7 +13,7 @@
/**
* Manages the global list of reports that can be displayed as dashboard widgets.
*
* Reports are added as dashboard widgets through the {@link addWidgets}
* Reports are added as dashboard widgets through the {@hook WidgetsList.addWidgets}
* event. Plugins should call {@link add()} in event observers for this event.
*
* @package PluginsFunctions
Expand Down

0 comments on commit 0e756f1

Please sign in to comment.