Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

Commit

Permalink
Merge branch 'cs/zendframework/zendframework#6130-Zend_-classnames-re…
Browse files Browse the repository at this point in the history
  • Loading branch information
Ocramius committed Apr 13, 2014
4 parents 2f4d84a + c5055d9 + b5302e2 + d540946 commit b8cf487
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion test/Pattern/CallbackCacheTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ class CallbackCacheTest extends CommonPatternTest
{

/**
* @var Zend\Cache\Storage\StorageInterface
* @var \Zend\Cache\Storage\StorageInterface
*/
protected $_storage;

Expand Down
2 changes: 1 addition & 1 deletion test/Pattern/ClassCacheTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class ClassCacheTest extends CommonPatternTest
{

/**
* @var Zend\Cache\Storage\StorageInterface
* @var \Zend\Cache\Storage\StorageInterface
*/
protected $_storage;

Expand Down
2 changes: 1 addition & 1 deletion test/Pattern/CommonPatternTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class CommonPatternTest extends \PHPUnit_Framework_TestCase
{

/**
* @var Zend\Cache\Pattern\PageCache
* @var \Zend\Cache\Pattern\PatternInterface
*/
protected $_pattern;

Expand Down
2 changes: 1 addition & 1 deletion test/Pattern/ObjectCacheTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class ObjectCacheTest extends CommonPatternTest
{

/**
* @var Zend\Cache\Storage\StorageInterface
* @var \Zend\Cache\Storage\StorageInterface
*/
protected $_storage;

Expand Down
2 changes: 1 addition & 1 deletion test/Pattern/OutputCacheTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class OutputCacheTest extends CommonPatternTest
{

/**
* @var Zend\Cache\Storage\StorageInterface
* @var \Zend\Cache\Storage\StorageInterface
*/
protected $_storage;

Expand Down
6 changes: 3 additions & 3 deletions test/Storage/CapabilitiesTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ class CapabilitiesTest extends \PHPUnit_Framework_TestCase
/**
* Capabilities instance
*
* @var Zend\Cache\Storage\Capabilities
* @var Capabilities
*/
protected $_capabilities;

/**
* Base capabilities instance
*
* @var Zend\Cache\Storage\Capabilities
* @var Capabilities
*/
protected $_baseCapabilities;

Expand All @@ -42,7 +42,7 @@ class CapabilitiesTest extends \PHPUnit_Framework_TestCase
/**
* The storage adapter
*
* @var Zend\Cache\Storage\Adapter
* @var MemoryAdapter
*/
protected $_adapter;

Expand Down
2 changes: 1 addition & 1 deletion test/Storage/Plugin/ExceptionHandlerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class ExceptionHandlerTest extends CommonPluginTest
/**
* The storage adapter
*
* @var Zend\Cache\Storage\Adapter\AbstractAdapter
* @var \Zend\Cache\Storage\Adapter\AbstractAdapter
*/
protected $_adapter;

Expand Down
2 changes: 1 addition & 1 deletion test/Storage/Plugin/IgnoreUserAbortTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class IgnoreUserAbortTest extends CommonPluginTest
/**
* The storage adapter
*
* @var Zend\Cache\Storage\Adapter\AbstractAdapter
* @var \Zend\Cache\Storage\Adapter\AbstractAdapter
*/
protected $_adapter;

Expand Down
2 changes: 1 addition & 1 deletion test/Storage/Plugin/OptimizeByFactorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class OptimizeByFactorTest extends CommonPluginTest
/**
* The storage adapter
*
* @var Zend\Cache\Storage\Adapter\AbstractAdapter
* @var \Zend\Cache\Storage\Adapter\AbstractAdapter
*/
protected $_adapter;

Expand Down
2 changes: 1 addition & 1 deletion test/Storage/Plugin/SerializerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class SerializerTest extends CommonPluginTest
/**
* The storage adapter
*
* @var Zend\Cache\Storage\Adapter\AbstractAdapter
* @var \Zend\Cache\Storage\Adapter\AbstractAdapter
*/
protected $_adapter;

Expand Down

0 comments on commit b8cf487

Please sign in to comment.