Skip to content
Snippets Groups Projects
Commit f0ba65e0 authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

sws: update var types in php doc

parent 462d2a99
No related branches found
No related tags found
1 merge request!62V2.0
...@@ -46,7 +46,7 @@ class sws { ...@@ -46,7 +46,7 @@ class sws {
/** /**
* config array with known classnames and its supported methods * config array with known classnames and its supported methods
* @var string * @var array
*/ */
private $_aKnownClasses = array(); private $_aKnownClasses = array();
...@@ -64,7 +64,7 @@ class sws { ...@@ -64,7 +64,7 @@ class sws {
/** /**
* name of the detected init arguments for the class in the http request * name of the detected init arguments for the class in the http request
* @var string * @var array
*/ */
private $_aInit = array(); private $_aInit = array();
...@@ -76,7 +76,7 @@ class sws { ...@@ -76,7 +76,7 @@ class sws {
/** /**
* name of the detected arguments in the http request * name of the detected arguments in the http request
* @var string * @var array
*/ */
private $_aArgs = array(); private $_aArgs = array();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment