Skip to content

Commit

Permalink
CamelCase
Browse files Browse the repository at this point in the history
  • Loading branch information
JBlond committed Jun 21, 2018
1 parent f3ba949 commit 29e6a7c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/classes/jblond/cli/Cli.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ public function output($output){
* @param string $string
*/
public function error($string){
$std_error = fopen('php://stderr', 'w');
fwrite($std_error, $string);
fclose($std_error);
$stdError = fopen('php://stderr', 'w');
fwrite($stdError, $string);
fclose($stdError);
}
}

0 comments on commit 29e6a7c

Please sign in to comment.