Lars Mikal Rogne

Avatar
  • Total activity 3
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 1
  • Subscriptions 1
  • Lars Mikal Rogne created a post,

    Extract Constant displacing doc comments.

    I'm having a small, but annoying issue with extract constant. Lets say I have a function: /** * Function docs */public function doSomething(){    ...} If I use extract constant anywhere in the code...