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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

backport static analysis fixes to 1.7 #221

Merged
merged 4 commits into from Aug 25, 2021
Merged

backport static analysis fixes to 1.7 #221

merged 4 commits into from Aug 25, 2021

Commits on Aug 25, 2021

  1. fix static analysis build

    Signed-off-by: azjezz <azjezz@protonmail.com>
    azjezz committed Aug 25, 2021
    Copy the full SHA
    a8e01ab View commit details
    Browse the repository at this point in the history
  2. [Regex] fix replace_with() signature (#219)

    * [Regex] Change replace_with $callback to accept string[]
    
    The $matches array that is passed to `preg_replace_callback()`'s $callback 
    can have string keys when the pattern uses named capture groups.
    
    See: vimeo/psalm#5608
    caugner authored and azjezz committed Aug 25, 2021
    Copy the full SHA
    4e711de View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    0f6d03d View commit details
    Browse the repository at this point in the history
  4. [Str][Byte] remove unnecessary @var annotation

    Signed-off-by: azjezz <azjezz@protonmail.com>
    azjezz committed Aug 25, 2021
    Copy the full SHA
    90705bd View commit details
    Browse the repository at this point in the history