{@inheritDoc} -> @inheritDoc

This commit is contained in:
Samuel Georges 2017-03-16 06:26:14 +11:00
parent 18c6bb63a2
commit b841f9e066
33 changed files with 88 additions and 88 deletions

View File

@ -50,7 +50,7 @@ class FormController extends ControllerBehavior
protected $formWidget; protected $formWidget;
/** /**
* {@inheritDoc} * @inheritDoc
*/ */
protected $requiredProperties = ['formConfig']; protected $requiredProperties = ['formConfig'];

View File

@ -26,7 +26,7 @@ class ImportExportController extends ControllerBehavior
{ {
/** /**
* {@inheritDoc} * @inheritDoc
*/ */
protected $requiredProperties = ['importExportConfig']; protected $requiredProperties = ['importExportConfig'];

View File

@ -61,7 +61,7 @@ class RelationController extends ControllerBehavior
protected $pivotWidget; protected $pivotWidget;
/** /**
* {@inheritDoc} * @inheritDoc
*/ */
protected $requiredProperties = ['relationConfig']; protected $requiredProperties = ['relationConfig'];

View File

@ -15,7 +15,7 @@ use Backend\Classes\ControllerBehavior;
class ReorderController extends ControllerBehavior class ReorderController extends ControllerBehavior
{ {
/** /**
* {@inheritDoc} * @inheritDoc
*/ */
protected $requiredProperties = ['reorderConfig']; protected $requiredProperties = ['reorderConfig'];

View File

@ -107,12 +107,12 @@ class CodeEditor extends FormWidgetBase
// //
/** /**
* {@inheritDoc} * @inheritDoc
*/ */
protected $defaultAlias = 'codeeditor'; protected $defaultAlias = 'codeeditor';
/** /**
* {@inheritDoc} * @inheritDoc
*/ */
public function init() public function init()
{ {
@ -144,7 +144,7 @@ class CodeEditor extends FormWidgetBase
} }
/** /**
* {@inheritDoc} * @inheritDoc
*/ */
public function render() public function render()
{ {
@ -183,7 +183,7 @@ class CodeEditor extends FormWidgetBase
} }
/** /**
* {@inheritDoc} * @inheritDoc
*/ */
protected function loadAssets() protected function loadAssets()
{ {

View File

@ -36,12 +36,12 @@ class ColorPicker extends FormWidgetBase
// //
/** /**
* {@inheritDoc} * @inheritDoc
*/ */
protected $defaultAlias = 'colorpicker'; protected $defaultAlias = 'colorpicker';
/** /**
* {@inheritDoc} * @inheritDoc
*/ */
public function init() public function init()
{ {
@ -51,7 +51,7 @@ class ColorPicker extends FormWidgetBase
} }
/** /**
* {@inheritDoc} * @inheritDoc
*/ */
public function render() public function render()
{ {
@ -71,7 +71,7 @@ class ColorPicker extends FormWidgetBase
} }
/** /**
* {@inheritDoc} * @inheritDoc
*/ */
protected function loadAssets() protected function loadAssets()
{ {
@ -82,7 +82,7 @@ class ColorPicker extends FormWidgetBase
} }
/** /**
* {@inheritDoc} * @inheritDoc
*/ */
public function getSaveValue($value) public function getSaveValue($value)
{ {

View File

@ -35,7 +35,7 @@ class DataTable extends FormWidgetBase
// //
/** /**
* {@inheritDoc} * @inheritDoc
*/ */
protected $defaultAlias = 'datatable'; protected $defaultAlias = 'datatable';
@ -45,7 +45,7 @@ class DataTable extends FormWidgetBase
protected $table; protected $table;
/** /**
* {@inheritDoc} * @inheritDoc
*/ */
public function init() public function init()
{ {
@ -67,7 +67,7 @@ class DataTable extends FormWidgetBase
} }
/** /**
* {@inheritDoc} * @inheritDoc
*/ */
public function render() public function render()
{ {
@ -87,7 +87,7 @@ class DataTable extends FormWidgetBase
} }
/** /**
* {@inheritDoc} * @inheritDoc
*/ */
public function getLoadValue() public function getLoadValue()
{ {
@ -103,7 +103,7 @@ class DataTable extends FormWidgetBase
} }
/** /**
* {@inheritDoc} * @inheritDoc
*/ */
public function getSaveValue($value) public function getSaveValue($value)
{ {

View File

@ -51,12 +51,12 @@ class DatePicker extends FormWidgetBase
// //
/** /**
* {@inheritDoc} * @inheritDoc
*/ */
protected $defaultAlias = 'datepicker'; protected $defaultAlias = 'datepicker';
/** /**
* {@inheritDoc} * @inheritDoc
*/ */
public function init() public function init()
{ {
@ -84,7 +84,7 @@ class DatePicker extends FormWidgetBase
} }
/** /**
* {@inheritDoc} * @inheritDoc
*/ */
public function render() public function render()
{ {
@ -118,7 +118,7 @@ class DatePicker extends FormWidgetBase
} }
/** /**
* {@inheritDoc} * @inheritDoc
*/ */
public function getSaveValue($value) public function getSaveValue($value)
{ {

View File

@ -77,12 +77,12 @@ class FileUpload extends FormWidgetBase
// //
/** /**
* {@inheritDoc} * @inheritDoc
*/ */
protected $defaultAlias = 'fileupload'; protected $defaultAlias = 'fileupload';
/** /**
* {@inheritDoc} * @inheritDoc
*/ */
public function init() public function init()
{ {
@ -104,7 +104,7 @@ class FileUpload extends FormWidgetBase
} }
/** /**
* {@inheritDoc} * @inheritDoc
*/ */
public function render() public function render()
{ {
@ -332,7 +332,7 @@ class FileUpload extends FormWidgetBase
} }
/** /**
* {@inheritDoc} * @inheritDoc
*/ */
protected function loadAssets() protected function loadAssets()
{ {
@ -341,7 +341,7 @@ class FileUpload extends FormWidgetBase
} }
/** /**
* {@inheritDoc} * @inheritDoc
*/ */
public function getSaveValue($value) public function getSaveValue($value)
{ {

View File

@ -27,12 +27,12 @@ class MarkdownEditor extends FormWidgetBase
// //
/** /**
* {@inheritDoc} * @inheritDoc
*/ */
protected $defaultAlias = 'markdown'; protected $defaultAlias = 'markdown';
/** /**
* {@inheritDoc} * @inheritDoc
*/ */
public function init() public function init()
{ {
@ -42,7 +42,7 @@ class MarkdownEditor extends FormWidgetBase
} }
/** /**
* {@inheritDoc} * @inheritDoc
*/ */
public function render() public function render()
{ {
@ -63,7 +63,7 @@ class MarkdownEditor extends FormWidgetBase
} }
/** /**
* {@inheritDoc} * @inheritDoc
*/ */
protected function loadAssets() protected function loadAssets()
{ {

View File

@ -15,7 +15,7 @@ class PermissionEditor extends FormWidgetBase
public $mode; public $mode;
/** /**
* {@inheritDoc} * @inheritDoc
*/ */
public function init() public function init()
{ {
@ -25,7 +25,7 @@ class PermissionEditor extends FormWidgetBase
} }
/** /**
* {@inheritDoc} * @inheritDoc
*/ */
public function render() public function render()
{ {
@ -51,7 +51,7 @@ class PermissionEditor extends FormWidgetBase
} }
/** /**
* {@inheritDoc} * @inheritDoc
*/ */
public function getSaveValue($value) public function getSaveValue($value)
{ {
@ -63,7 +63,7 @@ class PermissionEditor extends FormWidgetBase
} }
/** /**
* {@inheritDoc} * @inheritDoc
*/ */
protected function loadAssets() protected function loadAssets()
{ {

View File

@ -86,7 +86,7 @@ class RecordFinder extends FormWidgetBase
// //
/** /**
* {@inheritDoc} * @inheritDoc
*/ */
protected $defaultAlias = 'recordfinder'; protected $defaultAlias = 'recordfinder';
@ -106,7 +106,7 @@ class RecordFinder extends FormWidgetBase
protected $searchWidget; protected $searchWidget;
/** /**
* {@inheritDoc} * @inheritDoc
*/ */
public function init() public function init()
{ {
@ -143,7 +143,7 @@ class RecordFinder extends FormWidgetBase
} }
/** /**
* {@inheritDoc} * @inheritDoc
*/ */
public function render() public function render()
{ {
@ -178,7 +178,7 @@ class RecordFinder extends FormWidgetBase
} }
/** /**
* {@inheritDoc} * @inheritDoc
*/ */
protected function loadAssets() protected function loadAssets()
{ {
@ -186,7 +186,7 @@ class RecordFinder extends FormWidgetBase
} }
/** /**
* {@inheritDoc} * @inheritDoc
*/ */
public function getSaveValue($value) public function getSaveValue($value)
{ {
@ -194,7 +194,7 @@ class RecordFinder extends FormWidgetBase
} }
/** /**
* {@inheritDoc} * @inheritDoc
*/ */
public function getLoadValue() public function getLoadValue()
{ {

View File

@ -48,7 +48,7 @@ class Relation extends FormWidgetBase
// //
/** /**
* {@inheritDoc} * @inheritDoc
*/ */
protected $defaultAlias = 'relation'; protected $defaultAlias = 'relation';
@ -58,7 +58,7 @@ class Relation extends FormWidgetBase
public $renderFormField; public $renderFormField;
/** /**
* {@inheritDoc} * @inheritDoc
*/ */
public function init() public function init()
{ {
@ -74,7 +74,7 @@ class Relation extends FormWidgetBase
} }
/** /**
* {@inheritDoc} * @inheritDoc
*/ */
public function render() public function render()
{ {
@ -154,7 +154,7 @@ class Relation extends FormWidgetBase
} }
/** /**
* {@inheritDoc} * @inheritDoc
*/ */
public function getSaveValue($value) public function getSaveValue($value)
{ {

View File

@ -34,7 +34,7 @@ class Repeater extends FormWidgetBase
// //
/** /**
* {@inheritDoc} * @inheritDoc
*/ */
protected $defaultAlias = 'repeater'; protected $defaultAlias = 'repeater';
@ -59,7 +59,7 @@ class Repeater extends FormWidgetBase
protected $maxItems = null; protected $maxItems = null;
/** /**
* {@inheritDoc} * @inheritDoc
*/ */
public function init() public function init()
{ {
@ -76,7 +76,7 @@ class Repeater extends FormWidgetBase
} }
/** /**
* {@inheritDoc} * @inheritDoc
*/ */
public function render() public function render()
{ {
@ -96,7 +96,7 @@ class Repeater extends FormWidgetBase
} }
/** /**
* {@inheritDoc} * @inheritDoc
*/ */
protected function loadAssets() protected function loadAssets()
{ {
@ -105,7 +105,7 @@ class Repeater extends FormWidgetBase
} }
/** /**
* {@inheritDoc} * @inheritDoc
*/ */
public function getSaveValue($value) public function getSaveValue($value)
{ {

View File

@ -41,12 +41,12 @@ class RichEditor extends FormWidgetBase
// //
/** /**
* {@inheritDoc} * @inheritDoc
*/ */
protected $defaultAlias = 'richeditor'; protected $defaultAlias = 'richeditor';
/** /**
* {@inheritDoc} * @inheritDoc
*/ */
public function init() public function init()
{ {
@ -62,7 +62,7 @@ class RichEditor extends FormWidgetBase
} }
/** /**
* {@inheritDoc} * @inheritDoc
*/ */
public function render() public function render()
{ {
@ -121,7 +121,7 @@ class RichEditor extends FormWidgetBase
} }
/** /**
* {@inheritDoc} * @inheritDoc
*/ */
protected function loadAssets() protected function loadAssets()
{ {

View File

@ -47,12 +47,12 @@ class TagList extends FormWidgetBase
// //
/** /**
* {@inheritDoc} * @inheritDoc
*/ */
protected $defaultAlias = 'taglist'; protected $defaultAlias = 'taglist';
/** /**
* {@inheritDoc} * @inheritDoc
*/ */
public function init() public function init()
{ {
@ -66,7 +66,7 @@ class TagList extends FormWidgetBase
} }
/** /**
* {@inheritDoc} * @inheritDoc
*/ */
public function render() public function render()
{ {
@ -86,7 +86,7 @@ class TagList extends FormWidgetBase
} }
/** /**
* {@inheritDoc} * @inheritDoc
*/ */
public function getSaveValue($value) public function getSaveValue($value)
{ {
@ -129,7 +129,7 @@ class TagList extends FormWidgetBase
} }
/** /**
* {@inheritDoc} * @inheritDoc
*/ */
public function getLoadValue() public function getLoadValue()
{ {

View File

@ -48,7 +48,7 @@ class Welcome extends ReportWidgetBase
} }
/** /**
* {@inheritDoc} * @inheritDoc
*/ */
protected function loadAssets() protected function loadAssets()
{ {

View File

@ -17,7 +17,7 @@ class Standard extends Skin
{ {
/** /**
* {@inheritDoc} * @inheritDoc
*/ */
public function __construct() public function __construct()
{ {
@ -26,7 +26,7 @@ class Standard extends Skin
} }
/** /**
* {@inheritDoc} * @inheritDoc
*/ */
public function skinDetails() public function skinDetails()
{ {
@ -36,7 +36,7 @@ class Standard extends Skin
} }
/** /**
* {@inheritDoc} * @inheritDoc
*/ */
public function getPath($path = null, $isPublic = false) public function getPath($path = null, $isPublic = false)
{ {
@ -48,7 +48,7 @@ class Standard extends Skin
} }
/** /**
* {@inheritDoc} * @inheritDoc
*/ */
public function getLayoutPaths() public function getLayoutPaths()
{ {

View File

@ -39,7 +39,7 @@ class Filter extends WidgetBase
// //
/** /**
* {@inheritDoc} * @inheritDoc
*/ */
protected $defaultAlias = 'filter'; protected $defaultAlias = 'filter';

View File

@ -75,7 +75,7 @@ class Form extends WidgetBase
// //
/** /**
* {@inheritDoc} * @inheritDoc
*/ */
protected $defaultAlias = 'form'; protected $defaultAlias = 'form';
@ -121,7 +121,7 @@ class Form extends WidgetBase
protected $widgetManager; protected $widgetManager;
/** /**
* {@inheritDoc} * @inheritDoc
*/ */
public function init() public function init()
{ {
@ -155,7 +155,7 @@ class Form extends WidgetBase
} }
/** /**
* {@inheritDoc} * @inheritDoc
*/ */
protected function loadAssets() protected function loadAssets()
{ {

View File

@ -106,7 +106,7 @@ class Lists extends WidgetBase
// //
/** /**
* {@inheritDoc} * @inheritDoc
*/ */
protected $defaultAlias = 'list'; protected $defaultAlias = 'list';
@ -219,7 +219,7 @@ class Lists extends WidgetBase
} }
/** /**
* {@inheritDoc} * @inheritDoc
*/ */
protected function loadAssets() protected function loadAssets()
{ {

View File

@ -58,7 +58,7 @@ class ReportContainer extends WidgetBase
// //
/** /**
* {@inheritDoc} * @inheritDoc
*/ */
protected $defaultAlias = 'reportContainer'; protected $defaultAlias = 'reportContainer';
@ -119,7 +119,7 @@ class ReportContainer extends WidgetBase
} }
/** /**
* {@inheritDoc} * @inheritDoc
*/ */
protected function loadAssets() protected function loadAssets()
{ {

View File

@ -46,7 +46,7 @@ class Search extends WidgetBase
// //
/** /**
* {@inheritDoc} * @inheritDoc
*/ */
protected $defaultAlias = 'search'; protected $defaultAlias = 'search';

View File

@ -17,7 +17,7 @@ use SystemException;
class Table extends WidgetBase class Table extends WidgetBase
{ {
/** /**
* {@inheritDoc} * @inheritDoc
*/ */
protected $defaultAlias = 'table'; protected $defaultAlias = 'table';
@ -145,7 +145,7 @@ class Table extends WidgetBase
// //
/** /**
* {@inheritDoc} * @inheritDoc
*/ */
protected function loadAssets() protected function loadAssets()
{ {

View File

@ -30,7 +30,7 @@ class Toolbar extends WidgetBase
// //
/** /**
* {@inheritDoc} * @inheritDoc
*/ */
protected $defaultAlias = 'toolbar'; protected $defaultAlias = 'toolbar';

View File

@ -8,7 +8,7 @@ class UnknownComponent extends ComponentBase
protected $errorMessage; protected $errorMessage;
/** /**
* {@inheritDoc} * @inheritDoc
*/ */
public function __construct($cmsObject, $properties, $errorMessage) public function __construct($cmsObject, $properties, $errorMessage)
{ {

View File

@ -17,7 +17,7 @@ use Exception;
class Components extends FormWidgetBase class Components extends FormWidgetBase
{ {
/** /**
* {@inheritDoc} * @inheritDoc
*/ */
public function render() public function render()
{ {

View File

@ -39,12 +39,12 @@ class MediaFinder extends FormWidgetBase
// //
/** /**
* {@inheritDoc} * @inheritDoc
*/ */
protected $defaultAlias = 'media'; protected $defaultAlias = 'media';
/** /**
* {@inheritDoc} * @inheritDoc
*/ */
public function init() public function init()
{ {
@ -59,7 +59,7 @@ class MediaFinder extends FormWidgetBase
} }
/** /**
* {@inheritDoc} * @inheritDoc
*/ */
public function render() public function render()
{ {
@ -81,7 +81,7 @@ class MediaFinder extends FormWidgetBase
} }
/** /**
* {@inheritDoc} * @inheritDoc
*/ */
public function getSaveValue($value) public function getSaveValue($value)
{ {
@ -93,7 +93,7 @@ class MediaFinder extends FormWidgetBase
} }
/** /**
* {@inheritDoc} * @inheritDoc
*/ */
protected function loadAssets() protected function loadAssets()
{ {

View File

@ -49,7 +49,7 @@ class ActiveTheme extends ReportWidgetBase
} }
/** /**
* {@inheritDoc} * @inheritDoc
*/ */
protected function loadAssets() protected function loadAssets()
{ {

View File

@ -62,7 +62,7 @@ class AssetList extends WidgetBase
} }
/** /**
* {@inheritDoc} * @inheritDoc
*/ */
protected function loadAssets() protected function loadAssets()
{ {

View File

@ -31,7 +31,7 @@ class SettingsModel extends ModelBehavior
private static $instances = []; private static $instances = [];
/** /**
* {@inheritDoc} * @inheritDoc
*/ */
protected $requiredProperties = ['settingsFields', 'settingsCode']; protected $requiredProperties = ['settingsFields', 'settingsCode'];

View File

@ -18,7 +18,7 @@ use October\Rain\Exception\ApplicationException;
class ErrorHandler extends ErrorHandlerBase class ErrorHandler extends ErrorHandlerBase
{ {
/** /**
* {@inheritDoc} * @inheritDoc
*/ */
// public function handleException(Exception $proposedException) // public function handleException(Exception $proposedException)
// { // {

View File

@ -200,7 +200,7 @@ class Updates extends Controller
} }
/** /**
* {@inheritDoc} * @inheritDoc
*/ */
public function listInjectRowClass($record, $definition = null) public function listInjectRowClass($record, $definition = null)
{ {