Skip to content

feat: add convertEmptyToNull support for validateArray()

Latest
Compare
Choose a tag to compare
@phpdevcommunity phpdevcommunity released this 17 Sep 06:37

feat: add convertEmptyToNull support for validateArray()

  • Added convertEmptyToNull() method to manually enable empty string to null conversion
  • Automatically enabled for validate(ServerRequestInterface $request)
  • Updated README with Example 3 demonstrating usage