Skip to content

Tags: thecodingmachine/safe

Tags

v3.3.0

Toggle v3.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix `date_create()` on PHP < 8.4 (#687)

v3.2.0

Toggle v3.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Ignore the already safe `date()` function (#665)

v3.1.1

Toggle v3.1.1's commit message
always returns string

v3.1.0

Toggle v3.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Automatically regenerate the files (#651)

v3.0.2

Toggle v3.0.2's commit message
fix readme badge

v3.0.1

Toggle v3.0.1's commit message
More consistent formatting for generated files

v3.0.0

Toggle v3.0.0's commit message
`finfo`, despite being lowercase, is a class

grepping for "all the return typehints in `generated/`", it appears that this and `stdClass` are the only lowercase classes:

```
sl grep '^function' | cut -d: -f3 | sort | uniq
```

v3.0.0-beta2

Toggle v3.0.0-beta2's commit message
add return statements to functionsList.php

v3.0.0-beta1

Toggle v3.0.0-beta1's commit message
detect preg_replace_callback and preg_replace_callback_array, fixes #223

v3.0.0-alpha2

Toggle v3.0.0-alpha2's commit message
[generator] Remove redundant phpstan overrides

These overrides were added to manually replace `resource` with `CurlHandle` -- but we now automatically prefer objects over resources