Skip to content

Commit

Permalink
fixup! Add missing properties to classes
Browse files Browse the repository at this point in the history
  • Loading branch information
glensc committed Nov 15, 2022
1 parent a41e2d5 commit f8122d9
Show file tree
Hide file tree
Showing 21 changed files with 19 additions and 21 deletions.
2 changes: 1 addition & 1 deletion tests/Zend/Application/ApplicationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ class Zend_Application_ApplicationTest extends TestCase
* @var array
*/
protected $loaders;

/**
* @var Zend_Loader_Autoloader
*/
Expand Down
2 changes: 1 addition & 1 deletion tests/Zend/Application/Bootstrap/BootstrapAbstractTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
class Zend_Application_Bootstrap_BootstrapAbstractTest extends TestCase
{
protected $error;

/**
* @var array
*/
Expand Down
1 change: 0 additions & 1 deletion tests/Zend/Application/Module/AutoloaderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ class Zend_Application_Module_AutoloaderTest extends TestCase
*/
protected $includePath;


/**
* @var Zend_Loader_Autoloader
*/
Expand Down
2 changes: 1 addition & 1 deletion tests/Zend/Application/Module/BootstrapTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class Zend_Application_Module_BootstrapTest extends TestCase
* @var array
*/
protected $loaders;

/**
* @var Zend_Loader_Autoloader
*/
Expand Down
2 changes: 1 addition & 1 deletion tests/Zend/Application/Resource/CacheManagerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ class Zend_Application_Resource_CacheManagerTest extends TestCase
* @var array
*/
protected $loaders;

/**
* @var Zend_Loader_Autoloader
*/
Expand Down
2 changes: 1 addition & 1 deletion tests/Zend/Application/Resource/DbTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class Zend_Application_Resource_DbTest extends TestCase
* @var array
*/
protected $loaders;

/**
* @var Zend_Loader_Autoloader
*/
Expand Down
2 changes: 1 addition & 1 deletion tests/Zend/Application/Resource/DojoTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class Zend_Application_Resource_DojoTest extends TestCase
* @var array
*/
protected $loaders;

/**
* @var Zend_Loader_Autoloader
*/
Expand Down
2 changes: 1 addition & 1 deletion tests/Zend/Application/Resource/FrontcontrollerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ class Zend_Application_Resource_FrontcontrollerTest extends TestCase
* @var array
*/
protected $loaders;

/**
* @var Zend_Loader_Autoloader
*/
Expand Down
2 changes: 1 addition & 1 deletion tests/Zend/Application/Resource/LayoutTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class Zend_Application_Resource_LayoutTest extends TestCase
* @var array
*/
protected $loaders;

/**
* @var Zend_Loader_Autoloader
*/
Expand Down
2 changes: 1 addition & 1 deletion tests/Zend/Application/Resource/LocaleTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class Zend_Application_Resource_LocaleTest extends TestCase
* @var array
*/
protected $loaders;

/**
* @var Zend_Loader_Autoloader
*/
Expand Down
2 changes: 1 addition & 1 deletion tests/Zend/Application/Resource/LogTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class Zend_Application_Resource_LogTest extends TestCase
* @var array
*/
protected $loaders;

/**
* @var Zend_Loader_Autoloader
*/
Expand Down
2 changes: 1 addition & 1 deletion tests/Zend/Application/Resource/MailTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class Zend_Application_Resource_MailTest extends TestCase
* @var array
*/
protected $loaders;

/**
* @var Zend_Loader_Autoloader
*/
Expand Down
2 changes: 1 addition & 1 deletion tests/Zend/Application/Resource/ModulesTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class Zend_Application_Resource_ModulesTest extends TestCase
* @var array
*/
protected $loaders;

/**
* @var Zend_Loader_Autoloader
*/
Expand Down
2 changes: 1 addition & 1 deletion tests/Zend/Application/Resource/MultidbTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ class Zend_Application_Resource_MultidbTest extends TestCase
* @var array
*/
protected $loaders;

/**
* @var Zend_Loader_Autoloader
*/
Expand Down
2 changes: 1 addition & 1 deletion tests/Zend/Application/Resource/NavigationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class Zend_Application_Resource_NavigationTest extends TestCase
* @var array
*/
protected $loaders;

/**
* @var Zend_Loader_Autoloader
*/
Expand Down
2 changes: 1 addition & 1 deletion tests/Zend/Application/Resource/ResourceAbstractTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class Zend_Application_Resource_ResourceAbstractTest extends TestCase
* @var array
*/
protected $loaders;

/**
* @var Zend_Loader_Autoloader
*/
Expand Down
2 changes: 1 addition & 1 deletion tests/Zend/Application/Resource/RouterTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class Zend_Application_Resource_RouterTest extends TestCase
* @var array
*/
protected $loaders;

/**
* @var Zend_Loader_Autoloader
*/
Expand Down
1 change: 0 additions & 1 deletion tests/Zend/Application/_files/ZfAppBootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ class ZfAppBootstrap extends Zend_Application_Bootstrap_BootstrapAbstract
public $foo = null;
public $bar = null;
public $default = null;


protected $_arbitraryValue;

Expand Down
2 changes: 1 addition & 1 deletion tests/Zend/Memory/AccessControllerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class Zend_Memory_Container_AccessControllerTest extends TestCase
* @var string
*/
protected $cacheDir;

/**
* Memory manager, used for tests
*
Expand Down
2 changes: 1 addition & 1 deletion tests/Zend/View/Helper/PartialLoopTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,7 @@ class Zend_View_Helper_PartialLoop_BogusIteratorTest
class Zend_View_Helper_PartialLoop_ToArrayTest
{
/**
* @var array
* @var array
*/
protected $data;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
*/
class Zend_View_Helper_Placeholder_StandaloneContainerTest extends TestCase
{
/**
/**
* @var Zend_View_Helper_Placeholder_StandaloneContainerTest_Foo
*/
protected $helper;
Expand Down

0 comments on commit f8122d9

Please sign in to comment.