Skip to content

Commit

Permalink
Merge pull request #3 from afoucret/code-header
Browse files Browse the repository at this point in the history
Make code header configurable.
  • Loading branch information
afoucret authored Jul 26, 2019
2 parents 16a3bb4 + e241bce commit 95a176f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 13 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
<?php
/**
* This file is part of the Elastic OpenAPI PHP code generator.
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
{{>header}}

namespace {{invokerPackage}};

Expand Down
Original file line number Diff line number Diff line change
@@ -1,15 +1,10 @@
<?php
/**
* This file is part of the Elastic OpenAPI PHP code generator.
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
{{>header}}

namespace {{package}};

/**
* Implementation of the {{className}} endpoint.
* Implementation of the {{classname}} endpoint.
*
* @package {{package}}
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
/**
* This file have been generated the Elastic OpenAPI PHP code generator.
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

0 comments on commit 95a176f

Please sign in to comment.