Fixing style errors.
This commit is contained in:
parent
80d5be56f6
commit
774ec5a274
@ -853,7 +853,8 @@ class Entrepot extends CommonObject
|
|||||||
*
|
*
|
||||||
* @param int[]|int $categories Category or categories IDs
|
* @param int[]|int $categories Category or categories IDs
|
||||||
*/
|
*/
|
||||||
public function setCategories($categories) {
|
public function setCategories($categories)
|
||||||
|
{
|
||||||
// Handle single category
|
// Handle single category
|
||||||
if (! is_array($categories)) {
|
if (! is_array($categories)) {
|
||||||
$categories = array($categories);
|
$categories = array($categories);
|
||||||
@ -887,5 +888,4 @@ class Entrepot extends CommonObject
|
|||||||
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user