mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
Correct PHPDoc for classExists (Fixes #3904)
classExists() doesn't check for interfaces, comment shouldn't say it does.
This commit is contained in:
parent
548f297563
commit
ddec797c1c
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user