@@ -47,44 +47,44 @@ class tlRestApi
4747 *
4848 * @access protected
4949 */
50- protected $ db = null ;
50+ protected $ db ;
5151
52- protected $ tables = null ;
52+ protected $ tables ;
5353
54- protected $ tcaseMgr = null ;
54+ protected $ tcaseMgr ;
5555
56- protected $ tprojectMgr = null ;
56+ protected $ tprojectMgr ;
5757
58- protected $ tsuiteMgr = null ;
58+ protected $ tsuiteMgr ;
5959
60- protected $ tplanMgr = null ;
60+ protected $ tplanMgr ;
6161
62- protected $ tplanMetricsMgr = null ;
62+ protected $ tplanMetricsMgr ;
6363
64- protected $ reqSpecMgr = null ;
64+ protected $ reqSpecMgr ;
6565
66- protected $ reqMgr = null ;
66+ protected $ reqMgr ;
6767
68- protected $ platformMgr = null ;
68+ protected $ platformMgr ;
6969
70- protected $ buildMgr = null ;
70+ protected $ buildMgr ;
7171
72- protected $ cfieldMgr = null ;
72+ protected $ cfieldMgr ;
7373
7474 /**
7575 * userID associated with the apiKey provided
7676 */
77- protected $ userID = null ;
77+ protected $ userID ;
7878
7979 /**
8080 * UserObject associated with the userID
8181 */
82- protected $ user = null ;
82+ protected $ user ;
8383
8484 /**
8585 * array where all the args are stored for requests
8686 */
87- protected $ args = null ;
87+ protected $ args ;
8888
8989 /**
9090 * array where error codes and messages are stored
@@ -94,7 +94,7 @@ class tlRestApi
9494 /**
9595 * The api key being used to make a request
9696 */
97- protected $ apiKey = null ;
97+ protected $ apiKey ;
9898
9999 /**
100100 * boolean to allow a method to invoke another method and avoid double auth
@@ -107,9 +107,9 @@ class tlRestApi
107107 /**
108108 * This value is setted in following method:
109109 */
110- protected $ tcVersionID = null ;
110+ protected $ tcVersionID ;
111111
112- protected $ versionNumber = null ;
112+ protected $ versionNumber ;
113113
114114 protected $ debugMsg ;
115115
0 commit comments