Skip to content

Commit 114eae0

Browse files
committed
docs: align comment indentation
1 parent 9953840 commit 114eae0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
22

33
// command line: php index.php users 21 profile --foo bar
4-
echo $request->getOption('foo'); // bar
4+
echo $request->getOption('foo'); // bar
55
echo $request->getOption('notthere'); // null
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
22

33
// php index.php user 21 --foo bar -f
4-
echo $request->getOptionString(); // -foo bar -f
4+
echo $request->getOptionString(); // -foo bar -f
55
echo $request->getOptionString(true); // --foo bar -f

0 commit comments

Comments
 (0)