Skip to content

Commit 311900f

Browse files
committed
Try to unbreak formatting of our DocBlocks on GitHub
It appears as if the /** comment /**/ style confuses the formatter, its also different from all examples of php documentation that I can find. Try to follow the style that all examples use.
1 parent 44153a4 commit 311900f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mythweb.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*
77
* @package MythWeb
88
*
9-
/**/
9+
**/
1010

1111
// Add a custom include path?
1212
if (!empty($_SERVER['include_path']) && $_SERVER['include_path'] != '.') {

0 commit comments

Comments
 (0)