Skip to content

Instantly share code, notes, and snippets.

@james2doyle
Created January 6, 2022 17:29
Show Gist options
  • Save james2doyle/e18d2363008d907580841e17e2c0dd4b to your computer and use it in GitHub Desktop.
Save james2doyle/e18d2363008d907580841e17e2c0dd4b to your computer and use it in GitHub Desktop.
Use fastmod code replacement to update controller typehints to return Responsable interfaces instead of Response classes
fastmod -F '@return \Illuminate\Http\Response' '@return \Illuminate\Contracts\Support\Responsable' app/Http/Controllers
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment