-
-
Save brichards/6704428 to your computer and use it in GitHub Desktop.
Revisions
-
brichards revised this gist
Sep 25, 2013 . 1 changed file with 7 additions and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -10,6 +10,12 @@ * With two lines of notes about something. */ /* This is a multiline inline comment. * With two lines of notes about something. */ // This is a multiline inline comment. // With two lines of notes about something.
-
brichards revised this gist
Sep 25, 2013 . 1 changed file with 3 additions and 4 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,16 +1,15 @@ <?php /** * This is a docblock. * With two lines of text. */ /* * This is a multiline inline comment. * With two lines of notes about something. */ /* This is a multiline inline comment. * With two lines of notes about something. */ -
ericandrewlewis created this gist
Sep 25, 2013 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,16 @@ <?php /** * This is a docblock. * */ /* * This is a multiline inline comment. * */ /* This is a multiline inline comment. * * */