Skip to content

Commit 7de5029

Browse files
committed
Merge remote-tracking branch 'origin/MAGETWO-80908' into MPI-PR24
2 parents 59f37bf + 31436f5 commit 7de5029

File tree

8 files changed

+276
-275
lines changed

8 files changed

+276
-275
lines changed

app/code/Magento/Braintree/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"magento/module-quote": "101.0.*",
1919
"magento/module-paypal": "100.2.*",
2020
"magento/module-ui": "101.0.*",
21-
"braintree/braintree_php": "3.25.0"
21+
"braintree/braintree_php": "3.28.0"
2222
},
2323
"suggest": {
2424
"magento/module-checkout-agreements": "100.2.*",

app/code/Magento/NewRelicReporting/Console/Command/DeployMarker.php

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -48,21 +48,21 @@ protected function configure()
4848
{
4949
$this->setName("newrelic:create:deploy-marker");
5050
$this->setDescription("Check the deploy queue for entries and create an appropriate deploy marker.")
51-
->addArgument(
52-
'message',
53-
InputArgument::REQUIRED,
54-
'Deploy Message?'
55-
)
56-
->addArgument(
57-
'changelog',
58-
InputArgument::REQUIRED,
59-
'Change Log?'
60-
)
61-
->addArgument(
62-
'user',
63-
InputArgument::OPTIONAL,
64-
'Deployment User'
65-
);
51+
->addArgument(
52+
'message',
53+
InputArgument::REQUIRED,
54+
'Deploy Message?'
55+
)
56+
->addArgument(
57+
'changelog',
58+
InputArgument::REQUIRED,
59+
'Change Log?'
60+
)
61+
->addArgument(
62+
'user',
63+
InputArgument::OPTIONAL,
64+
'Deployment User'
65+
);
6666
parent::configure();
6767
}
6868

app/code/Magento/Tax/Test/Unit/Observer/UpdateProductOptionsObserverTest.php

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,9 @@
33
* Copyright © Magento, Inc. All rights reserved.
44
* See COPYING.txt for license details.
55
*/
6-
76
namespace Magento\Tax\Test\Unit\Observer;
87

9-
use \Magento\Framework\TestFramework\Unit\Helper\ObjectManager;
8+
use Magento\Framework\TestFramework\Unit\Helper\ObjectManager;
109

1110
class UpdateProductOptionsObserverTest extends \PHPUnit\Framework\TestCase
1211
{
@@ -64,18 +63,18 @@ public function testUpdateProductOptions(
6463
->method('getEvent')
6564
->will($this->returnValue($eventObject));
6665

67-
$objectManager = new ObjectManager($this);
68-
$taxObserverObject = $objectManager->getObject(
69-
\Magento\Tax\Observer\UpdateProductOptionsObserver::class,
70-
[
71-
'taxData' => $taxData,
72-
'registry' => $registry,
73-
]
74-
);
66+
$objectManager = new ObjectManager($this);
67+
$taxObserverObject = $objectManager->getObject(
68+
\Magento\Tax\Observer\UpdateProductOptionsObserver::class,
69+
[
70+
'taxData' => $taxData,
71+
'registry' => $registry,
72+
]
73+
);
7574

76-
$taxObserverObject->execute($observerObject);
75+
$taxObserverObject->execute($observerObject);
7776

78-
$this->assertEquals($expected, $frameworkObject->getAdditionalOptions());
77+
$this->assertEquals($expected, $frameworkObject->getAdditionalOptions());
7978
}
8079

8180
/**

app/code/Magento/Theme/Model/Design/Backend/File.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,9 @@ public function beforeSave()
8989
$values = $this->getValue();
9090
$value = reset($values) ?: [];
9191
if (!isset($value['file'])) {
92-
throw new LocalizedException(
93-
__('%1 does not contain field \'file\'', $this->getData('field_config/field'))
94-
);
92+
throw new LocalizedException(
93+
__('%1 does not contain field \'file\'', $this->getData('field_config/field'))
94+
);
9595
}
9696
if (isset($value['exists'])) {
9797
$this->setValue($value['file']);

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,12 @@
4545
"pelago/emogrifier": "^2.0.0",
4646
"tubalmartin/cssmin": "4.1.0",
4747
"magento/magento-composer-installer": ">=0.1.11",
48-
"braintree/braintree_php": "3.25.0",
48+
"braintree/braintree_php": "3.28.0",
4949
"symfony/console": "~2.3, !=2.7.0",
5050
"symfony/event-dispatcher": "~2.1",
5151
"symfony/process": "~2.1",
5252
"phpseclib/phpseclib": "2.0.*",
53-
"tedivm/jshrink": "~1.2.0",
53+
"tedivm/jshrink": "~1.3.0",
5454
"magento/composer": "~1.2.0",
5555
"lib-libxml": "*",
5656
"ext-ctype": "*",
@@ -71,14 +71,14 @@
7171
"ext-pdo_mysql": "*",
7272
"ext-soap": "*",
7373
"sjparkinson/static-review": "~4.1",
74-
"ramsey/uuid": "3.7.1"
74+
"ramsey/uuid": "~3.7.1"
7575
},
7676
"require-dev": {
7777
"phpunit/phpunit": "~6.2.0",
78-
"squizlabs/php_codesniffer": "3.1.1",
78+
"squizlabs/php_codesniffer": "~3.2.1",
7979
"phpmd/phpmd": "@stable",
8080
"pdepend/pdepend": "2.5.0",
81-
"friendsofphp/php-cs-fixer": "~2.2.0",
81+
"friendsofphp/php-cs-fixer": "~2.2.1",
8282
"lusitanian/oauth": "~0.8.10",
8383
"sebastian/phpcpd": "2.0.4"
8484
},

0 commit comments

Comments
 (0)