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

fix: Remove obsolete resource typing #44658

Merged
merged 8 commits into from
Apr 16, 2024

Commits on Apr 9, 2024

  1. fix: Remove obsolete resource typing

    In PHP>=8.1, LDAP and FTP resources are always typed objects
    
    Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
    come-nc committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    0f34851 View commit details
    Browse the repository at this point in the history
  2. fix(user_ldap): Fix tests using wrong types

    Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
    come-nc committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    d4229f9 View commit details
    Browse the repository at this point in the history
  3. fix: Fix small psalm errors in FTP and LDAP connections

    Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
    come-nc committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    72a0da6 View commit details
    Browse the repository at this point in the history
  4. fix: Add missing psalm-assert to isResource

    Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
    come-nc committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    d6a94c6 View commit details
    Browse the repository at this point in the history
  5. chore: Use stubs from PHP 8.1

    Directly copied stubs for php ext folder from PHP-8.1 branch
    
    Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
    come-nc committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    8177fc8 View commit details
    Browse the repository at this point in the history
  6. fix: Fix typing issues related to resource migration

    Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
    come-nc committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    6d7ff2e View commit details
    Browse the repository at this point in the history
  7. fix(user_ldap): Fix LDAP tests with new typing

    Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
    come-nc committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    2c0718b View commit details
    Browse the repository at this point in the history
  8. chore: add @since annotation for IStreamImage::resource method

    Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
    come-nc committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    b6f5cfa View commit details
    Browse the repository at this point in the history