Merge pull request #7771 from nextcloud/enh/noid/fix-psalm-2

second attempt to fix psalm
This commit is contained in:
Simon L.
2026-03-18 17:53:42 +01:00
committed by GitHub
3 changed files with 9 additions and 2 deletions

View File

@@ -18,7 +18,11 @@ jobs:
php-version: 8.5
extensions: apcu
coverage: none
ini-file: development
jit: false
ini_values: |
opcache.jit=0
opcache.jit_buffer_size=0
- name: Run script
run: |

View File

@@ -44,8 +44,10 @@ jobs:
coverage: none
ini-file: development
jit: false
# Temporary workaround for missing pcntl_* in PHP 8.3
ini-values: disable_functions=
ini_values: |
opcache.jit=0
opcache.jit_buffer_size=0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

View File

@@ -21,3 +21,4 @@ if (!str_contains($domain, '.')) {
// error_log($domain . ' was accepted as valid domain.');
http_response_code(200);
}
//test