Merge pull request #185 from creative-commoners/pulls/4.0/namespaces-over-classnames

FIX Replace uppercase String occurrences with lowercase version ones
This commit is contained in:
Robbie Averill 2017-12-05 11:03:32 +13:00 committed by GitHub
commit ceff657c62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ class FullTextSearch
* abstract indexes). Can optionally be filtered to only return indexes that are subclasses of some class
*
* @static
* @param String $class - Class name to filter indexes by, so that all returned indexes are subclasses of provided
* @param string $class - Class name to filter indexes by, so that all returned indexes are subclasses of provided
* class
* @param bool $rebuild - If true, don't use cached values
*/

View File

@ -30,7 +30,7 @@ class SearchIntrospection
* Get all the classes involved in a DataObject hierarchy - both super and optionally subclasses
*
* @static
* @param String $class - The class to query
* @param string $class - The class to query
* @param bool $includeSubclasses - True to return subclasses as well as super classes
* @param bool $dataOnly - True to only return classes that have tables
* @return Array - Integer keys, String values as classes sorted by depth (most super first)