Skip to content

Commit 03e6e19

Browse files
committed
Make _all_ return types alphabetical
Currently we're treating `null` and `false` as special cases, adding and removing them at various points in the process; this results in the return type list being `sorted(types-except-null) + null`. I want to remove the special-case magic, which will have the side effect of changing the return type to `sorted(types)`. I'm pulling that out into a separate PR because it makes the future PR easier to understand, and I also think it's valid to do this by itself
1 parent 6b5efbb commit 03e6e19

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

95 files changed

+436
-435
lines changed

generated/8.1/dir.php

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

generated/8.1/exec.php

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

generated/8.1/filesystem.php

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

generated/8.1/ftp.php

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

generated/8.1/image.php

+10-10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

generated/8.1/imap.php

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

generated/8.1/ldap.php

+10-10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

generated/8.1/mbstring.php

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

generated/8.1/network.php

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)