Skip to content

Commit

Permalink
Improve methods and run cs
Browse files Browse the repository at this point in the history
  • Loading branch information
williankeller authored and Willian Keller committed Jan 29, 2019
1 parent 924310e commit 3d2616f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 11 deletions.
7 changes: 0 additions & 7 deletions .travis.yml

This file was deleted.

3 changes: 1 addition & 2 deletions Model/AccountManagement.php
Original file line number Diff line number Diff line change
Expand Up @@ -244,9 +244,8 @@ private function getAuthentication()
return \Magento\Framework\App\ObjectManager::getInstance()->get(
\Magento\Customer\Model\AuthenticationInterface::class
);
} else {
return $this->authentication;
}
return $this->authentication;
}

/**
Expand Down
8 changes: 6 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
"OSL-3.0"
],
"version": "1.0.0",
"minimum-stability": "dev",
"authors": [
{
"name": "Willian Keller",
Expand All @@ -26,7 +25,12 @@
"issues": "https://github.com/magestat/magento2-sign-in-with-phone-number/issues/"
},
"require": {
"php": "~7.0.0|~7.1.0"
"php": "7.0.2|7.0.4|~7.0.6|~7.1.0"
},
"require-dev": {
"phpmd/phpmd": "@stable",
"phpspec/phpspec": "^2.5",
"squizlabs/php_codesniffer": "3.0.1"
},
"autoload": {
"files": [
Expand Down

0 comments on commit 3d2616f

Please sign in to comment.