Skip to content

Commit 9b977b0

Browse files
authored
Merge pull request #966 from magento-engcom/develop-prs
[EngCom] Public Pull Requests
2 parents 46eaf40 + 3fab2f0 commit 9b977b0

File tree

15 files changed

+23
-42
lines changed

15 files changed

+23
-42
lines changed

app/code/Magento/Backend/etc/di.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,6 @@
2626
</argument>
2727
</arguments>
2828
</type>
29-
<type name="Magento\Backend\App\Router">
30-
<arguments>
31-
<argument name="routerId" xsi:type="string">admin</argument>
32-
</arguments>
33-
</type>
3429
<type name="Magento\Backend\Model\Menu\Config">
3530
<arguments>
3631
<argument name="menuDirector" xsi:type="object">Magento\Backend\Model\Menu\Director\Director</argument>

app/code/Magento/Catalog/Model/Product/Type/AbstractType.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -576,7 +576,7 @@ public function getSpecifyOptionMessage()
576576
*/
577577
protected function _prepareOptions(\Magento\Framework\DataObject $buyRequest, $product, $processMode)
578578
{
579-
$transport = new \StdClass();
579+
$transport = new \stdClass();
580580
$transport->options = [];
581581
$options = null;
582582
if ($product->getHasOptions()) {

app/code/Magento/CatalogInventory/Observer/ReindexQuoteInventoryObserver.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ public function execute(EventObserver $observer)
7777
$this->priceIndexer->reindexList($productIds);
7878
}
7979

80-
$this->itemsForReindex ->clear();
80+
$this->itemsForReindex->clear();
8181
// Clear list of remembered items - we don't need it anymore
8282
}
8383
}

app/code/Magento/Cms/Controller/Router.php

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@
66
namespace Magento\Cms\Controller;
77

88
/**
9-
* Cms Controller Router
10-
*
11-
* @author Magento Core Team <core@magentocommerce.com>
9+
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
1210
*/
1311
class Router implements \Magento\Framework\App\RouterInterface
1412
{
@@ -87,7 +85,7 @@ public function __construct(
8785
* Validate and Match Cms Page and modify request
8886
*
8987
* @param \Magento\Framework\App\RequestInterface $request
90-
* @return bool
88+
* @return \Magento\Framework\App\ActionInterface|null
9189
*/
9290
public function match(\Magento\Framework\App\RequestInterface $request)
9391
{

app/code/Magento/Cms/view/frontend/layout/default.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<referenceBlock name="footer_links">
1414
<block class="Magento\Framework\View\Element\Html\Link\Current" name="privacy-policy-link">
1515
<arguments>
16-
<argument name="label" xsi:type="string">Privacy and Cookie Policy</argument>
16+
<argument name="label" xsi:type="string" translate="true">Privacy and Cookie Policy</argument>
1717
<argument name="path" xsi:type="string">privacy-policy-cookie-restriction-mode</argument>
1818
</arguments>
1919
</block>

app/code/Magento/ConfigurableProduct/i18n/en_US.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Summary,Summary
3535
"This attribute is used in configurable products. You cannot remove it from the attribute set.","This attribute is used in configurable products. You cannot remove it from the attribute set."
3636
"Associated Products","Associated Products"
3737
"Step 2: Attribute Values","Step 2: Attribute Values"
38-
"Select values from each attribute to include in this product. Each unique combination of values creates a unigue product SKU.","Select values from each attribute to include in this product. Each unique combination of values creates a unigue product SKU."
38+
"Select values from each attribute to include in this product. Each unique combination of values creates a unique product SKU.","Select values from each attribute to include in this product. Each unique combination of values creates a unique product SKU."
3939
"Sort Variations","Sort Variations"
4040
Options,Options
4141
"Select All","Select All"

app/code/Magento/Directory/etc/zip_codes.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@
319319
</zip>
320320
<zip countryCode="NL">
321321
<codes>
322-
<code id="pattern_1" active="true" example="1234 AB">^[0-9]{4}\s[a-zA-Z]{2}$</code>
322+
<code id="pattern_1" active="true" example="1234 AB">^[0-9]{4}\s?[a-zA-Z]{2}$</code>
323323
</codes>
324324
</zip>
325325
<zip countryCode="NO">

app/code/Magento/Store/etc/di.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -276,11 +276,6 @@
276276
<argument name="cache" xsi:type="object">Magento\Framework\App\Cache\Type\Config</argument>
277277
</arguments>
278278
</type>
279-
<type name="Magento\Framework\App\Router\Base">
280-
<arguments>
281-
<argument name="routerId" xsi:type="string">standard</argument>
282-
</arguments>
283-
</type>
284279
<type name="Magento\Framework\Stdlib\DateTime\Timezone">
285280
<arguments>
286281
<argument name="defaultTimezonePath" xsi:type="const">Magento\Directory\Helper\Data::XML_PATH_DEFAULT_TIMEZONE</argument>

app/code/Magento/Swatches/i18n/en_US.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Delete,Delete
1515
"Upload a file","Upload a file"
1616
Clear,Clear
1717
"Step 2: Attribute Values","Step 2: Attribute Values"
18-
"Select values from each attribute to include in this product. Each unique combination of values creates a unigue product SKU.","Select values from each attribute to include in this product. Each unique combination of values creates a unigue product SKU."
18+
"Select values from each attribute to include in this product. Each unique combination of values creates a unique product SKU.","Select values from each attribute to include in this product. Each unique combination of values creates a unique product SKU."
1919
"Sort Variations","Sort Variations"
2020
Options,Options
2121
"Select All","Select All"

app/code/Magento/Theme/etc/config.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@
1515
</invalid_caches>
1616
<head translate="default_description">
1717
<default_title>Magento Commerce</default_title>
18-
<default_description>Default Description</default_description>
19-
<default_keywords>Magento, Varien, E-commerce</default_keywords>
2018
<default_media_type>text/html</default_media_type>
2119
<default_charset>utf-8</default_charset>
2220
<demonotice>0</demonotice>
@@ -44,7 +42,6 @@ Disallow: /*SID=
4442
</default_custom_instructions>
4543
</search_engine_robots>
4644
<header translate="welcome">
47-
<logo_alt>Magento Commerce</logo_alt>
4845
<welcome>Default welcome msg!</welcome>
4946
</header>
5047
<footer translate="copyright">

0 commit comments

Comments
 (0)