Completed
Branch tests (6efd3f)
by willem
05:59
created
Category
src/Plugin/PageLayoutPlugin.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -110,7 +110,7 @@
 block discarded – undo
110 110
 
111 111
         return array_filter(
112 112
             array_map(
113
-                function (string $handle) : ?string {
113
+                function(string $handle) : ?string {
114 114
                     preg_match(
115 115
                         '/^cms\_page\_view\_selectable\_0\_([a-z0-9]+)/i',
116 116
                         $handle,
Please login to merge, or discard this patch.
src/Plugin/CategoryLayoutPlugin.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -99,7 +99,7 @@
 block discarded – undo
99 99
 
100 100
         return array_merge($result, array_filter(
101 101
             array_map(
102
-                function (string $handle) use ($category) : ?string {
102
+                function(string $handle) use ($category) : ?string {
103 103
                     preg_match(
104 104
                         '/^catalog\_category\_view\_selectable\_0\_([a-z0-9]+)/i',
105 105
                         $handle,
Please login to merge, or discard this patch.
src/Plugin/ProductLayoutPlugin.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -97,7 +97,7 @@
 block discarded – undo
97 97
 
98 98
         return array_filter(
99 99
             array_map(
100
-                function (string $handle) : ?string {
100
+                function(string $handle) : ?string {
101 101
                     preg_match(
102 102
                         '/^catalog\_product\_view\_selectable\_0\_([a-z0-9]+)/i',
103 103
                         $handle,
Please login to merge, or discard this patch.