diff options
Diffstat (limited to 'build/stubs/pcntl.php')
-rw-r--r-- | build/stubs/pcntl.php | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/build/stubs/pcntl.php b/build/stubs/pcntl.php index ff0bde9ed7a..357af916b26 100644 --- a/build/stubs/pcntl.php +++ b/build/stubs/pcntl.php @@ -1,6 +1,8 @@ <?php - -// Licensed under Apache-2.0 +/** + * SPDX-FileCopyrightText: 2022 JetBrains + * SPDX-License-Identifier: Apache-2.0 + */ // Copied from https://github.com/JetBrains/phpstorm-stubs/blob/master/pcntl/pcntl.php define('WNOHANG', 1); |