Skip to content

Commit

Permalink
FIX issue #11 - Compilation error on Magento 2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
phoenix128 committed Oct 26, 2017
1 parent 6829469 commit b6e8bf9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Ui/Component/Form/User/DataProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
2 changes: 1 addition & 1 deletion etc/module.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
<module name="MSP_TwoFactorAuth" setup_version="2.0.12">
<module name="MSP_TwoFactorAuth" setup_version="2.0.13">
<sequence>
<module name="MSP_SecuritySuiteCommon"/>
<module name="Magento_User"/>
Expand Down

0 comments on commit b6e8bf9

Please sign in to comment.