-
-
Notifications
You must be signed in to change notification settings - Fork 61
Feature/php doc2 #663
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/php doc2 #663
Conversation
geekwright
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will close this for fixes in #664
| * @static | ||
| * | ||
| * @param $uname used to lookup in LDAP bypass config | ||
| * @param used $uname to lookup in LDAP bypass config |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Really?
| * Tries to find and include a file for a cache engine and returns object instance | ||
| * | ||
| * @param $name Name of the engine | ||
| * @param Name $name of the engine |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not a valid type
| $sql = 'SELECT COUNT(*) as `count` FROM ' . $prefixedTable . ' '; | ||
| if (isset($criteria) && is_subclass_of($criteria, '\CriteriaElement')) { | ||
| /* @var $criteria \CriteriaCompo */ | ||
| /* @var \CriteriaCompo $criteria */ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No direct changes are to be made in the libraries directory. The build will overwrite these changes, making this pointless.
| * Retrieves config info based on the key. | ||
| * | ||
| * @param $file_name string config key (filename/section/var) | ||
| * @param string $file_name config key (filename/section/var) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This directory should be a perfect copy of the upstream Smarty. No changes without very compelling and documented reasons.
No description provided.