Skip to content

Commit bb3e9c4

Browse files
committed
First implementation
Signed-off-by: Julien Guittard <julien.guittard@me.com>
1 parent 9a57754 commit bb3e9c4

File tree

132 files changed

+15835
-4
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

132 files changed

+15835
-4
lines changed

.docheader

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
/**
2+
* This file is part of phayne-io/%regexp:[a-z0-9-]*% and is proprietary and confidential.
3+
* Unauthorized copying of this file, via any medium is strictly prohibited.
4+
*
5+
* @see https://github.com/phayne-io/%regexp:[a-z0-9-]*% for the canonical source repository
6+
* @copyright Copyright (c) 2024-20%regexp:\d{2}% Phayne Limited. (https://phayne.io)
7+
*/

.gitattributes

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
/build/ export-ignore
2+
/.docheader export-ignore
3+
/.gitattributes export-ignore
4+
/.github/ export-ignore
5+
/.gitignore export-ignore
6+
/psalm.xml export-ignore
7+
/phpcs.xml.dist export-ignore
8+
/phpunit.xml.dist export-ignore

.gitignore

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
composer.phar
22
/vendor/
3-
4-
# Commit your application's lock file https://getcomposer.org/doc/01-basic-usage.md#commit-your-composer-lock-file-to-version-control
5-
# You may choose to ignore a library lock file http://getcomposer.org/doc/02-libraries.md#lock-file
6-
# composer.lock
3+
/build/
4+
.DS_Store

.idea/.gitignore

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/fileTemplates/includes/PHP Class Doc Comment.php

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/fileTemplates/includes/PHP Enum Doc Comment.php

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/fileTemplates/includes/PHP File Header.php

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/fileTemplates/includes/PHP Interface Doc Comment.php

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/fileTemplates/includes/PHP Trait Doc Comment.php

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/fileTemplates/internal/PHP Class.php

Lines changed: 13 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)