FIX Replace uppercase String occurences with lowercase version ones

This commit is contained in:
Raissa North 2017-12-05 10:52:24 +13:00
parent 0c3b4ff95b
commit b066628fcc
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)