Loading src/Attribute/Alter.php +1 −1 Original line number Diff line number Diff line Loading @@ -7,7 +7,7 @@ namespace Drupal\hux\Attribute; /** * An alter. */ #[\Attribute] #[\Attribute(\Attribute::TARGET_METHOD)] class Alter { /** Loading src/Attribute/Hook.php +1 −1 Original line number Diff line number Diff line Loading @@ -7,7 +7,7 @@ namespace Drupal\hux\Attribute; /** * A hook. */ #[\Attribute] #[\Attribute(\Attribute::TARGET_METHOD)] class Hook { /** Loading src/Attribute/ReplaceOriginalHook.php +1 −1 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ namespace Drupal\hux\Attribute; * * This does not extend the Hook attribute to simplify things. */ #[\Attribute] #[\Attribute(\Attribute::TARGET_METHOD)] final class ReplaceOriginalHook { /** Loading Loading
src/Attribute/Alter.php +1 −1 Original line number Diff line number Diff line Loading @@ -7,7 +7,7 @@ namespace Drupal\hux\Attribute; /** * An alter. */ #[\Attribute] #[\Attribute(\Attribute::TARGET_METHOD)] class Alter { /** Loading
src/Attribute/Hook.php +1 −1 Original line number Diff line number Diff line Loading @@ -7,7 +7,7 @@ namespace Drupal\hux\Attribute; /** * A hook. */ #[\Attribute] #[\Attribute(\Attribute::TARGET_METHOD)] class Hook { /** Loading
src/Attribute/ReplaceOriginalHook.php +1 −1 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ namespace Drupal\hux\Attribute; * * This does not extend the Hook attribute to simplify things. */ #[\Attribute] #[\Attribute(\Attribute::TARGET_METHOD)] final class ReplaceOriginalHook { /** Loading