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 a script that inserts strict type declarations #7716

Merged
merged 6 commits into from
Apr 15, 2024

Commits on Apr 11, 2024

  1. Add a scripts that adds strict type declarations

    Checks all php files in a given directory for existing strict type
    declartions, and if it doesn't find one, adds it.
    vcanales committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    b2cb4c5 View commit details
    Browse the repository at this point in the history
  2. add strict types on deploy

    vcanales committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    c285e95 View commit details
    Browse the repository at this point in the history
  3. add missing quotes

    vcanales committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    f111df9 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. Added npm command to trigger strict type additions and passed 'last d…

    …eployed hash' to get changed themes
    pbking committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    9f9bdbe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7f1cc7d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bb56f98 View commit details
    Browse the repository at this point in the history