thoughtis / cata-blocks

Block Editor components for use with the Cata theme.
GNU General Public License v3.0
1 stars 0 forks source link

Make nullable parameters in Layout class required but still nullable #128

Closed douglas-johnson closed 7 months ago

douglas-johnson commented 7 months ago

Related Issues

What Was Accomplished

How It Was Tested

How To Test

References

I had to refresh my memory about nullable vs optional.

https://www.php.net/manual/en/functions.arguments.php https://www.php.net/manual/en/language.types.declarations.php#language.types.declarations.nullable