Correct PHPDoc for classExists (Fixes #3904)

classExists() doesn't check for interfaces, comment shouldn't say it does.
This commit is contained in:
Will Rossiter 2015-03-02 20:15:26 +13:00
parent 548f297563
commit ddec797c1c

View File

@ -95,7 +95,7 @@ class SS_ClassLoader {
}
/**
* Returns true if a class or interface name exists in the manifest.
* Returns true if a class name exists in the manifest.
*
* @param string $class
* @return bool