Skip to content

Commit 41b4fca

Browse files
committed
Move classes back down to src directory.
1 parent 78240a5 commit 41b4fca

File tree

8 files changed

+7
-17
lines changed

8 files changed

+7
-17
lines changed

src/Environment/Acquia.php renamed to src/Acquia.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
namespace Davereid\DrupalEnvironment\Environment;
3+
namespace Davereid\DrupalEnvironment;
44

55
/**
66
* The Acquia environment specifics.

src/Environment/CircleCi.php renamed to src/CircleCi.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
namespace Davereid\DrupalEnvironment\Environment;
3+
namespace Davereid\DrupalEnvironment;
44

55
/**
66
* The CircleCI environment specifics.

src/Environment/DefaultEnvironment.php renamed to src/DefaultEnvironment.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
<?php
22

3-
namespace Davereid\DrupalEnvironment\Environment;
4-
5-
use Davereid\DrupalEnvironment\Environment;
3+
namespace Davereid\DrupalEnvironment;
64

75
/**
86
* The standard environment.

src/Environment.php

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

33
namespace Davereid\DrupalEnvironment;
44

5-
use Davereid\DrupalEnvironment\Environment\Acquia;
6-
use Davereid\DrupalEnvironment\Environment\CircleCi;
7-
use Davereid\DrupalEnvironment\Environment\DefaultEnvironment;
8-
use Davereid\DrupalEnvironment\Environment\GitHubWorkflow;
9-
use Davereid\DrupalEnvironment\Environment\GitLabCi;
10-
use Davereid\DrupalEnvironment\Environment\Pantheon;
11-
use Davereid\DrupalEnvironment\Environment\Tugboat;
12-
135
/**
146
* Helpers for working with the Drupal environment.
157
*

src/Environment/GitHubWorkflow.php renamed to src/GitHubWorkflow.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
namespace Davereid\DrupalEnvironment\Environment;
3+
namespace Davereid\DrupalEnvironment;
44

55
/**
66
* The GitHub Workflow environment specifics.

src/Environment/GitLabCi.php renamed to src/GitLabCi.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
namespace Davereid\DrupalEnvironment\Environment;
3+
namespace Davereid\DrupalEnvironment;
44

55
/**
66
* The GitlabCi environment specifics.

src/Environment/Pantheon.php renamed to src/Pantheon.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
namespace Davereid\DrupalEnvironment\Environment;
3+
namespace Davereid\DrupalEnvironment;
44

55
/**
66
* The Pantheon environment specifics.

src/Environment/Tugboat.php renamed to src/Tugboat.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
namespace Davereid\DrupalEnvironment\Environment;
3+
namespace Davereid\DrupalEnvironment;
44

55
/**
66
* The Tugboat environment specifics.

0 commit comments

Comments
 (0)