Skip to content

Commit 29e6a7c

Browse files
committed
CamelCase
1 parent f3ba949 commit 29e6a7c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/classes/jblond/cli/Cli.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ public function output($output){
5050
* @param string $string
5151
*/
5252
public function error($string){
53-
$std_error = fopen('php://stderr', 'w');
54-
fwrite($std_error, $string);
55-
fclose($std_error);
53+
$stdError = fopen('php://stderr', 'w');
54+
fwrite($stdError, $string);
55+
fclose($stdError);
5656
}
5757
}

0 commit comments

Comments
 (0)