From b6e8bf965bd7610cdbd570c19342d6693fe91b7d Mon Sep 17 00:00:00 2001 From: Riccardo Tempesta Date: Thu, 26 Oct 2017 17:48:54 +0200 Subject: [PATCH] FIX issue #11 - Compilation error on Magento 2.2 --- Ui/Component/Form/User/DataProvider.php | 6 +++--- etc/module.xml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Ui/Component/Form/User/DataProvider.php b/Ui/Component/Form/User/DataProvider.php index 030c859..8fe46af 100644 --- a/Ui/Component/Form/User/DataProvider.php +++ b/Ui/Component/Form/User/DataProvider.php @@ -60,9 +60,9 @@ class DataProvider extends AbstractDataProvider * @param UserConfigManagerInterface $userConfigManager * @param UrlInterface $url * @param TfaInterface $tfa - * @param $name - * @param $primaryFieldName - * @param $requestFieldName + * @param string $name + * @param string $primaryFieldName + * @param string $requestFieldName * @param array $meta * @param array $data * @SuppressWarnings("PHPMD.ExcessiveParameterList") diff --git a/etc/module.xml b/etc/module.xml index e6e9769..4e3c280 100644 --- a/etc/module.xml +++ b/etc/module.xml @@ -21,7 +21,7 @@ --> - +