Created
March 21, 2012 05:29
-
-
Save wilmoore/2144785 to your computer and use it in GitHub Desktop.
80 character limit is unreasonable and unattractive
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// breaks on 71st character -- breaking on 7x characters seems unreasonable | |
public function setAuthSubPrivateKeyFile($file, $passphrase = null, | |
$useIncludePath = false) { | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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