RFC: Type defaults in Flow and Neos for simple types

Hey,

currently in our code base and best practices we use integer and boolean for these types, I think the generally accepted versions are int and bool so I would suggest we switch to that and also start to normalize internally to the latter format instead the long one.

Opinions?

2 Likes

Sure, that’s also how it’s defined in PSR-2

1 Like