improved-broccoli

Results 3 issues of improved-broccoli

Related to https://github.com/lphuberdeau/Neo4j-PHP-OGM/commit/ca14e14bf94ae8f310131296460c70e881502dd8#commitcomment-10735759

When I type something like `options = options || {}`, the beautifier add an extra space after the `||` operator, and I get something like `options = options ||  {}`...

Scala version: 3.4.2 Izumi reflect version: 2.3.8 (transitively from zio-mock) Writing a ZIO Mock using the Scala Array type makes the compiler crash with: Compiler output ``` java.lang.AssertionError: assertion failed:...