Skip to content

Commit cefe481

Browse files
committed
Mark the individual environment classes as internal.
1 parent 1a43758 commit cefe481

File tree

7 files changed

+14
-0
lines changed

7 files changed

+14
-0
lines changed

src/Acquia.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
* @todo Add isPreview() support.
1212
* @todo Should the 'ide' environment be detected as local?
1313
* @todo Add support for https://docs.acquia.com/ra/environment.html
14+
*
15+
* @internal
1416
*/
1517
class Acquia extends DefaultEnvironment
1618
{

src/CircleCi.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
* The CircleCI environment specifics.
77
*
88
* @see https://circleci.com/docs/variables/
9+
*
10+
* @internal
911
*/
1012
class CircleCi extends DefaultEnvironment
1113
{

src/DefaultEnvironment.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
/**
66
* The standard environment.
7+
*
8+
* @internal
79
*/
810
class DefaultEnvironment
911
{

src/GitHubWorkflow.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
* The GitHub Workflow environment specifics.
77
*
88
* @see https://docs.github.com/en/actions/learn-github-actions/variables
9+
*
10+
* @internal
911
*/
1012
class GitHubWorkflow extends DefaultEnvironment
1113
{

src/GitLabCi.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
* The GitlabCi environment specifics.
77
*
88
* @see https://docs.gitlab.com/ee/ci/variables/predefined_variables.html
9+
*
10+
* @internal
911
*/
1012
class GitLabCi extends DefaultEnvironment
1113
{

src/Pantheon.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
*
88
* @see https://docs.pantheon.io/pantheon-workflow
99
* @see https://docs.pantheon.io/guides/multidev
10+
*
11+
* @internal
1012
*/
1113
class Pantheon extends DefaultEnvironment
1214
{

src/Tugboat.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
* The Tugboat environment specifics.
77
*
88
* @see https://docs.tugboatqa.com/reference/environment-variables/
9+
*
10+
* @internal
911
*/
1012
class Tugboat extends DefaultEnvironment
1113
{

0 commit comments

Comments
 (0)