diff --git a/tests/Zend/Application/ApplicationTest.php b/tests/Zend/Application/ApplicationTest.php index eca1714ff4..d8a28e9a73 100644 --- a/tests/Zend/Application/ApplicationTest.php +++ b/tests/Zend/Application/ApplicationTest.php @@ -50,7 +50,7 @@ class Zend_Application_ApplicationTest extends TestCase * @var array */ protected $loaders; - + /** * @var Zend_Loader_Autoloader */ diff --git a/tests/Zend/Application/Bootstrap/BootstrapAbstractTest.php b/tests/Zend/Application/Bootstrap/BootstrapAbstractTest.php index f0bea6d18e..94df93ff86 100644 --- a/tests/Zend/Application/Bootstrap/BootstrapAbstractTest.php +++ b/tests/Zend/Application/Bootstrap/BootstrapAbstractTest.php @@ -70,7 +70,7 @@ class Zend_Application_Bootstrap_BootstrapAbstractTest extends TestCase { protected $error; - + /** * @var array */ diff --git a/tests/Zend/Application/Module/AutoloaderTest.php b/tests/Zend/Application/Module/AutoloaderTest.php index fee589789c..97fd4b2092 100644 --- a/tests/Zend/Application/Module/AutoloaderTest.php +++ b/tests/Zend/Application/Module/AutoloaderTest.php @@ -74,7 +74,6 @@ class Zend_Application_Module_AutoloaderTest extends TestCase */ protected $includePath; - /** * @var Zend_Loader_Autoloader */ diff --git a/tests/Zend/Application/Module/BootstrapTest.php b/tests/Zend/Application/Module/BootstrapTest.php index 452e3120f0..3b93fa1161 100644 --- a/tests/Zend/Application/Module/BootstrapTest.php +++ b/tests/Zend/Application/Module/BootstrapTest.php @@ -48,7 +48,7 @@ class Zend_Application_Module_BootstrapTest extends TestCase * @var array */ protected $loaders; - + /** * @var Zend_Loader_Autoloader */ diff --git a/tests/Zend/Application/Resource/CacheManagerTest.php b/tests/Zend/Application/Resource/CacheManagerTest.php index d2206f91b5..3f6b2c67ad 100644 --- a/tests/Zend/Application/Resource/CacheManagerTest.php +++ b/tests/Zend/Application/Resource/CacheManagerTest.php @@ -68,7 +68,7 @@ class Zend_Application_Resource_CacheManagerTest extends TestCase * @var array */ protected $loaders; - + /** * @var Zend_Loader_Autoloader */ diff --git a/tests/Zend/Application/Resource/DbTest.php b/tests/Zend/Application/Resource/DbTest.php index 7cd2f7eb35..86042a39e7 100644 --- a/tests/Zend/Application/Resource/DbTest.php +++ b/tests/Zend/Application/Resource/DbTest.php @@ -48,7 +48,7 @@ class Zend_Application_Resource_DbTest extends TestCase * @var array */ protected $loaders; - + /** * @var Zend_Loader_Autoloader */ diff --git a/tests/Zend/Application/Resource/DojoTest.php b/tests/Zend/Application/Resource/DojoTest.php index 5e63fc619d..694f7b8cd9 100644 --- a/tests/Zend/Application/Resource/DojoTest.php +++ b/tests/Zend/Application/Resource/DojoTest.php @@ -48,7 +48,7 @@ class Zend_Application_Resource_DojoTest extends TestCase * @var array */ protected $loaders; - + /** * @var Zend_Loader_Autoloader */ diff --git a/tests/Zend/Application/Resource/FrontcontrollerTest.php b/tests/Zend/Application/Resource/FrontcontrollerTest.php index 996e02b598..cbc27d4590 100644 --- a/tests/Zend/Application/Resource/FrontcontrollerTest.php +++ b/tests/Zend/Application/Resource/FrontcontrollerTest.php @@ -53,7 +53,7 @@ class Zend_Application_Resource_FrontcontrollerTest extends TestCase * @var array */ protected $loaders; - + /** * @var Zend_Loader_Autoloader */ diff --git a/tests/Zend/Application/Resource/LayoutTest.php b/tests/Zend/Application/Resource/LayoutTest.php index e8c279b81e..f47849a6de 100644 --- a/tests/Zend/Application/Resource/LayoutTest.php +++ b/tests/Zend/Application/Resource/LayoutTest.php @@ -48,7 +48,7 @@ class Zend_Application_Resource_LayoutTest extends TestCase * @var array */ protected $loaders; - + /** * @var Zend_Loader_Autoloader */ diff --git a/tests/Zend/Application/Resource/LocaleTest.php b/tests/Zend/Application/Resource/LocaleTest.php index fa9e8c5a98..2f14e23066 100644 --- a/tests/Zend/Application/Resource/LocaleTest.php +++ b/tests/Zend/Application/Resource/LocaleTest.php @@ -48,7 +48,7 @@ class Zend_Application_Resource_LocaleTest extends TestCase * @var array */ protected $loaders; - + /** * @var Zend_Loader_Autoloader */ diff --git a/tests/Zend/Application/Resource/LogTest.php b/tests/Zend/Application/Resource/LogTest.php index 891ad433d1..aab90e8ae6 100644 --- a/tests/Zend/Application/Resource/LogTest.php +++ b/tests/Zend/Application/Resource/LogTest.php @@ -48,7 +48,7 @@ class Zend_Application_Resource_LogTest extends TestCase * @var array */ protected $loaders; - + /** * @var Zend_Loader_Autoloader */ diff --git a/tests/Zend/Application/Resource/MailTest.php b/tests/Zend/Application/Resource/MailTest.php index ef2f20e144..969f3156d1 100644 --- a/tests/Zend/Application/Resource/MailTest.php +++ b/tests/Zend/Application/Resource/MailTest.php @@ -48,7 +48,7 @@ class Zend_Application_Resource_MailTest extends TestCase * @var array */ protected $loaders; - + /** * @var Zend_Loader_Autoloader */ diff --git a/tests/Zend/Application/Resource/ModulesTest.php b/tests/Zend/Application/Resource/ModulesTest.php index 3dd09f67b9..2258489550 100644 --- a/tests/Zend/Application/Resource/ModulesTest.php +++ b/tests/Zend/Application/Resource/ModulesTest.php @@ -48,7 +48,7 @@ class Zend_Application_Resource_ModulesTest extends TestCase * @var array */ protected $loaders; - + /** * @var Zend_Loader_Autoloader */ diff --git a/tests/Zend/Application/Resource/MultidbTest.php b/tests/Zend/Application/Resource/MultidbTest.php index 5e25ae4bc0..deca541969 100644 --- a/tests/Zend/Application/Resource/MultidbTest.php +++ b/tests/Zend/Application/Resource/MultidbTest.php @@ -56,7 +56,7 @@ class Zend_Application_Resource_MultidbTest extends TestCase * @var array */ protected $loaders; - + /** * @var Zend_Loader_Autoloader */ diff --git a/tests/Zend/Application/Resource/NavigationTest.php b/tests/Zend/Application/Resource/NavigationTest.php index db7fcd0025..ae899bf9b5 100644 --- a/tests/Zend/Application/Resource/NavigationTest.php +++ b/tests/Zend/Application/Resource/NavigationTest.php @@ -48,7 +48,7 @@ class Zend_Application_Resource_NavigationTest extends TestCase * @var array */ protected $loaders; - + /** * @var Zend_Loader_Autoloader */ diff --git a/tests/Zend/Application/Resource/ResourceAbstractTest.php b/tests/Zend/Application/Resource/ResourceAbstractTest.php index fc9fb59415..49ba29a6a9 100644 --- a/tests/Zend/Application/Resource/ResourceAbstractTest.php +++ b/tests/Zend/Application/Resource/ResourceAbstractTest.php @@ -48,7 +48,7 @@ class Zend_Application_Resource_ResourceAbstractTest extends TestCase * @var array */ protected $loaders; - + /** * @var Zend_Loader_Autoloader */ diff --git a/tests/Zend/Application/Resource/RouterTest.php b/tests/Zend/Application/Resource/RouterTest.php index 03ce5389f1..592b98e790 100644 --- a/tests/Zend/Application/Resource/RouterTest.php +++ b/tests/Zend/Application/Resource/RouterTest.php @@ -48,7 +48,7 @@ class Zend_Application_Resource_RouterTest extends TestCase * @var array */ protected $loaders; - + /** * @var Zend_Loader_Autoloader */ diff --git a/tests/Zend/Application/_files/ZfAppBootstrap.php b/tests/Zend/Application/_files/ZfAppBootstrap.php index 2d28329cbb..19cb72e914 100644 --- a/tests/Zend/Application/_files/ZfAppBootstrap.php +++ b/tests/Zend/Application/_files/ZfAppBootstrap.php @@ -37,7 +37,6 @@ class ZfAppBootstrap extends Zend_Application_Bootstrap_BootstrapAbstract public $foo = null; public $bar = null; public $default = null; - protected $_arbitraryValue; diff --git a/tests/Zend/Memory/AccessControllerTest.php b/tests/Zend/Memory/AccessControllerTest.php index 8273aba982..fe5a62799a 100644 --- a/tests/Zend/Memory/AccessControllerTest.php +++ b/tests/Zend/Memory/AccessControllerTest.php @@ -46,7 +46,7 @@ class Zend_Memory_Container_AccessControllerTest extends TestCase * @var string */ protected $cacheDir; - + /** * Memory manager, used for tests * diff --git a/tests/Zend/View/Helper/PartialLoopTest.php b/tests/Zend/View/Helper/PartialLoopTest.php index 6734868545..2c91216fe9 100644 --- a/tests/Zend/View/Helper/PartialLoopTest.php +++ b/tests/Zend/View/Helper/PartialLoopTest.php @@ -516,7 +516,7 @@ class Zend_View_Helper_PartialLoop_BogusIteratorTest class Zend_View_Helper_PartialLoop_ToArrayTest { /** - * @var array + * @var array */ protected $data; diff --git a/tests/Zend/View/Helper/Placeholder/StandaloneContainerTest.php b/tests/Zend/View/Helper/Placeholder/StandaloneContainerTest.php index 8391f7ff5e..14433d6f03 100644 --- a/tests/Zend/View/Helper/Placeholder/StandaloneContainerTest.php +++ b/tests/Zend/View/Helper/Placeholder/StandaloneContainerTest.php @@ -55,7 +55,7 @@ */ class Zend_View_Helper_Placeholder_StandaloneContainerTest extends TestCase { - /** + /** * @var Zend_View_Helper_Placeholder_StandaloneContainerTest_Foo */ protected $helper;