Skip to content

Commit

Permalink
Applied fixes from StyleCI (#1079)
Browse files Browse the repository at this point in the history
  • Loading branch information
soullivaneuh authored Jul 20, 2016
1 parent 9be673e commit ca9a8d2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Command/AddMediaCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class AddMediaCommand extends BaseCommand
protected $quiet = false;

/**
* @deprecated This property is deprecated since version 2.4 and will be removed in 3.0.
* @deprecated This property is deprecated since version 2.4 and will be removed in 3.0
*/
protected $output;

Expand Down
6 changes: 3 additions & 3 deletions Provider/Pool.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class Pool
protected $contexts = array();

/**
* @deprecated Deprecated since version 3.x and will be removed in 4.0. Use $downloadStrategies instead.
* @deprecated Deprecated since version 3.x and will be removed in 4.0. Use $downloadStrategies instead
*
* @var DownloadStrategyInterface[]
*/
Expand Down Expand Up @@ -84,7 +84,7 @@ public function addProvider($name, MediaProviderInterface $instance)
}

/**
* @deprecated Deprecated since version 3.x, to be removed in 4.0.
* @deprecated Deprecated since version 3.x, to be removed in 4.0
*
* @param string $name
* @param DownloadStrategyInterface $security
Expand Down Expand Up @@ -244,7 +244,7 @@ public function getProviderList()
}

/**
* @deprecated Deprecated since version 3.x, to be removed in 4.0.
* @deprecated Deprecated since version 3.x, to be removed in 4.0
*
* @param MediaInterface $media
*
Expand Down
2 changes: 1 addition & 1 deletion Tests/Metadata/ProxyMetadataBuilderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ public function testProxyReplicateWithoutAmazon()
/**
* Return a mock object for the DI ContainerInterface.
*
* @param array $services A key-value list of services the container contains.
* @param array $services A key-value list of services the container contains
*
* @return \PHPUnit_Framework_MockObject_MockObject
*/
Expand Down

0 comments on commit ca9a8d2

Please sign in to comment.