nette / utils

🛠 Lightweight utilities for string & array manipulation, image handling, safe JSON encoding/decoding, validation, slug or strong password generating etc.
https://doc.nette.org/utils
Other
1.98k stars 147 forks source link

Improve type annotations #290

Closed xificurk closed 1 year ago

xificurk commented 1 year ago

Add more specific type annotations to improve static analysis support.

dg commented 1 year ago

I would like to release version 4.0.1 soon, we can finish this somehow @xificurk ?

xificurk commented 1 year ago

@dg I'll take a look today/tomorrow.

xificurk commented 1 year ago

@dg rebased & squashed, I think it's ready from my point of view.

dg commented 1 year ago

Thanks!