Skip to content

Reprint int values #9476

Description

@Orest-Divintari

Hi,

We have a rule in our codebase that we use to change integer value format from 1000 to 1_000 and to achieve that we use the following

  $argValue->setAttribute(AttributeKey::RAW_VALUE, $newValue);
   $argValue->setAttribute(AttributeKey::REPRINT_RAW_VALUE, true);
   $argValue->setAttribute(AttributeKey::ORIGINAL_NODE, null);

The code that checks if a re-print was requested though from what i see it is removed here

Could you please let me know if there is an alternative to it ? or is the functionality completely removed ?

I don't see this constant REPRINT_RAW_VALUE being used anywhere anymore

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions