Skip to content

Commit b62b721

Browse files
author
Caitlin Bales (MSFT)
committed
Remove authoring information from docblock
1 parent 09e1c60 commit b62b721

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/GraphODataTemplateWriter/CodeHelpers/PHP/CodeWriterPHP.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ public IEnumerable<string> GetDocBlock(string fileName)
4747
"*" + this.NewLineCharacter +
4848
"* @category Library" + this.NewLineCharacter +
4949
"* @package Microsoft.Graph" + this.NewLineCharacter +
50-
"* @author Caitlin Bales <[email protected]>" + this.NewLineCharacter +
5150
"* @copyright 2016 Microsoft Corporation" + this.NewLineCharacter +
5251
"* @license https://opensource.org/licenses/MIT MIT License" + this.NewLineCharacter +
5352
"* @version GIT: 0.1.0" + this.NewLineCharacter +
@@ -61,7 +60,6 @@ public String GetClassBlock(string fileName, string category)
6160
"*" + this.NewLineCharacter +
6261
"* @category " + category + this.NewLineCharacter +
6362
"* @package Microsoft.Graph" + this.NewLineCharacter +
64-
"* @author Caitlin Bales <[email protected]>" + this.NewLineCharacter +
6563
"* @copyright 2016 Microsoft Corporation" + this.NewLineCharacter +
6664
"* @license https://opensource.org/licenses/MIT MIT License" + this.NewLineCharacter +
6765
"* @version Release: 0.1.0" + this.NewLineCharacter +

0 commit comments

Comments
 (0)