Skip to content

Commit e7b2ca1

Browse files
author
Willem Wigman
committed
Spacing cleanup after scrutinizer analysis
1 parent 147f33c commit e7b2ca1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/Plugin/CategoryLayoutPlugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ public function afterFetchAvailableFiles(
9999

100100
return array_merge($result, array_filter(
101101
array_map(
102-
function (string $handle) use ($category) : ?string {
102+
function(string $handle) use ($category) : ?string {
103103
preg_match(
104104
'/^catalog\_category\_view\_selectable\_0\_([a-z0-9]+)/i',
105105
$handle,

src/Plugin/PageLayoutPlugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ public function afterFetchAvailableFiles(
110110

111111
return array_filter(
112112
array_map(
113-
function (string $handle) : ?string {
113+
function(string $handle) : ?string {
114114
preg_match(
115115
'/^cms\_page\_view\_selectable\_0\_([a-z0-9]+)/i',
116116
$handle,

src/Plugin/ProductLayoutPlugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ public function afterFetchAvailableFiles(
9797

9898
return array_filter(
9999
array_map(
100-
function (string $handle) : ?string {
100+
function(string $handle) : ?string {
101101
preg_match(
102102
'/^catalog\_product\_view\_selectable\_0\_([a-z0-9]+)/i',
103103
$handle,

0 commit comments

Comments
 (0)