Skip to content

Commit

Permalink
magento-engcom/magento2ce#4271: Fixed code style
Browse files Browse the repository at this point in the history
  • Loading branch information
Stanislav Idolov committed Nov 15, 2021
1 parent d103017 commit 544f044
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
class Product extends \Magento\Rule\Model\Condition\Product\AbstractProduct
{
/**
* {@inheritdoc}
* @var string
*/
protected $elementName = 'parameters';

Expand All @@ -32,8 +32,6 @@ class Product extends \Magento\Rule\Model\Condition\Product\AbstractProduct
protected $joinedAttributes = [];

/**
* Store manager
*
* @var \Magento\Store\Model\StoreManagerInterface
*/
protected $storeManager;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
// @codingStandardsIgnoreFile
?>
<?php $_order = $block->getOrder() ?>
<?php $_invoice = $block->getInvoice() ?>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
// Variables
// _____________________________________________

/**
* @codingStandardsIgnoreStart
*/
@action-multiselect-menu-item__padding: 1rem;
@action-multiselect-menu-item__hover__background-color: @color-gray89;
@action-multiselect-menu-item__selected__background-color: @color-blue-clear-sky;
Expand Down Expand Up @@ -287,7 +290,7 @@
&:active {
padding: 0;
transform: scale(.9);

&:before {
font-size: 1em;
}
Expand Down
6 changes: 5 additions & 1 deletion lib/internal/Magento/Framework/Filesystem/Glob.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,13 @@
*/
class Glob extends LaminasGlob
{
/**
* @var array
*/
private static $cache = [];

/**
* Find pathnames matching a pattern.
* Find path names matching a pattern.
*
* @param string $pattern
* @param int $flags
Expand Down

0 comments on commit 544f044

Please sign in to comment.