Open AntonioCS opened 9 years ago
Hey, Would it be possible to properly indent anonymous functions? This is what I have:
$data['data'] = $this->cache( $entities_cache_key, function() use($entitiesGenerator, $user, $ids) { return $entitiesGenerator ->generateEntities($user, $ids); }, $user_id !== 0 );
but if I run the auto format I get this:
This is just a simple example there are cases where this is much serious. Is this possible to correct?
Thanks
same problem with netbeans 8.0.2 under osx
Hey, Would it be possible to properly indent anonymous functions? This is what I have:
but if I run the auto format I get this:
This is just a simple example there are cases where this is much serious. Is this possible to correct?
Thanks