Skip to content

Commit 2a1821d

Browse files
committed
fix: remove const type in favor of php 8.2
1 parent 208b3ff commit 2a1821d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/Styleguide/ApplyLayerToInlineStyles/ApplyLayerToInlineStyles.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
*/
1414
class ApplyLayerToInlineStyles implements MarkupProcessorInterface, Hookable
1515
{
16-
private const string LAYER_NAME = 'wordpress';
16+
private const LAYER_NAME = 'wordpress';
1717

1818
public function __construct(
1919
private AddFilter $wpService,

0 commit comments

Comments
 (0)