Merge pull request #10226 from GuySartorelli/patch-2

DOC Update old pre-namespaces PHPDoc
This commit is contained in:
Michal Kleiner 2022-02-08 15:02:56 +13:00 committed by GitHub
commit 756e67d746
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ trait Injectable
* This can be called in one of two ways - either calling via the class directly,
* or calling on Object and passing the class name as the first parameter. The following
* are equivalent:
* $list = DataList::create('SiteTree');
* $list = DataList::create(SiteTree::class);
* $list = SiteTree::get();
*
* @param array $args