mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
MNT Run module-standardiser (#2919)
This commit is contained in:
parent
2ab8499ca8
commit
cb46fd8aac
@ -110,7 +110,6 @@ use SilverStripe\View\SSViewer;
|
||||
* @mixin FileLinkTracking Added via filetracking.yml in silverstripe/assets
|
||||
* @mixin InheritedPermissionsExtension
|
||||
* @method HasManyList<SiteTreeLink> BackLinks()
|
||||
* @method HasManyList<VirtualPage> VirtualPages()
|
||||
*/
|
||||
class SiteTree extends DataObject implements PermissionProvider, i18nEntityProvider, CMSPreviewable, Resettable, Flushable, MemberCacheFlusher
|
||||
{
|
||||
|
@ -31,7 +31,9 @@
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "^9.6",
|
||||
"squizlabs/php_codesniffer": "^3.7"
|
||||
"squizlabs/php_codesniffer": "^3.7",
|
||||
"silverstripe/standards": "^1",
|
||||
"phpstan/extension-installer": "^1.3"
|
||||
},
|
||||
"extra": {
|
||||
"expose": [
|
||||
|
3
phpstan.neon.dist
Normal file
3
phpstan.neon.dist
Normal file
@ -0,0 +1,3 @@
|
||||
parameters:
|
||||
paths:
|
||||
- code
|
Loading…
Reference in New Issue
Block a user