Skip to content

Commit d78d26d

Browse files
[update] phpdoc comment
1 parent 7c85d2a commit d78d26d

File tree

8 files changed

+10
-25
lines changed

8 files changed

+10
-25
lines changed

AttributeType/WarehouseType.php

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,9 @@
66
use Pim\Component\Catalog\Model\AttributeInterface;
77

88
/**
9-
* Text attribute type
9+
* Warehouse attribute type
1010
*
11-
* @author Filips Alpe <filips@akeneo.com>
12-
* @copyright 2013 Akeneo SAS (http://www.akeneo.com)
13-
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
11+
* @author Aurélien Lavorel <aurelien@lavoweb.net>
1412
*/
1513
class WarehouseType extends AbstractAttributeType
1614
{

DependencyInjection/LavowebWarehouseAttributeExtension.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,7 @@
1111
/**
1212
* LavowebWarehouseAttributeExtension
1313
*
14-
* @author Antoine Guigan <antoine@akeneo.com>
15-
* @copyright 2015 Akeneo SAS (http://www.akeneo.com)
16-
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
14+
* @author Aurélien Lavorel <aurelien@lavoweb.net>
1715
*/
1816
class LavowebWarehouseAttributeExtension extends Extension
1917
{

Provider/Field/WarehouseProvider.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@
88
/**
99
* WarehouseProvider
1010
*
11-
* @author Antoine Guigan <antoine@akeneo.com>
12-
* @copyright 2015 Akeneo SAS (http://www.akeneo.com)
13-
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
11+
* @author Aurélien Lavorel <aurelien@lavoweb.net>
1412
*/
1513
class WarehouseProvider implements FieldProviderInterface
1614
{

Reader/CsvProductReader.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@
77
/**
88
* Fixes CSV reader of the PIM (see PIM-4939)
99
*
10-
* @author Antoine Guigan <antoine@akeneo.com>
11-
* @copyright 2015 Akeneo SAS (http://www.akeneo.com)
12-
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
10+
* @author Aurélien Lavorel <aurelien@lavoweb.net>
1311
*/
1412
class CsvProductReader extends PimCsvProductReader
1513
{

Reader/CsvReader.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@
77
/**
88
* Fixes CSV reader of the PIM (see PIM-4939)
99
*
10-
* @author Antoine Guigan <antoine@akeneo.com>
11-
* @copyright 2015 Akeneo SAS (http://www.akeneo.com)
12-
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
10+
* @author Aurélien Lavorel <aurelien@lavoweb.net>
1311
*/
1412
class CsvReader extends PimCsvReader
1513
{

Resources/public/js/warehouse-field.js

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
'use strict';
22
/**
3-
* Textarea field
3+
* Warehouse field
44
*
5-
* @author Julien Sanchez <julien@akeneo.com>
6-
* @author Filips Alpe <filips@akeneo.com>
7-
* @copyright 2015 Akeneo SAS (http://www.akeneo.com)
8-
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
5+
* @author Aurélien Lavorel <aurelien@lavoweb.net>
96
*/
107
define(
118
[

Validator/AttributeTypeForOptionValidator.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,7 @@
1010
/**
1111
* AttributeTypeForOptionValidator
1212
*
13-
* @author Antoine Guigan <antoine@akeneo.com>
14-
* @copyright 2015 Akeneo SAS (http://www.akeneo.com)
15-
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
13+
* @author Aurélien Lavorel <aurelien@lavoweb.net>
1614
*/
1715
class AttributeTypeForOptionValidator extends PimAttributeTypeForOptionValidator
1816
{

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"homepage": "http://lavoweb.net"
1212
}
1313
],
14-
"require": {
14+
"require-dev": {
1515
"akeneo/pim-community-dev": "1.5.*"
1616
},
1717
"autoload": {

0 commit comments

Comments
 (0)