Skip to content

Commit

Permalink
Some more changes from @andrepereiradasilva's comments
Browse files Browse the repository at this point in the history
  • Loading branch information
frankmayer committed Dec 13, 2016
1 parent bc7d4dc commit f2da7fa
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class FinderViewFilter extends JViewLegacy
*
* @var JForm
*
* @since 2.5
* @since 3.6.2
*/
protected $form;

Expand All @@ -39,7 +39,7 @@ class FinderViewFilter extends JViewLegacy
*
* @var JObject|boolean
*
* @since 2.5
* @since 3.6.2
*/
protected $item;

Expand All @@ -48,7 +48,7 @@ class FinderViewFilter extends JViewLegacy
*
* @var mixed
*
* @since 2.5
* @since 3.6.2
*/
protected $state;

Expand Down
10 changes: 5 additions & 5 deletions administrator/components/com_finder/views/index/view.html.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class FinderViewIndex extends JViewLegacy
*
* @var JPagination
*
* @since 2.5
* @since 3.6.1
*/
protected $pagination;

Expand All @@ -41,7 +41,7 @@ class FinderViewIndex extends JViewLegacy
*
* @var array
*
* @since 2.5
* @since 3.6.1
*/
protected $pluginState;

Expand All @@ -50,7 +50,7 @@ class FinderViewIndex extends JViewLegacy
*
* @var string
*
* @since 2.5
* @since 3.6.1
*/
protected $sidebar;

Expand All @@ -59,7 +59,7 @@ class FinderViewIndex extends JViewLegacy
*
* @var mixed
*
* @since 2.5
* @since 3.6.1
*/
protected $state;

Expand All @@ -68,7 +68,7 @@ class FinderViewIndex extends JViewLegacy
*
* @var integer
*
* @since 2.5
* @since 3.6.1
*/
protected $total;

Expand Down
8 changes: 4 additions & 4 deletions administrator/components/com_finder/views/maps/view.html.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class FinderViewMaps extends JViewLegacy
*
* @var JPagination
*
* @since 2.5
* @since 3.6.1
*/
protected $pagination;

Expand All @@ -41,7 +41,7 @@ class FinderViewMaps extends JViewLegacy
*
* @var string
*
* @since 2.5
* @since 3.6.1
*/
protected $sidebar;

Expand All @@ -50,7 +50,7 @@ class FinderViewMaps extends JViewLegacy
*
* @var object
*
* @since 2.5
* @since 3.6.1
*/
protected $state;

Expand All @@ -59,7 +59,7 @@ class FinderViewMaps extends JViewLegacy
*
* @var object
*
* @since 2.5
* @since 3.6.1
*/
protected $total;

Expand Down
6 changes: 4 additions & 2 deletions components/com_finder/views/search/view.html.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,14 @@ class FinderViewSearch extends JViewLegacy
*/
protected $state;

protected $user;

/**
* An array of results
*
* @var array
*
* @since 3.6.1
* @since __DEPLOY_VERSION__
*/
protected $results;

Expand All @@ -51,7 +53,7 @@ class FinderViewSearch extends JViewLegacy
*
* @var integer
*
* @since 3.6.1
* @since __DEPLOY_VERSION__
*/
protected $total;

Expand Down

0 comments on commit f2da7fa

Please sign in to comment.