Skip to content

Fix formatters and make it smarter

Compare
Choose a tag to compare
@misha-rollun misha-rollun released this 28 Jan 11:07
· 64 commits to master since this release
  1. Fix formatter format fails with error TypeError : Argument 2 passed to Zend\ServiceManager\AbstractPluginManager::get() must be of the type array or null
  2. Correct string to bool conversion ('false' => false)
  3. Support for array to string conversion (convert it to json).