Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add the possibility to set the minimum number of decimals in the numb… #113

Open
wants to merge 14 commits into
base: 2.24.x
Choose a base branch
from

Commits on Dec 6, 2023

  1. Add the possibility to set the minimum number of decimals in the numb…

    …er formatter
    
    Signed-off-by: Matthias Kühne <matthias.kuehne@ellerhold.de>
    MatthiasKuehneEllerhold committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    e74c775 View commit details
    Browse the repository at this point in the history
  2. added types to variables and function returns

    Signed-off-by: Matthias Kühne <matthias.kuehne@ellerhold.de>
    MatthiasKuehneEllerhold committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    b70b87e View commit details
    Browse the repository at this point in the history
  3. added types to variables and function returns 2

    Signed-off-by: Matthias Kühne <matthias.kuehne@ellerhold.de>
    MatthiasKuehneEllerhold committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    b33f758 View commit details
    Browse the repository at this point in the history
  4. add new parameter to HelperTrait

    Signed-off-by: Matthias Kühne <matthias.kuehne@ellerhold.de>
    MatthiasKuehneEllerhold committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    c7d574e View commit details
    Browse the repository at this point in the history
  5. set both parameters separatly

    Signed-off-by: Matthias Kühne <matthias.kuehne@ellerhold.de>
    MatthiasKuehneEllerhold committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    b985645 View commit details
    Browse the repository at this point in the history
  6. Fix Psalm "cannot concatenate with possibly null"

    Signed-off-by: Matthias Kühne <matthias.kuehne@ellerhold.de>
    MatthiasKuehneEllerhold committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    6836760 View commit details
    Browse the repository at this point in the history
  7. Remove "useless annotations" according to PHPCodeSniffer

    Signed-off-by: Matthias Kühne <matthias.kuehne@ellerhold.de>
    MatthiasKuehneEllerhold committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    c00e084 View commit details
    Browse the repository at this point in the history
  8. Add array type-hint to text attributes

    Signed-off-by: Matthias Kühne <matthias.kuehne@ellerhold.de>
    MatthiasKuehneEllerhold committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    4de17d6 View commit details
    Browse the repository at this point in the history
  9. declare strict_types=1

    Signed-off-by: Matthias Kühne <matthias.kuehne@ellerhold.de>
    MatthiasKuehneEllerhold committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    010f4c1 View commit details
    Browse the repository at this point in the history
  10. Fix Class description

    Signed-off-by: Matthias Kühne <matthias.kuehne@ellerhold.de>
    MatthiasKuehneEllerhold committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    9a26477 View commit details
    Browse the repository at this point in the history
  11. add Unit-Testcase for the changes

    Signed-off-by: Matthias Kühne <matthias.kuehne@ellerhold.de>
    MatthiasKuehneEllerhold committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    17d34e2 View commit details
    Browse the repository at this point in the history
  12. fix @return in Testcase

    Signed-off-by: Matthias Kühne <matthias.kuehne@ellerhold.de>
    MatthiasKuehneEllerhold committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    864b2c7 View commit details
    Browse the repository at this point in the history
  13. Revert type hinting.

    Signed-off-by: Matthias Kühne <matthias.kuehne@ellerhold.de>
    MatthiasKuehneEllerhold committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    e2322ef View commit details
    Browse the repository at this point in the history
  14. add psalm supression to "possibly unused methods"

    Signed-off-by: Matthias Kühne <matthias.kuehne@ellerhold.de>
    MatthiasKuehneEllerhold committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    06a20fd View commit details
    Browse the repository at this point in the history