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

Update master #8024

Merged
merged 142 commits into from May 29, 2022
Merged

Update master #8024

merged 142 commits into from May 29, 2022

Commits on Feb 15, 2022

  1. Copy the full SHA
    87d9a01 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2022

  1. Fix vimeo#3036: make argument $read of internal PHP function stream_s…

    …ocket nullable.
    Nicolas Giraud committed Feb 22, 2022
    Copy the full SHA
    e198012 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    b43c4af View commit details
    Browse the repository at this point in the history
  3. Also update the historical CallMap to be aligned with latest changes …

    …on CallMap.
    Nicolas Giraud committed Feb 22, 2022
    Copy the full SHA
    9a95ba9 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2022

  1. Register openssl_sign function to impure functions

    openssl_sign has $signature parameter that by reference that can re-used
    samsonasik committed Mar 2, 2022
    Copy the full SHA
    9666b90 View commit details
    Browse the repository at this point in the history
  2. Merge pull request vimeo#7746 from samsonasik/patch-1

    Register openssl_sign function to impure functions
    orklah committed Mar 2, 2022
    Copy the full SHA
    e1997c9 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2022

  1. update phpredis stubs

    * fixes feedback for setOption of vimeo#7709
    * latest WIP stubs with additional changes from upstream phpredis master and other additions
    
    From https://raw.githubusercontent.com/phpredis/phpredis/77334ecbf2c06ea1ff18ea5e3ecc168cb1897a8b/redis.stub.php via phpredis/phpredis#2015
    kkmuffme committed Mar 4, 2022
    Copy the full SHA
    8fc41e6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request vimeo#7752 from kkmuffme/patch-1

    update phpredis stubs
    orklah committed Mar 4, 2022
    Copy the full SHA
    d24b32b View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2022

  1. Copy the full SHA
    a57bb1f View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2022

  1. Copy the full SHA
    ff195e7 View commit details
    Browse the repository at this point in the history
  2. add failing test

    mtk3d committed Mar 6, 2022
    Copy the full SHA
    d48965d View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    88d49b9 View commit details
    Browse the repository at this point in the history
  4. refactor array column test

    add one more test when index key not exist in array
    reorganise samples to keep all similar together
    mtk3d committed Mar 6, 2022
    Copy the full SHA
    70abbbe View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    56e65fd View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    7a43baa View commit details
    Browse the repository at this point in the history
  7. Merge pull request vimeo#7758 from Ne-Lexa/fix-dateinterfal-false

    DateInterval::createFromDateString can be false
    orklah committed Mar 6, 2022
    Copy the full SHA
    a134b25 View commit details
    Browse the repository at this point in the history
  8. wrap row in union again

    From: vimeo#7760 (comment)
    
    $result_element_type should be a Union, $row_shape is an Atomic
    (a part of a Union). new Union([$row_shape]); should be ok
    mtk3d committed Mar 6, 2022
    Copy the full SHA
    d53f57b View commit details
    Browse the repository at this point in the history
  9. Merge pull request vimeo#7759 from franmomu/fix_array_access_offsetset

    Allow null to ArrayAccess::offsetSet $offset param
    orklah committed Mar 6, 2022
    Copy the full SHA
    19ac150 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2022

  1. Copy the full SHA
    483d359 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    cd1b155 View commit details
    Browse the repository at this point in the history
  3. Merge pull request vimeo#7760 from mtk3d/fix/array_column_type_inference

    Fix vimeo#7750: array_column type inference
    orklah committed Mar 7, 2022
    Copy the full SHA
    769e316 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    2a9ea7e View commit details
    Browse the repository at this point in the history
  5. Improve scoping a bit more

    muglug committed Mar 7, 2022
    Copy the full SHA
    510456c View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2022

  1. Replace changes in the CallMap for stream_select by a stub.

    Nicolas Giraud committed Mar 11, 2022
    Copy the full SHA
    0dc4354 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    cf1f375 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    a7e98f4 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    9beb0a6 View commit details
    Browse the repository at this point in the history
  5. Fix error messages

    fluffycondor committed Mar 11, 2022
    Copy the full SHA
    6bc90fa View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    cb52314 View commit details
    Browse the repository at this point in the history
  7. Code style

    fluffycondor committed Mar 11, 2022
    Copy the full SHA
    7240f01 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2022

  1. Merge pull request vimeo#7775 from fluffycondor/improve-int-range-par…

    …sing
    
    Improve int range parsing
    orklah committed Mar 12, 2022
    Copy the full SHA
    c1ad5f6 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2022

  1. Merge pull request vimeo#7718 from niconoe-/fix-3036

    Fix vimeo#3036: make argument $read of internal PHP function stream_socket nullable.
    orklah committed Mar 13, 2022
    Copy the full SHA
    7cfb601 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2022

  1. Copy the full SHA
    0ab9470 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    88f9e19 View commit details
    Browse the repository at this point in the history
  3. More attribute fixes.

    AndrolGenhald committed Mar 14, 2022
    Copy the full SHA
    08d4d79 View commit details
    Browse the repository at this point in the history
  4. Merge pull request vimeo#7785 from hc-jworman/#7784_PDOStatement_fetc…

    …hAll()_has_incorrect_type
    
    PDOStatement::fetchAll() has incorrect type
    orklah committed Mar 14, 2022
    Copy the full SHA
    05d253b View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    11f51f4 View commit details
    Browse the repository at this point in the history
  6. Merge pull request vimeo#7788 from AndrolGenhald/attribute-analysis-i…

    …mprovements
    
    More attribute fixes.
    orklah committed Mar 14, 2022
    Copy the full SHA
    32f10c3 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2022

  1. Copy the full SHA
    d4170fe View commit details
    Browse the repository at this point in the history
  2. Add test case reproducing issue vimeo#7771

    Related: vimeo#7771
    ohader committed Mar 15, 2022
    Copy the full SHA
    b00d9e9 View commit details
    Browse the repository at this point in the history
  3. Avoid json_encode when serializing non-UTF8 literals

    `\Psalm\Internal\Clause::$hash` basically holds a hash on
    arbitrary input literals, used for later comparison. Using
    `json_encode` fails when dealing with non-UTF8 literals,
    which has been replaced by plain PHP `serialize`.
    
    Resolves: vimeo#7771
    ohader committed Mar 15, 2022
    Copy the full SHA
    2b37536 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    e7ec124 View commit details
    Browse the repository at this point in the history
  5. Merge pull request vimeo#7433 from zoonru/maximum_shaped_array_size

    Add configuration for maximum size of shaped array
    orklah committed Mar 15, 2022
    Copy the full SHA
    ebffd52 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2022

  1. Adjust test case format

    Related: vimeo#7771
    ohader committed Mar 16, 2022
    Copy the full SHA
    9e4e468 View commit details
    Browse the repository at this point in the history
  2. Merge pull request vimeo#7791 from ohader/issue-7771-4x

    Avoid json_encode when serializing non-UTF8 literals
    orklah committed Mar 16, 2022
    Copy the full SHA
    80f972c View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2022

  1. Add return shape for Throwable::getTrace

    This is based on the documentation for debug-backtrace:
       https://php.net/debug_backtrace
    
    Experimentation that shows the `object` field is not populated for exceptions:
       https://3v4l.org/iQoni
    
    And validation on psalm.dev:
       https://psalm.dev/r/b35a8df2f3
    ciaranmcnulty committed Mar 18, 2022
    Copy the full SHA
    0b39384 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    ca185d7 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    70166bd View commit details
    Browse the repository at this point in the history
  4. Merge pull request vimeo#7798 from ciaranmcnulty/get-trace-stubs

    Add return shape for Throwable::getTrace
    orklah committed Mar 18, 2022
    Copy the full SHA
    b4ae3a9 View commit details
    Browse the repository at this point in the history
  5. Merge pull request vimeo#7801 from gndk/fix-appveyor-disable

    Fix disabling of appveyor auto build
    orklah committed Mar 18, 2022
    Copy the full SHA
    c749811 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2022

  1. Copy the full SHA
    9c91912 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2022

  1. Merge pull request vimeo#7824 from mrardon/fix-ftp-args

    Fix ftp_fget/_fput/_nb_fget/_nb_fput stream arg type
    orklah committed Mar 29, 2022
    Copy the full SHA
    05a3806 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2022

  1. Copy the full SHA
    0bdf942 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2022

  1. Merge pull request vimeo#7829 from AndrolGenhald/bugfix/int-range-nam…

    …espaced-keywords
    
    Fix namespaced min/max int range keyword issue introduced in vimeo#7775
    orklah committed Mar 31, 2022
    Copy the full SHA
    1fc5c1c View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2022

  1. Copy the full SHA
    a696e55 View commit details
    Browse the repository at this point in the history
  2. Merge pull request vimeo#7828 from mstilkerich/impure_readline

    Psalm considers most readline functions as pure, but they have side effects
    orklah committed Apr 1, 2022
    Copy the full SHA
    c209c66 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2022

  1. Copy the full SHA
    e87c25c View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    3729c0d View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2022

  1. Use another strategy

    VincentLanglet committed Apr 3, 2022
    Copy the full SHA
    590ac22 View commit details
    Browse the repository at this point in the history
  2. Fixing CS

    ThomasLandauer committed Apr 3, 2022
    Copy the full SHA
    587039f View commit details
    Browse the repository at this point in the history
  3. Merge pull request vimeo#7837 from ThomasLandauer/pr-7835

    Avoiding double spaces (v2)
    orklah committed Apr 3, 2022
    Copy the full SHA
    ab26e6b View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2022

  1. Document @psalm-yield

    jrmajor committed Apr 7, 2022
    Copy the full SHA
    f4f1a26 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    e1fe116 View commit details
    Browse the repository at this point in the history
  3. Fix typos

    jrmajor committed Apr 7, 2022
    Copy the full SHA
    23ad8d6 View commit details
    Browse the repository at this point in the history
  4. Merge pull request vimeo#7849 from jrmajor/docs

    Document `@psalm-yield`
    orklah committed Apr 7, 2022
    Copy the full SHA
    ab1ae8f View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    ce25b39 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2022

  1. Merge pull request vimeo#7851 from jrmajor/docs/ignore-var

    Document `@psalm-ignore-variable-*`
    orklah committed Apr 9, 2022
    Copy the full SHA
    eeb12bc View commit details
    Browse the repository at this point in the history
  2. Add test

    VincentLanglet committed Apr 9, 2022
    Copy the full SHA
    48bc030 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2022

  1. Merge pull request vimeo#7838 from VincentLanglet/sortTypes

    Fix Incompatible types found for T (Stub&ProxyQueryInterface is not in ProxyQueryInterface&Stub)
    orklah committed Apr 10, 2022
    Copy the full SHA
    6d0cc07 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2022

  1. Copy the full SHA
    e7c2c77 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2022

  1. Copy the full SHA
    c6d7bc0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request vimeo#7864 from hirokinoue/precise-get-trace

    Further improve Throwable::getTrace() return type
    orklah committed Apr 12, 2022
    Copy the full SHA
    f04945c View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2022

  1. Copy the full SHA
    161a8ae View commit details
    Browse the repository at this point in the history
  2. Merge pull request vimeo#7866 from mpesari/4.x

    Fix openssl_csr_export() signature
    orklah committed Apr 13, 2022
    Copy the full SHA
    bbfcf02 View commit details
    Browse the repository at this point in the history
  3. Merge pull request vimeo#7861 from white43/drone-ci-output

    Disable filepath formatting as a link for Drone CI's output
    orklah committed Apr 13, 2022
    Copy the full SHA
    338faa9 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2022

  1. Copy the full SHA
    23c3d87 View commit details
    Browse the repository at this point in the history
  2. code format

    hirokinoue committed Apr 16, 2022
    Copy the full SHA
    a99532d View commit details
    Browse the repository at this point in the history
  3. fix error message

    hirokinoue committed Apr 16, 2022
    Copy the full SHA
    b132c3b View commit details
    Browse the repository at this point in the history
  4. add test case

    hirokinoue committed Apr 16, 2022
    Copy the full SHA
    a525342 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2022

  1. Copy the full SHA
    1dc2b3b View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    6afdb0d View commit details
    Browse the repository at this point in the history
  3. Merge pull request vimeo#7876 from vognev/feature/vendor-cache

    cache statements even without persistent parser cache
    orklah committed Apr 18, 2022
    Copy the full SHA
    55a45a9 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2022

  1. Merge pull request vimeo#7872 from hirokinoue/float-template-arithmet…

    …ics-4.x
    
    don't emit issues when doing arithmetics on float templates
    orklah committed Apr 19, 2022
    Copy the full SHA
    2724c1d View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2022

  1. Copy the full SHA
    b2d357f View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    37c53ee View commit details
    Browse the repository at this point in the history
  3. test the correct function

    hirokinoue committed Apr 23, 2022
    Copy the full SHA
    63faa0c View commit details
    Browse the repository at this point in the history
  4. add test case for sort()

    hirokinoue committed Apr 23, 2022
    Copy the full SHA
    3a6ebbb View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2022

  1. Merge pull request vimeo#7894 from paulfedorow/ldap-search-callmap-fi…

    …x-4.x
    
    Fix return type of `ldap_search`
    orklah committed Apr 24, 2022
    Copy the full SHA
    e91e33c View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2022

  1. improve LSP

    ging-dev committed Apr 25, 2022
    Copy the full SHA
    cb10e84 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2022

  1. Copy the full SHA
    70b44d5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request vimeo#7904 from M1ke/4.x-update-baseline-custom

    Alter order of baseline option loading to permit updating custom baseline
    orklah committed Apr 26, 2022
    Copy the full SHA
    5c8f40c View commit details
    Browse the repository at this point in the history
  3. Merge pull request vimeo#7887 from ging-dev/lsp-fixes

    improve LSP
    orklah committed Apr 26, 2022
    Copy the full SHA
    038947e View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2022

  1. Copy the full SHA
    fe0470a View commit details
    Browse the repository at this point in the history
  2. Fix LSP api discrepancies

    muglug committed Apr 27, 2022
    Copy the full SHA
    9c153de View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2022

  1. improve syntax

    hirokinoue committed Apr 28, 2022
    Copy the full SHA
    0770f01 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    1605b18 View commit details
    Browse the repository at this point in the history
  3. add test case for rsort()

    hirokinoue committed Apr 28, 2022
    Copy the full SHA
    db565f1 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    95b5e8c View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    c7b9e1e View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    37bf36d View commit details
    Browse the repository at this point in the history
  7. add test case for uasort()

    hirokinoue committed Apr 28, 2022
    Copy the full SHA
    d4470cc View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    8c64bdd View commit details
    Browse the repository at this point in the history
  9. add test case for uksort()

    hirokinoue committed Apr 28, 2022
    Copy the full SHA
    139948e View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    2b34b12 View commit details
    Browse the repository at this point in the history
  11. add test case for usort()

    hirokinoue committed Apr 28, 2022
    Copy the full SHA
    4bb5c38 View commit details
    Browse the repository at this point in the history
  12. Merge pull request vimeo#7908 from hirokinoue/fix-sort-assert-annotation

    Fix sort assert annotation
    orklah committed Apr 28, 2022
    Copy the full SHA
    f1fe6ff View commit details
    Browse the repository at this point in the history

Commits on May 2, 2022

  1. fix small error in plugins_type_system.md

    int-mask → int-mask-of
    mathroc committed May 2, 2022
    Copy the full SHA
    9b2cf43 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2022

  1. Merge pull request vimeo#7914 from mathroc/patch-2

    fix small error in plugins_type_system.md
    orklah committed May 8, 2022
    Copy the full SHA
    90d2b3c View commit details
    Browse the repository at this point in the history

Commits on May 9, 2022

  1. Copy the full SHA
    6f3ceea View commit details
    Browse the repository at this point in the history

Commits on May 10, 2022

  1. Infer object shape when array or scalar is cast to object

    Also detect redundant object casts.
    
    Fixes vimeo#7916, fixes vimeo#7934
    theodorejb committed May 10, 2022
    Copy the full SHA
    4eef964 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2022

  1. Copy the full SHA
    3c837e5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request vimeo#7951 from staabm/patch-4

    fix missing is_a() parameter type
    orklah committed May 12, 2022
    Copy the full SHA
    b37da4a View commit details
    Browse the repository at this point in the history

Commits on May 14, 2022

  1. Merge pull request vimeo#7935 from theodorejb/improve-object-casts

    Infer object shape when array or scalar is cast to object
    orklah committed May 14, 2022
    Copy the full SHA
    3929d73 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    e700524 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    91640e7 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    4fc34d9 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2022

  1. Merge pull request vimeo#7967 from hirokinoue/fix_return_type

    Improve @return annotation for implode() so that it can handle non-empty-array of non-empty-strings case
    orklah committed May 17, 2022
    Copy the full SHA
    894e4e4 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    f86b599 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    22080a1 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    23eff58 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2022

  1. Merge pull request vimeo#7982 from KevinVanSonsbeek/bugfix/vimeo#7912-…

    …class-APCuIterator-does-not-exist
    
    Bugfix/vimeo#7912 class APCuIterator does not exist
    orklah committed May 18, 2022
    Copy the full SHA
    5c1d95b View commit details
    Browse the repository at this point in the history

Commits on May 20, 2022

  1. Copy the full SHA
    afed93b View commit details
    Browse the repository at this point in the history
  2. Merge pull request vimeo#7988 from GromNaN/completion

    Fix conflict of option -c with shell completion
    orklah committed May 20, 2022
    Copy the full SHA
    50fb396 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2022

  1. Copy the full SHA
    e2aafde View commit details
    Browse the repository at this point in the history
  2. Merge pull request vimeo#7981 from mathroc/callmap/array_unique-impro…

    …vements
    
    Improve array_unique callmap stubs
    orklah committed May 23, 2022
    Copy the full SHA
    4ce8a06 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2022

  1. Copy the full SHA
    c1cef60 View commit details
    Browse the repository at this point in the history
  2. debug CI

    kkmuffme committed May 24, 2022
    Copy the full SHA
    acffb85 View commit details
    Browse the repository at this point in the history
  3. Merge pull request vimeo#7997 from kkmuffme/change-cache-hash-type-fo…

    …r-better-performance
    
    change cache hash type for better performance
    orklah committed May 24, 2022
    Copy the full SHA
    ee6c105 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2022

  1. Copy the full SHA
    ed0db0f View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    5d8b5d1 View commit details
    Browse the repository at this point in the history
  3. only load files once

    * use static to keep opened files with content
    * move position of file cache population to the place where we read files to ensure cache always gets populated and not on open only (since it's called directly in some places)
    kkmuffme committed May 25, 2022
    Copy the full SHA
    06178d0 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    278e877 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2022

  1. Merge pull request vimeo#8009 from kkmuffme/microoptimize-phpversion-…

    …check-as-requested
    weirdan committed May 26, 2022
    Copy the full SHA
    48db4f2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request vimeo#8007 from kkmuffme/add-missing-igbinary-seri…

    …alize-code
    
    igbinary_serialize code was missing in file
    orklah committed May 26, 2022
    Copy the full SHA
    d94f56a View commit details
    Browse the repository at this point in the history
  3. Merge pull request vimeo#8011 from kkmuffme/performance-only-load-fil…

    …es-once
    
    Performance only load files once
    orklah committed May 26, 2022
    Copy the full SHA
    06d8e3e View commit details
    Browse the repository at this point in the history

Commits on May 28, 2022

  1. Copy the full SHA
    e0acf22 View commit details
    Browse the repository at this point in the history
  2. Post-merge fixes

    weirdan committed May 28, 2022
    Copy the full SHA
    ff50516 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    de49946 View commit details
    Browse the repository at this point in the history
  4. CS fix

    weirdan committed May 28, 2022
    Copy the full SHA
    242ee34 View commit details
    Browse the repository at this point in the history
  5. Suppress false posisitives

    weirdan committed May 28, 2022
    Copy the full SHA
    5d21ff9 View commit details
    Browse the repository at this point in the history
  6. PHP 7.4 fixes

    weirdan committed May 28, 2022
    Copy the full SHA
    fce4272 View commit details
    Browse the repository at this point in the history
  7. Use lowest supported PHP version for shepherd run

    Having Psalm installed under 8.1 leads to installing composer
    dependencies that use PHP syntax incompatible with 7.4, however Psalm
    analyzes itself using 7.4 parser.
    weirdan committed May 28, 2022
    Copy the full SHA
    9784fe4 View commit details
    Browse the repository at this point in the history