Skip to content

Commit

Permalink
Added comments on classes to fix travis errors
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosgdf committed Jul 25, 2016
1 parent b1c552e commit 8ceb494
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 0 deletions.
4 changes: 4 additions & 0 deletions htdocs/attributes/class/ProductAttribute.class.php
Expand Up @@ -16,6 +16,10 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

/**
* Class ProductAttribute
* Used to represent a product attribute
*/
class ProductAttribute
{
/**
Expand Down
4 changes: 4 additions & 0 deletions htdocs/attributes/class/ProductAttributeValue.class.php
Expand Up @@ -16,6 +16,10 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

/**
* Class ProductAttributeValue
* Used to represent a product attribute value
*/
class ProductAttributeValue
{
/**
Expand Down
4 changes: 4 additions & 0 deletions htdocs/attributes/class/ProductCombination.class.php
Expand Up @@ -16,6 +16,10 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

/**
* Class ProductCombination
* Used to represent a product combination
*/
class ProductCombination
{
/**
Expand Down
Expand Up @@ -16,6 +16,10 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

/**
* Class ProductCombination2ValuePair
* Used to represent the relation between a product combination, a product attribute and a product attribute value
*/
class ProductCombination2ValuePair
{
/**
Expand Down

0 comments on commit 8ceb494

Please sign in to comment.