Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit c4268e02 authored by Nicolas's avatar Nicolas
Browse files

Correction d'une PHPDoc

parent c08472be
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ use \NicolasBejean\Importer\Helper\Cron\ProductImages as Helper; ...@@ -7,7 +7,7 @@ use \NicolasBejean\Importer\Helper\Cron\ProductImages as Helper;
* Class ProductImages * Class ProductImages
* *
* @category PHP * @category PHP
* @package NicolasBejean\Importer\Controller\Adminhtml\ProductImages * @package NicolasBejean\Importer\Cron
* @author Nicolas Béjean <nicolas@bejean.eu> * @author Nicolas Béjean <nicolas@bejean.eu>
* @license https://github.com/nicolasbejean/importer/blob/master/licence.txt BSD Licence * @license https://github.com/nicolasbejean/importer/blob/master/licence.txt BSD Licence
* @link https://www.bejean.eu * @link https://www.bejean.eu
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
"name": "nicolasbejean/importer", "name": "nicolasbejean/importer",
"description": "Module d'importation des images produits", "description": "Module d'importation des images produits",
"type": "magento2-module", "type": "magento2-module",
"version": "1.1.1", "version": "1.1.2",
"require": { "require": {
"php": "~7.1.3||~7.2.0||~7.3.0", "php": "~7.1.3||~7.2.0||~7.3.0",
"magento/framework": "102.0.*", "magento/framework": "102.0.*",
......
<?xml version="1.0"?> <?xml version="1.0"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd"> <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
<module name="NicolasBejean_Importer" setup_version="1.1.1"> <module name="NicolasBejean_Importer" setup_version="1.1.2">
<sequence> <sequence>
<module name="Magento_Backend"/> <module name="Magento_Backend"/>
<module name="Magento_Store"/> <module name="Magento_Store"/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment