Skip to content

Commit b8e9722

Browse files
committed
Fixed warning.
1 parent a781869 commit b8e9722

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/Gwt/Client.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,13 @@ class Gwt_Client
8585
*/
8686
private $_auth = false;
8787

88+
/**
89+
* List of processors
90+
*
91+
* @var array
92+
*/
93+
private $_processors = array();
94+
8895
/**
8996
* Constructor
9097
* It would be better to keep constructor free of any params

0 commit comments

Comments
 (0)