Skip to content

Commit

Permalink
Declare undefined properties
Browse files Browse the repository at this point in the history
  • Loading branch information
Fredthelead committed Sep 19, 2024
1 parent 6757b0e commit 278bdac
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions library/Zend/Pdf/Element.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
*/
abstract class Zend_Pdf_Element
{
public $value;
const TYPE_BOOL = 1;
const TYPE_NUMERIC = 2;
const TYPE_STRING = 3;
Expand Down
1 change: 1 addition & 0 deletions library/Zend/Service/Rackspace/Files/Container.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@

class Zend_Service_Rackspace_Files_Container
{
public $service;
const ERROR_PARAM_FILE_CONSTRUCT = 'The Zend_Service_Rackspace_Files passed in construction is not valid';

const ERROR_PARAM_ARRAY_CONSTRUCT = 'The array passed in construction is not valid';
Expand Down
1 change: 1 addition & 0 deletions library/Zend/Soap/Client/Local.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
*/
class Zend_Soap_Client_Local extends Zend_Soap_Client
{
public $server;
/**
* Server object
*
Expand Down
1 change: 1 addition & 0 deletions library/Zend/Wildfire/Plugin/FirePhp.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
*/
class Zend_Wildfire_Plugin_FirePhp implements Zend_Wildfire_Plugin_Interface
{
public $objectFilters;
/**
* Plain log style.
*/
Expand Down

0 comments on commit 278bdac

Please sign in to comment.