Passed
Push — tests ( 74f795...5f1c05 )
by Willem
04:17
created
src/Plugin/CategoryLayoutPlugin.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -95,7 +95,7 @@
 block discarded – undo
95 95
             $result,
96 96
             array_filter(
97 97
                 array_map(
98
-                    function (string $handle): ?string {
98
+                    function(string $handle): ?string {
99 99
                         preg_match(
100 100
                             '/^catalog\_category\_view\_selectable\_0\_([a-z0-9]+)/i',
101 101
                             $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
@@ -96,7 +96,7 @@
 block discarded – undo
96 96
             $result,
97 97
             array_filter(
98 98
                 array_map(
99
-                    function (string $handle): ?string {
99
+                    function(string $handle): ?string {
100 100
                         preg_match(
101 101
                             '/^catalog\_product\_view\_selectable\_0\_([a-z0-9]+)/i',
102 102
                             $handle,
Please login to merge, or discard this patch.