Skip to content

Commit

Permalink
MNT Run module-standardiser (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
GuySartorelli authored Feb 2, 2024
1 parent 56b5db0 commit 8502bc8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
3 changes: 3 additions & 0 deletions code/SiteConfig.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@
* @method ManyManyList<Group> CreateTopLevelGroups()
* @method ManyManyList<Group> EditorGroups()
* @method ManyManyList<Group> ViewerGroups()
* @method ManyManyList<Member> CreateTopLevelMembers()
* @method ManyManyList<Member> EditorMembers()
* @method ManyManyList<Member> ViewerMembers()
*/
class SiteConfig extends DataObject implements PermissionProvider, TemplateGlobalProvider
{
Expand Down
4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,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"
},
"autoload": {
"psr-4": {
Expand Down
3 changes: 3 additions & 0 deletions phpstan.neon.dist
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
parameters:
paths:
- code

0 comments on commit 8502bc8

Please sign in to comment.