nextcloud/build/stubs/php-polyfill.php

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
151 B
PHP
Raw Permalink Normal View History

<?php
/*
* SPDX-FileCopyrightText: None
* SPDX-License-Identifier: CC0-1.0
*/
// PHP 8.4
function array_find(array $array, callable $callback) {}