Skip to content

Instantly share code, notes, and snippets.

@wilmoore
Created March 21, 2012 05:29
Show Gist options
  • Save wilmoore/2144785 to your computer and use it in GitHub Desktop.
Save wilmoore/2144785 to your computer and use it in GitHub Desktop.
80 character limit is unreasonable and unattractive
// breaks on 71st character -- breaking on 7x characters seems unreasonable
public function setAuthSubPrivateKeyFile($file, $passphrase = null,
$useIncludePath = false) {
// makes the case for soft-limit of 80 and hard-limit of 120 characters
public function setAuthSubPrivateKeyFile($file, $passphrase = null, $useIncludePath = false) {
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment