Skip to content

Commit

Permalink
Merge pull request #13 from HBLL-Collection-Development/analysis-XV115g
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
jaredhowland authored Nov 21, 2019
2 parents b8ee8ed + 93bf655 commit be2aed2
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/Service/File/Store/AnyCloudFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ private function createFilesystem(): void
}

/**
* Create adapter
* Create adapter.
*
* @param object $adapter Adapter to create
*/
Expand All @@ -62,7 +62,7 @@ private function createAdapter($adapter): void
}

/**
* Create a temporary URI to store the file before saving
* Create a temporary URI to store the file before saving.
*
* @param object $adapter Adapter to create a temporary URI for
*/
Expand All @@ -72,7 +72,7 @@ private function createTempUri($adapter): void
}

/**
* Create new AWS adapter
* Create new AWS adapter.
*/
private function createAwsAdapter(): void
{
Expand All @@ -82,7 +82,7 @@ private function createAwsAdapter(): void
}

/**
* Create new Azure adapter
* Create new Azure adapter.
*/
private function createAzureAdapter(): void
{
Expand All @@ -94,7 +94,7 @@ private function createAzureAdapter(): void
}

/**
* Create new Rackspace adapter
* Create new Rackspace adapter.
*/
private function createRackspaceAdapter(): void
{
Expand All @@ -106,7 +106,7 @@ private function createRackspaceAdapter(): void
}

/**
* Create new Dropbox adapter
* Create new Dropbox adapter.
*/
private function createDropboxAdapter(): void
{
Expand All @@ -117,7 +117,7 @@ private function createDropboxAdapter(): void
}

/**
* Create new Google adapter
* Create new Google adapter.
*/
private function createGoogleAdapter(): void
{
Expand Down

0 comments on commit be2aed2

Please sign in to comment.