Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

removed empty tailing lines in docblocks #775

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion source/Application/Component/NewsComponent.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
*
* @deprecated since v.5.3.0 (2016-06-17); The Admin Menu: Customer Info -> News feature will be moved to a
* module in v6.0.0
*
*/
class NewsComponent extends \OxidEsales\Eshop\Core\Controller\BaseController
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,6 @@ protected function _resetCounts($aIds)
* else
* @param string $field The input field we want to edit
* @param string $stylesheet The name of the CSS file
*
*/
protected function configureTextEditorHandler(
TextEditorHandler $textEditorHandler,
Expand Down
1 change: 0 additions & 1 deletion source/Application/Controller/Admin/AdminNews.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
* Admin Menu: Customer Info -> News.
*
* @deprecated since v.5.3.0 (2016-06-17); The Admin Menu: Customer Info -> News feature will be moved to a module in v6.0.0
*
*/
class AdminNews extends \OxidEsales\Eshop\Application\Controller\Admin\AdminController
{
Expand Down
1 change: 0 additions & 1 deletion source/Application/Controller/Admin/DiagnosticsMain.php
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ protected function _getErrorMessage()

/**
* Calls parent constructor and initializes checker object
*
*/
public function __construct()
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
*/
class DiscountArticlesAjax extends \OxidEsales\Eshop\Application\Controller\Admin\ListComponentAjax
{
/** */
const NEW_DISCOUNT_LIST_ID = "-1";

/**
Expand Down
1 change: 0 additions & 1 deletion source/Application/Controller/Admin/ModuleList.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ class ModuleList extends \OxidEsales\Eshop\Application\Controller\Admin\AdminLis
{
/**
* @var array Loaded modules array
*
*/
protected $_aModules = [];

Expand Down
1 change: 0 additions & 1 deletion source/Application/Controller/Admin/NewsMainAjax.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
* Class manages news user groups rights
*
* @deprecated since v.5.3.0 (2016-06-17); The Admin Menu: Customer Info -> News feature will be moved to a module in v6.0.0
*
*/
class NewsMainAjax extends \OxidEsales\Eshop\Application\Controller\Admin\ListComponentAjax
{
Expand Down
1 change: 0 additions & 1 deletion source/Application/Controller/Admin/ShopRdfa.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
* Admin shop system RDFa manager.
* Collects shop system settings, updates it on user submit, etc.
* Admin Menu: Main Menu -> Core Settings -> RDFa.
*
*/
class ShopRdfa extends \OxidEsales\Eshop\Application\Controller\Admin\ShopConfiguration
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@

/**
* Voucher Serie generator class
*
*/
class VoucherSerieGenerate extends \OxidEsales\Eshop\Application\Controller\Admin\VoucherSerieMain
{
Expand Down
1 change: 0 additions & 1 deletion source/Application/Controller/DownloadController.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@

/**
* Article file download page.
*
*/
class DownloadController extends \OxidEsales\Eshop\Application\Controller\FrontendController
{
Expand Down
1 change: 0 additions & 1 deletion source/Application/Controller/NewsController.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
*
* @deprecated since v.5.3.0 (2016-06-17); The Admin Menu: Customer Info -> News feature will be moved to
* a module in v6.0.0
*
*/
class NewsController extends \OxidEsales\Eshop\Application\Controller\FrontendController
{
Expand Down
1 change: 0 additions & 1 deletion source/Application/Controller/WishListController.php
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ public function getWishList()
*
* Template variables:
* <b>wish_result</b>, <b>search</b>
*
*/
public function searchForWishList()
{
Expand Down
1 change: 0 additions & 1 deletion source/Application/Model/ActionList.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@

/**
* Promotion List manager.
*
*/
class ActionList extends \OxidEsales\Eshop\Core\Model\ListModel
{
Expand Down
1 change: 0 additions & 1 deletion source/Application/Model/Actions.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@

/**
* Article actions manager. Collects and keeps actions of chosen article.
*
*/
class Actions extends \OxidEsales\Eshop\Core\Model\MultiLanguageModel
{
Expand Down
1 change: 0 additions & 1 deletion source/Application/Model/AmountPriceList.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@

/**
* Article amount price list
*
*/
class AmountPriceList extends \OxidEsales\Eshop\Core\Model\ListModel
{
Expand Down
2 changes: 0 additions & 2 deletions source/Application/Model/Article.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,10 @@
// @deprecated since v5.3 (2016-06-17); Listmania will be moved to an own module.
define('OXARTICLE_LINKTYPE_RECOMM', 5);
// END deprecated

/**
* Article manager.
* Creates fully detailed article object, with such information as VAT,
* discounts, etc.
*
*/
class Article extends \OxidEsales\Eshop\Core\Model\MultiLanguageModel implements \OxidEsales\Eshop\Application\Model\Contract\ArticleInterface, \OxidEsales\Eshop\Core\Contract\IUrl
{
Expand Down
1 change: 0 additions & 1 deletion source/Application/Model/ArticleList.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
/**
* Article list manager.
* Collects list of article according to collection rules (categories, etc.).
*
*/
class ArticleList extends \OxidEsales\Eshop\Core\Model\ListModel
{
Expand Down
1 change: 0 additions & 1 deletion source/Application/Model/Attribute.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
/**
* Article attributes manager.
* Collects and keeps attributes of chosen article.
*
*/
class Attribute extends \OxidEsales\Eshop\Core\Model\MultiLanguageModel
{
Expand Down
1 change: 0 additions & 1 deletion source/Application/Model/AttributeList.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@

/**
* Attribute list manager.
*
*/
class AttributeList extends \OxidEsales\Eshop\Core\Model\ListModel
{
Expand Down
1 change: 0 additions & 1 deletion source/Application/Model/Basket.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@

/**
* Basket manager
*
*/
class Basket extends \OxidEsales\Eshop\Core\Base
{
Expand Down
1 change: 0 additions & 1 deletion source/Application/Model/BasketItem.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@

/**
* UserBasketItem class, responsible for storing most important fields
*
*/
class BasketItem extends \OxidEsales\Eshop\Core\Base
{
Expand Down
1 change: 0 additions & 1 deletion source/Application/Model/BasketReservation.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@

/**
* Basket reservations handler class
*
*/
class BasketReservation extends \OxidEsales\Eshop\Core\Base
{
Expand Down
1 change: 0 additions & 1 deletion source/Application/Model/Category.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
* Category manager.
* Collects category information (articles, etc.), performs insertion/deletion
* of categories nodes. By recursion methods are set structure of category.
*
*/
class Category extends \OxidEsales\Eshop\Core\Model\MultiLanguageModel implements \OxidEsales\Eshop\Core\Contract\IUrl
{
Expand Down
1 change: 0 additions & 1 deletion source/Application/Model/CategoryList.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
* Category list manager.
* Collects available categories, performs some SQL queries to create category
* list structure.
*
*/
class CategoryList extends \OxidEsales\Eshop\Core\Model\ListModel
{
Expand Down
1 change: 0 additions & 1 deletion source/Application/Model/Content.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
/**
* Content manager.
* Base object for content pages
*
*/
class Content extends \OxidEsales\Eshop\Core\Model\MultiLanguageModel implements \OxidEsales\Eshop\Core\Contract\IUrl
{
Expand Down
1 change: 0 additions & 1 deletion source/Application/Model/ContentList.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
/**
* Content list manager.
* Collects list of content
*
*/
class ContentList extends \OxidEsales\Eshop\Core\Model\ListModel
{
Expand Down
1 change: 0 additions & 1 deletion source/Application/Model/Contract/ArticleInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@

/**
* Article interface
*
*/
interface ArticleInterface
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@

/**
* CacheConnector interface
*
*/
interface CacheConnectorInterface
{
Expand Down
1 change: 0 additions & 1 deletion source/Application/Model/Country.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@

/**
* Country manager
*
*/
class Country extends \OxidEsales\Eshop\Core\Model\MultiLanguageModel
{
Expand Down
1 change: 0 additions & 1 deletion source/Application/Model/CountryList.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
/**
* Country list manager class.
* Collects a list of countries according to collection rules (active).
*
*/
class CountryList extends \OxidEsales\Eshop\Core\Model\ListModel
{
Expand Down
1 change: 0 additions & 1 deletion source/Application/Model/Delivery.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
/**
* Order delivery manager.
* Currently calculates price/costs.
*
*/
class Delivery extends \OxidEsales\Eshop\Core\Model\MultiLanguageModel
{
Expand Down
1 change: 0 additions & 1 deletion source/Application/Model/DeliveryList.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@

/**
* Delivery list manager.
*
*/
class DeliveryList extends \OxidEsales\Eshop\Core\Model\ListModel
{
Expand Down
1 change: 0 additions & 1 deletion source/Application/Model/DeliverySet.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@

/**
* Order delivery set manager.
*
*/
class DeliverySet extends \OxidEsales\Eshop\Core\Model\MultiLanguageModel
{
Expand Down
1 change: 0 additions & 1 deletion source/Application/Model/DeliverySetList.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@

/**
* DeliverySet list manager.
*
*/
class DeliverySetList extends \OxidEsales\Eshop\Core\Model\ListModel
{
Expand Down
1 change: 0 additions & 1 deletion source/Application/Model/Diagnostics.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
/**
* Diagnostic tool model
* Stores configuration and public diagnostic methods for shop diagnostics
*
*/
class Diagnostics
{
Expand Down
1 change: 0 additions & 1 deletion source/Application/Model/DiagnosticsOutput.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
/**
* Diagnostic tool result outputer
* Performs OutputKey check of shop files and generates report file.
*
*/
class DiagnosticsOutput
{
Expand Down
1 change: 0 additions & 1 deletion source/Application/Model/Discount.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@

/**
* Discounts manager.
*
*/
class Discount extends \OxidEsales\Eshop\Core\Model\MultiLanguageModel
{
Expand Down
1 change: 0 additions & 1 deletion source/Application/Model/DiscountList.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
/**
* Discount list manager.
* Organizes list of discount objects.
*
*/
class DiscountList extends \OxidEsales\Eshop\Core\Model\ListModel
{
Expand Down
2 changes: 0 additions & 2 deletions source/Application/Model/File.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@

/**
* Article files manager.
*
*/
class File extends \OxidEsales\Eshop\Core\Model\BaseModel
{
Expand Down Expand Up @@ -75,7 +74,6 @@ class File extends \OxidEsales\Eshop\Core\Model\BaseModel

/**
* Initialises the instance
*
*/
public function __construct()
{
Expand Down
1 change: 0 additions & 1 deletion source/Application/Model/FileCollector.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
/**
* Directory reader.
* Performs reading of file list of one shop directory
*
*/
class FileCollector
{
Expand Down
1 change: 0 additions & 1 deletion source/Application/Model/Groups.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
/**
* Group manager.
* Base class for user groups. Does nothing special yet.
*
*/
class Groups extends \OxidEsales\Eshop\Core\Model\MultiLanguageModel
{
Expand Down
1 change: 0 additions & 1 deletion source/Application/Model/Maintenance.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@

/**
* Maintenance task handler. Maintenance tasks are called periodically, by cronTab (configure on your needs)
*
*/
class Maintenance
{
Expand Down
1 change: 0 additions & 1 deletion source/Application/Model/Manufacturer.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@

/**
* Manufacturer manager
*
*/
class Manufacturer extends \OxidEsales\Eshop\Core\Model\MultiLanguageModel implements \OxidEsales\Eshop\Core\Contract\IUrl
{
Expand Down
1 change: 0 additions & 1 deletion source/Application/Model/ManufacturerList.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
/**
* Manufacturer list manager.
* Collects list of manufacturers according to collection rules (activ, etc.).
*
*/
class ManufacturerList extends \OxidEsales\Eshop\Core\Model\ListModel
{
Expand Down
1 change: 0 additions & 1 deletion source/Application/Model/MdVariant.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@

/**
* Defines an element of multidimentional variant name tree structure. Contains article id, variant name, URL, price, price text, and a subset of MD variants.
*
*/
class MdVariant extends \OxidEsales\Eshop\Core\Base
{
Expand Down
1 change: 0 additions & 1 deletion source/Application/Model/MediaUrl.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@

/**
* Media URL handler
*
*/
class MediaUrl extends \OxidEsales\Eshop\Core\Model\MultiLanguageModel
{
Expand Down
1 change: 0 additions & 1 deletion source/Application/Model/News.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
* these user may read news), etc.
*
* @deprecated since v.5.3.0 (2016-06-17); The Admin Menu: Customer Info -> News feature will be moved to a module in v6.0.0
*
*/
class News extends \OxidEsales\Eshop\Core\Model\MultiLanguageModel
{
Expand Down
1 change: 0 additions & 1 deletion source/Application/Model/NewsList.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
*
*
* @deprecated since v.5.3.0 (2016-06-17); The Admin Menu: Customer Info -> News feature will be moved to a module in v6.0.0
*
*/
class NewsList extends \OxidEsales\Eshop\Core\Model\ListModel
{
Expand Down
Loading