This code will return `There must not be a space between the question mark and the type in nullable type declarations` ```php return $value instanceof static ? '(' . $value . ')' : $value; ```  Snuffer version: 3.5.3