You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, Would you be interested in a pull request that adds some phpdoc comments to help modern IDEs trace the variable types and function return types?
I saw a pull request with thousands of lines of code, and I realize that is hard to process. But would a smaller request just adding in PHPDoc structures be useful?
If it is welcome, I would put some time into it. But I don't want to waste time if its not desired.
Example in clsTbsDataSource:
`
/**
@var object|string|array|resource|iterator|ArrayObject|IteratorAggregate|MySQLi|PDO|Zend_Db_Adapter_Abstract|SQLite3|SQLite3Stmt|SQLite3Result /
public $SrcId = false;
/*
@var object|string|array|resource|iterator|ArrayObject|IteratorAggregate|MySQLi|PDO|Zend_Db_Adapter_Abstract|SQLite3|SQLite3Stmt|SQLite3Result
*/
public $TBS = false;
`
Thanks for the very useful library
The text was updated successfully, but these errors were encountered:
Hello, Would you be interested in a pull request that adds some phpdoc comments to help modern IDEs trace the variable types and function return types?
I saw a pull request with thousands of lines of code, and I realize that is hard to process. But would a smaller request just adding in PHPDoc structures be useful?
If it is welcome, I would put some time into it. But I don't want to waste time if its not desired.
Example in clsTbsDataSource:
`
/**
/
public $SrcId = false;
/*
*/
public $TBS = false;
`
Thanks for the very useful library
The text was updated successfully, but these errors were encountered: